diff --git a/test/parser/samples/html-entities/input.html b/test/parser/samples/html-entities/input.html deleted file mode 100644 index 69aa63b174..0000000000 --- a/test/parser/samples/html-entities/input.html +++ /dev/null @@ -1 +0,0 @@ -
this <em>should</em> not be <strong>bold</strong>
\ No newline at end of file diff --git a/test/parser/samples/html-entities/output.json b/test/parser/samples/html-entities/output.json deleted file mode 100644 index 1bfda7ae26..0000000000 --- a/test/parser/samples/html-entities/output.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "hash": 488075009, - "html": { - "start": 0, - "end": 93, - "type": "Fragment", - "children": [ - { - "start": 0, - "end": 93, - "type": "Element", - "name": "p", - "attributes": [], - "children": [ - { - "start": 3, - "end": 43, - "type": "Text", - "data": "this <em>should</em> not be " - }, - { - "start": 43, - "end": 89, - "type": "Element", - "name": "span", - "attributes": [], - "children": [ - { - "start": 49, - "end": 82, - "type": "Text", - "data": "<strong>bold</strong>" - } - ] - } - ] - } - ] - }, - "css": null, - "js": null -} \ No newline at end of file