initial
This commit is contained in:
21
node_modules/pug-parser/test/cases/block-expansion.tokens.json
generated
vendored
Normal file
21
node_modules/pug-parser/test/cases/block-expansion.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"ul"}
|
||||
{"type":"indent","line":2,"col":1,"val":2}
|
||||
{"type":"tag","line":2,"col":3,"val":"li"}
|
||||
{"type":":","line":2,"col":5}
|
||||
{"type":"tag","line":2,"col":7,"val":"a"}
|
||||
{"type":"start-attributes","line":2,"col":8}
|
||||
{"type":"attribute","line":2,"col":9,"name":"href","val":"'#'","mustEscape":true}
|
||||
{"type":"end-attributes","line":2,"col":17}
|
||||
{"type":"text","line":2,"col":19,"val":"foo"}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"tag","line":3,"col":3,"val":"li"}
|
||||
{"type":":","line":3,"col":5}
|
||||
{"type":"tag","line":3,"col":7,"val":"a"}
|
||||
{"type":"start-attributes","line":3,"col":8}
|
||||
{"type":"attribute","line":3,"col":9,"name":"href","val":"'#'","mustEscape":true}
|
||||
{"type":"end-attributes","line":3,"col":17}
|
||||
{"type":"text","line":3,"col":19,"val":"bar"}
|
||||
{"type":"outdent","line":5,"col":1}
|
||||
{"type":"tag","line":5,"col":1,"val":"p"}
|
||||
{"type":"text","line":5,"col":3,"val":"baz"}
|
||||
{"type":"eos","line":5,"col":6}
|
||||
Reference in New Issue
Block a user