Update json spec

This commit is contained in:
Max Brunsfeld 2014-02-10 21:04:19 -08:00
parent 3cb65c9c81
commit ab431c24dc

View file

@ -14,7 +14,7 @@ describe("json", []() {
});
it("parses strings", [&]() {
TSDocumentSetText(document, "\"this is a \\\"string\\\" \"");
TSDocumentSetText(document, "\"this is a \\\"string\\\" within a string\"");
AssertThat(string(TSDocumentToString(document)), Equals("(value (string))"));
});