diff options
Diffstat (limited to 'node_modules/htmlparser2/test/Events/06-leading-lt.json')
| -rw-r--r-- | node_modules/htmlparser2/test/Events/06-leading-lt.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/htmlparser2/test/Events/06-leading-lt.json b/node_modules/htmlparser2/test/Events/06-leading-lt.json new file mode 100644 index 00000000..fcec8528 --- /dev/null +++ b/node_modules/htmlparser2/test/Events/06-leading-lt.json @@ -0,0 +1,16 @@ +{ + "name": "leading lt", + "options": { + "handler": {}, + "parser": {} + }, + "html": ">a>", + "expected": [ + { + "event": "text", + "data": [ + ">a>" + ] + } + ] +}
\ No newline at end of file |
