]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tests : add missing comma in grammar integration tests (#9099)
authorfairydreaming <redacted>
Tue, 20 Aug 2024 09:09:55 +0000 (11:09 +0200)
committerGitHub <redacted>
Tue, 20 Aug 2024 09:09:55 +0000 (12:09 +0300)
Co-authored-by: StanisΕ‚aw Szymczyk <redacted>
tests/test-grammar-integration.cpp

index 68f971bfe2cf3d98d6b20d94223d153c330fc884..9c4e7d18e37b23e5081e81b8c8a9a99a9fa0d81b 100644 (file)
@@ -503,7 +503,7 @@ static void test_special_chars() {
             "aaaaabcccc",
             "aaaabccc",
             "aaaabccccc",
-            "πŸ”΅πŸŸ βœ…βŒabcβŒβœ…πŸŸ πŸ”΅"
+            "πŸ”΅πŸŸ βœ…βŒabcβŒβœ…πŸŸ πŸ”΅",
             "πŸ”΅πŸŸ abcπŸŸ πŸ”΅"
         }
     );