From d6a63f83d154b646d509004947fc971eb872aabd Mon Sep 17 00:00:00 2001 From: xxkl1 Date: Tue, 25 Apr 2023 23:49:23 +0800 Subject: [PATCH] fix: update window binding invalid error message --- test/validator/samples/window-binding-invalid/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validator/samples/window-binding-invalid/errors.json b/test/validator/samples/window-binding-invalid/errors.json index 1277984258..04ecbaafcd 100644 --- a/test/validator/samples/window-binding-invalid/errors.json +++ b/test/validator/samples/window-binding-invalid/errors.json @@ -1,6 +1,6 @@ [{ "code": "invalid-binding", - "message": "'potato' is not a valid binding on — valid bindings are innerWidth, innerHeight, outerWidth, outerHeight, scrollX, scrollY or online", + "message": "'potato' is not a valid binding on — valid bindings are innerWidth, innerHeight, outerWidth, outerHeight, scrollX, scrollY, devicePixelRatio or online", "start": { "line": 1, "column": 15