Quellcode durchsuchen

tests : add missing comma in grammar integration tests (#9099)

Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
fairydreaming vor 1 Jahr
Ursprung
Commit
90db8146d5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tests/test-grammar-integration.cpp

+ 1 - 1
tests/test-grammar-integration.cpp

@@ -503,7 +503,7 @@ static void test_special_chars() {
             "aaaaabcccc",
             "aaaabccc",
             "aaaabccccc",
-            "🔵🟠✅❌abc❌✅🟠🔵"
+            "🔵🟠✅❌abc❌✅🟠🔵",
             "🔵🟠abc🟠🔵"
         }
     );