Move reusable node functions to their own file
This commit is contained in:
parent
12cd2132ff
commit
3a4daace26
5 changed files with 76 additions and 54 deletions
|
|
@ -113,7 +113,7 @@ describe("Document", [&]() {
|
|||
assert_node_string_equals(
|
||||
new_root,
|
||||
"(object (pair (string) (array (null) (number))))");
|
||||
AssertThat(spy_input->strings_read, Equals(vector<string>({" [null, 2", ""})));
|
||||
AssertThat(spy_input->strings_read, Equals(vector<string>({" [null, 2" })));
|
||||
});
|
||||
|
||||
it("reads from the new input correctly when the old input was blank", [&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue