Fix inconsistencies in nodes sizes after edits
This commit is contained in:
parent
ae3b912ddc
commit
3014101104
6 changed files with 70 additions and 67 deletions
|
|
@ -109,7 +109,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