diff options
Diffstat (limited to 'tests/test_container/test_plugin_parse.yml')
-rw-r--r-- | tests/test_container/test_plugin_parse.yml | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/tests/test_container/test_plugin_parse.yml b/tests/test_container/test_plugin_parse.yml new file mode 100644 index 0000000..c744be7 --- /dev/null +++ b/tests/test_container/test_plugin_parse.yml @@ -0,0 +1,110 @@ +- attrs: null + block: true + children: null + content: '' + hidden: false + info: ' name' + level: 0 + map: + - 0 + - 2 + markup: ':::' + meta: {} + nesting: 1 + tag: div + type: container_name_open +- attrs: null + block: true + children: null + content: '' + hidden: false + info: '' + level: 1 + map: + - 1 + - 2 + markup: '' + meta: {} + nesting: 1 + tag: p + type: paragraph_open +- attrs: null + block: true + children: + - attrs: null + block: false + children: null + content: '' + hidden: false + info: '' + level: 0 + map: null + markup: '*' + meta: {} + nesting: 1 + tag: em + type: em_open + - attrs: null + block: false + children: null + content: content + hidden: false + info: '' + level: 1 + map: null + markup: '' + meta: {} + nesting: 0 + tag: '' + type: text + - attrs: null + block: false + children: null + content: '' + hidden: false + info: '' + level: 0 + map: null + markup: '*' + meta: {} + nesting: -1 + tag: em + type: em_close + content: '*content*' + hidden: false + info: '' + level: 2 + map: + - 1 + - 2 + markup: '' + meta: {} + nesting: 0 + tag: '' + type: inline +- attrs: null + block: true + children: null + content: '' + hidden: false + info: '' + level: 1 + map: null + markup: '' + meta: {} + nesting: -1 + tag: p + type: paragraph_close +- attrs: null + block: true + children: null + content: '' + hidden: false + info: '' + level: 0 + map: null + markup: ':::' + meta: {} + nesting: -1 + tag: div + type: container_name_close |