Update json spec
This commit is contained in:
parent
3cb65c9c81
commit
ab431c24dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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))"));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue