initial
This commit is contained in:
13
node_modules/pug-parser/test/cases/while.tokens.json
generated
vendored
Normal file
13
node_modules/pug-parser/test/cases/while.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{"type":"code","line":1,"col":1,"val":"var x = 1;","mustEscape":false,"buffer":false}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"tag","line":2,"col":1,"val":"ul"}
|
||||
{"type":"indent","line":3,"col":1,"val":2}
|
||||
{"type":"while","line":3,"col":3,"val":"x < 10"}
|
||||
{"type":"indent","line":4,"col":1,"val":4}
|
||||
{"type":"code","line":4,"col":5,"val":"x++;","mustEscape":false,"buffer":false}
|
||||
{"type":"newline","line":5,"col":1}
|
||||
{"type":"tag","line":5,"col":5,"val":"li"}
|
||||
{"type":"code","line":5,"col":7,"val":"x","mustEscape":true,"buffer":true}
|
||||
{"type":"outdent","line":6,"col":3}
|
||||
{"type":"outdent","line":6,"col":1}
|
||||
{"type":"eos","line":6,"col":1}
|
||||
Reference in New Issue
Block a user