Adjust ScanWriteUnescapedString test case
This commit is contained in:
parent
8f9ff88c29
commit
8fcc65bf58
@ -96,7 +96,8 @@ TEST(Writer, String) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST(Writer, ScanWriteUnescapedString) {
|
TEST(Writer, ScanWriteUnescapedString) {
|
||||||
const char json[] = "[\" \\\"\"]";
|
const char json[] = "[\" \\\"0123456789ABCDEF\"]";
|
||||||
|
// ^ scanning stops here.
|
||||||
char buffer2[sizeof(json) + 32];
|
char buffer2[sizeof(json) + 32];
|
||||||
|
|
||||||
// Use different offset to test different alignments
|
// Use different offset to test different alignments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user