diff options
Diffstat (limited to 'node_modules/sax/examples/test.html')
-rw-r--r-- | node_modules/sax/examples/test.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/node_modules/sax/examples/test.html b/node_modules/sax/examples/test.html new file mode 100644 index 000000000..61f8f1ab9 --- /dev/null +++ b/node_modules/sax/examples/test.html @@ -0,0 +1,15 @@ +<!doctype html> + +<html lang="en"> +<head> + <title>testing the parser</title> +</head> +<body> + +<p>hello + +<script> + +</script> +</body> +</html> |