From 257b187afea1982d812c3f5020e15b60ca873dc3 Mon Sep 17 00:00:00 2001 From: collin Date: Fri, 8 Jan 2021 20:25:57 -0500 Subject: [PATCH] fix failing serialization test in grammar module --- grammar/tests/serialization/expected_ast.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grammar/tests/serialization/expected_ast.json b/grammar/tests/serialization/expected_ast.json index 24e2b41170..cbbcf20a69 100644 --- a/grammar/tests/serialization/expected_ast.json +++ b/grammar/tests/serialization/expected_ast.json @@ -69,9 +69,9 @@ } }, "span": { - "input": "function main() {\n return 1 + 1\n}\n", + "input": "function main() {\n return 1 + 1\n}", "start": 0, - "end": 37 + "end": 36 } } }