Skip to content

Commit 90db814

Browse files
fairydreamingsszymczy
andauthoredAug 20, 2024
tests : add missing comma in grammar integration tests (#9099)
Co-authored-by: Stanisław Szymczyk <[email protected]>
1 parent cfac111 commit 90db814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test-grammar-integration.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ static void test_special_chars() {
503503
"aaaaabcccc",
504504
"aaaabccc",
505505
"aaaabccccc",
506-
"🔵🟠✅❌abc❌✅🟠🔵"
506+
"🔵🟠✅❌abc❌✅🟠🔵",
507507
"🔵🟠abc🟠🔵"
508508
}
509509
);

0 commit comments

Comments
 (0)
Please sign in to comment.