Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json')
-rw-r--r--assets/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/assets/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json b/assets/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json
deleted file mode 100644
index 5c2492e..0000000
--- a/assets/node_modules/domhandler/test/cases/08-extra_spaces_in_tag.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Extra spaces in tag",
- "options": {},
- "html": "<font\t\n size='14' \n>the text</\t\nfont\t \n>",
- "expected": [
- {
- "type": "tag",
- "name": "font",
- "attribs": {
- "size": "14"
- },
- "children": [
- {
- "data": "the text",
- "type": "text"
- }
- ]
- }
- ]
-} \ No newline at end of file