[clangd] MSVC - third time's the charm

llvm-svn: 317581
This commit is contained in:
Sam McCall 2017-11-07 14:59:21 +00:00
parent 94362c61c6
commit 784e88351b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ TEST(JSONExprTests, Escaping) {
'\xce', '\x94', // Non-ASCII UTF-8 is not escaped.
};
EXPECT_EQ(R"("\u0000\u0008\u000c\r\n\tS\"\\)"
u8"\x7f\xce\x94\"",
"\x7f\xCE\x94\"",
s(test));
EXPECT_EQ(R"({"object keys are\nescaped":true})",