diff --git a/test/validator/samples/binding-input-type-boolean/errors.json b/test/validator/samples/binding-input-type-boolean/errors.json new file mode 100644 index 0000000000..feed6e0d5d --- /dev/null +++ b/test/validator/samples/binding-input-type-boolean/errors.json @@ -0,0 +1,8 @@ +[{ + "message": "'type' attribute must be specified", + "loc": { + "line": 1, + "column": 24 + }, + "pos": 24 +}] \ No newline at end of file diff --git a/test/validator/samples/binding-input-type-boolean/input.html b/test/validator/samples/binding-input-type-boolean/input.html new file mode 100644 index 0000000000..6277fd7484 --- /dev/null +++ b/test/validator/samples/binding-input-type-boolean/input.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/test/validator/samples/binding-input-static-type/errors.json b/test/validator/samples/binding-input-type-dynamic/errors.json similarity index 100% rename from test/validator/samples/binding-input-static-type/errors.json rename to test/validator/samples/binding-input-type-dynamic/errors.json diff --git a/test/validator/samples/binding-input-static-type/input.html b/test/validator/samples/binding-input-type-dynamic/input.html similarity index 100% rename from test/validator/samples/binding-input-static-type/input.html rename to test/validator/samples/binding-input-type-dynamic/input.html