mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-06 07:39:02 +00:00
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
Reference in a new issue