From db7fa5e2d4240b4c6fb3a7b984c2c2a968b62921 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:07:03 +0200 Subject: [PATCH] fix --- test/validator/samples/invalid-reactive-var-1/errors.json | 5 ++--- test/validator/samples/invalid-reactive-var-2/errors.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/test/validator/samples/invalid-reactive-var-1/errors.json b/test/validator/samples/invalid-reactive-var-1/errors.json index 1390a0e6ab..9316d51168 100644 --- a/test/validator/samples/invalid-reactive-var-1/errors.json +++ b/test/validator/samples/invalid-reactive-var-1/errors.json @@ -1,7 +1,6 @@ [{ "code": "invalid_var_declaration", "message": "\"var\" scope should not extend outside the reactive block", - "start": { "line": 14, "column": 7, "character": 204 }, - "end": { "line": 14, "column": 16, "character": 213 }, - "pos": 204 + "start": { "line": 14, "column": 7 }, + "end": { "line": 14, "column": 16 } }] diff --git a/test/validator/samples/invalid-reactive-var-2/errors.json b/test/validator/samples/invalid-reactive-var-2/errors.json index 1a4ef816be..c28d767778 100644 --- a/test/validator/samples/invalid-reactive-var-2/errors.json +++ b/test/validator/samples/invalid-reactive-var-2/errors.json @@ -1,7 +1,6 @@ [{ "code": "invalid_var_declaration", "message": "\"var\" scope should not extend outside the reactive block", - "start": { "line": 4, "column": 2, "character": 32 }, - "end": { "line": 4, "column": 50, "character": 80 }, - "pos": 32 + "start": { "line": 4, "column": 2 }, + "end": { "line": 4, "column": 50 } }]