Skip to content

Commit

Permalink
tests : added missing comma in grammar integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sszymczy committed Aug 20, 2024
1 parent cfac111 commit 71fe906
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 71fe906

Please sign in to comment.