tests : add missing comma in grammar integration tests (#9099)
Co-authored-by: Stanisław Szymczyk <sszymczy@gmail.com>
This commit is contained in:
parent
cfac111e2b
commit
90db8146d5
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ static void test_special_chars() {
|
||||||
"aaaaabcccc",
|
"aaaaabcccc",
|
||||||
"aaaabccc",
|
"aaaabccc",
|
||||||
"aaaabccccc",
|
"aaaabccccc",
|
||||||
"🔵🟠✅❌abc❌✅🟠🔵"
|
"🔵🟠✅❌abc❌✅🟠🔵",
|
||||||
"🔵🟠abc🟠🔵"
|
"🔵🟠abc🟠🔵"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue