From 9e4c78a2781597d153bb427c491f51919678c6ff Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 30 Apr 2017 08:01:18 -0400 Subject: [PATCH] add test --- test/validator/samples/binding-input-checked/errors.json | 8 ++++++++ test/validator/samples/binding-input-checked/input.html | 1 + 2 files changed, 9 insertions(+) create mode 100644 test/validator/samples/binding-input-checked/errors.json create mode 100644 test/validator/samples/binding-input-checked/input.html diff --git a/test/validator/samples/binding-input-checked/errors.json b/test/validator/samples/binding-input-checked/errors.json new file mode 100644 index 0000000000..05747dc96c --- /dev/null +++ b/test/validator/samples/binding-input-checked/errors.json @@ -0,0 +1,8 @@ +[{ + "message": "'checked' binding can only be used with ", + "loc": { + "line": 1, + "column": 7 + }, + "pos": 7 +}] \ No newline at end of file diff --git a/test/validator/samples/binding-input-checked/input.html b/test/validator/samples/binding-input-checked/input.html new file mode 100644 index 0000000000..9990d3c596 --- /dev/null +++ b/test/validator/samples/binding-input-checked/input.html @@ -0,0 +1 @@ + \ No newline at end of file