diff options
Diffstat (limited to 'tests/files/test.html')
-rw-r--r-- | tests/files/test.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/files/test.html b/tests/files/test.html new file mode 100644 index 0000000..0dcbdbf --- /dev/null +++ b/tests/files/test.html @@ -0,0 +1,7 @@ +This is a file. + +Here is a tag: <strong >very cool</strong> + +Tags can have attributes: <div id = foo >...</div> + +Attribute values can be quoted: <input name = 'age' type = "number"> |