Skip to content

Commit

Permalink
tests : add missing comma in grammar integration tests (#9099)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
  • Loading branch information
fairydreaming and sszymczy committed Aug 20, 2024
1 parent cfac111 commit 90db814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-grammar-integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ static void test_special_chars() {
"aaaaabcccc",
"aaaabccc",
"aaaabccccc",
"🔵🟠✅❌abc❌✅🟠🔵"
"🔵🟠✅❌abc❌✅🟠🔵",
"🔵🟠abc🟠🔵"
}
);
Expand Down

0 comments on commit 90db814

Please sign in to comment.