summaryrefslogtreecommitdiffstats
path: root/tests/test_substitution/test_tokens.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/test_substitution/test_tokens.yml105
1 files changed, 105 insertions, 0 deletions
diff --git a/tests/test_substitution/test_tokens.yml b/tests/test_substitution/test_tokens.yml
new file mode 100644
index 0000000..a3179d2
--- /dev/null
+++ b/tests/test_substitution/test_tokens.yml
@@ -0,0 +1,105 @@
+- attrs:
+ - - class
+ - substitution
+ - - text
+ - block
+ block: true
+ children: null
+ content: block
+ hidden: false
+ info: ''
+ level: 0
+ map:
+ - 0
+ - 1
+ markup: '{}'
+ meta: {}
+ nesting: 0
+ tag: div
+ type: substitution_block
+- attrs: null
+ block: true
+ children: null
+ content: ''
+ hidden: false
+ info: ''
+ level: 0
+ map:
+ - 2
+ - 3
+ markup: ''
+ meta: {}
+ nesting: 1
+ tag: p
+ type: paragraph_open
+- attrs: null
+ block: true
+ children:
+ - attrs: null
+ block: false
+ children: null
+ content: 'a '
+ hidden: false
+ info: ''
+ level: 0
+ map: null
+ markup: ''
+ meta: {}
+ nesting: 0
+ tag: ''
+ type: text
+ - attrs:
+ - - class
+ - substitution
+ - - text
+ - inline
+ block: false
+ children: null
+ content: inline
+ hidden: false
+ info: ''
+ level: 0
+ map: null
+ markup: '{}'
+ meta: {}
+ nesting: 0
+ tag: span
+ type: substitution_inline
+ - attrs: null
+ block: false
+ children: null
+ content: ' b'
+ hidden: false
+ info: ''
+ level: 0
+ map: null
+ markup: ''
+ meta: {}
+ nesting: 0
+ tag: ''
+ type: text
+ content: a {{ inline }} b
+ hidden: false
+ info: ''
+ level: 1
+ map:
+ - 2
+ - 3
+ markup: ''
+ meta: {}
+ nesting: 0
+ tag: ''
+ type: inline
+- attrs: null
+ block: true
+ children: null
+ content: ''
+ hidden: false
+ info: ''
+ level: 0
+ map: null
+ markup: ''
+ meta: {}
+ nesting: -1
+ tag: p
+ type: paragraph_close