initial
This commit is contained in:
11
node_modules/pug-parser/test/cases/include.yield.nested.tokens.json
generated
vendored
Normal file
11
node_modules/pug-parser/test/cases/include.yield.nested.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"include","line":2,"col":1}
|
||||
{"type":"path","line":2,"col":9,"val":"auxiliary/yield-nested.pug"}
|
||||
{"type":"indent","line":3,"col":1,"val":2}
|
||||
{"type":"tag","line":3,"col":3,"val":"p"}
|
||||
{"type":"text","line":3,"col":5,"val":"some content"}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"tag","line":4,"col":3,"val":"p"}
|
||||
{"type":"text","line":4,"col":5,"val":"and some more"}
|
||||
{"type":"outdent","line":5,"col":1}
|
||||
{"type":"eos","line":5,"col":1}
|
||||
Reference in New Issue
Block a user