ソースを参照

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

Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
fairydreaming 1 年間 前
コミット
90db8146d5
1 ファイル変更1 行追加1 行削除
  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🟠🔵"
         }
     );