mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Adjust ScanWriteUnescapedString test case
This commit is contained in:
parent
8f9ff88c29
commit
8fcc65bf58
@ -96,7 +96,8 @@ TEST(Writer, String) {
|
||||
}
|
||||
|
||||
TEST(Writer, ScanWriteUnescapedString) {
|
||||
const char json[] = "[\" \\\"\"]";
|
||||
const char json[] = "[\" \\\"0123456789ABCDEF\"]";
|
||||
// ^ scanning stops here.
|
||||
char buffer2[sizeof(json) + 32];
|
||||
|
||||
// Use different offset to test different alignments
|
||||
|
Loading…
x
Reference in New Issue
Block a user