mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +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
@ -503,7 +503,7 @@ static void test_special_chars() {
|
|||||||
"aaaaabcccc",
|
"aaaaabcccc",
|
||||||
"aaaabccc",
|
"aaaabccc",
|
||||||
"aaaabccccc",
|
"aaaabccccc",
|
||||||
"🔵🟠✅❌abc❌✅🟠🔵"
|
"🔵🟠✅❌abc❌✅🟠🔵",
|
||||||
"🔵🟠abc🟠🔵"
|
"🔵🟠abc🟠🔵"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user