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 } + } ]