Commit 8fcc65bf authored by Milo Yip's avatar Milo Yip

Adjust ScanWriteUnescapedString test case

parent 8f9ff88c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment