Explorar o código

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

Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
fairydreaming hai 1 ano
pai
achega
90db8146d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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🟠🔵"
         }
     );