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/07-unescaped_in_style.json')
-rw-r--r--assets/node_modules/domhandler/test/cases/07-unescaped_in_style.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/assets/node_modules/domhandler/test/cases/07-unescaped_in_style.json b/assets/node_modules/domhandler/test/cases/07-unescaped_in_style.json
deleted file mode 100644
index 77438fd..0000000
--- a/assets/node_modules/domhandler/test/cases/07-unescaped_in_style.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Unescaped chars in style",
- "options": {},
- "html": "<style type=\"text/css\">\n body > p\n\t{ font-weight: bold; }</style>",
- "expected": [
- {
- "type": "style",
- "name": "style",
- "attribs": {
- "type": "text/css"
- },
- "children": [
- {
- "data": "\n body > p\n\t{ font-weight: bold; }",
- "type": "text"
- }
- ]
- }
- ]
-} \ No newline at end of file