diff options
| -rw-r--r-- | tests/fixtures/foo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/foo.html b/tests/fixtures/foo.html new file mode 100644 index 0000000..817934a --- /dev/null +++ b/tests/fixtures/foo.html @@ -0,0 +1,3 @@ +<html> + <head><title>foo</title></head> + <body><h1>foo</h1></body></html> |
