From 2562687ce77cb4f3c26660759d394230d99e8b3e Mon Sep 17 00:00:00 2001 From: tanhauhau Date: Mon, 4 Jul 2022 10:20:44 +0800 Subject: [PATCH] update test Co-authored-by: vaibhav rai --- .../samples/rest-eachblock-binding/warnings.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/test/validator/samples/rest-eachblock-binding/warnings.json b/test/validator/samples/rest-eachblock-binding/warnings.json index a1111fefd2..d5d34f31d1 100644 --- a/test/validator/samples/rest-eachblock-binding/warnings.json +++ b/test/validator/samples/rest-eachblock-binding/warnings.json @@ -1,6 +1,9 @@ [ - { - "code": "invalid-rest-eachblock-binding", - "message": "...rest operator will create a new object and binding propogation with original object will not work" - } + { + "code": "invalid-rest-eachblock-binding", + "message": "...rest operator will create a new object and binding propogation with original object will not work", + "pos": 143, + "start": { "line": 5, "column": 25, "character": 143 }, + "end": { "line": 5, "column": 32, "character": 150 } + } ]