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/02-single_tag_1.json')
-rw-r--r--assets/node_modules/domhandler/test/cases/02-single_tag_1.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/assets/node_modules/domhandler/test/cases/02-single_tag_1.json b/assets/node_modules/domhandler/test/cases/02-single_tag_1.json
deleted file mode 100644
index 51ff845..0000000
--- a/assets/node_modules/domhandler/test/cases/02-single_tag_1.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Single Tag 1",
- "options": {},
- "html": "<br>text</br>",
- "expected": [
- {
- "type": "tag",
- "name": "br",
- "attribs": {}
- },
- {
- "data": "text",
- "type": "text"
- },
- {
- "type": "tag",
- "name": "br",
- "attribs": {}
- }
- ]
-} \ No newline at end of file