initial
This commit is contained in:
40
node_modules/pug-parser/test/cases/code.tokens.json
generated
vendored
Normal file
40
node_modules/pug-parser/test/cases/code.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"p"}
|
||||
{"type":"code","line":1,"col":2,"val":"null","mustEscape":true,"buffer":true}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"tag","line":2,"col":1,"val":"p"}
|
||||
{"type":"code","line":2,"col":2,"val":"undefined","mustEscape":true,"buffer":true}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"tag","line":3,"col":1,"val":"p"}
|
||||
{"type":"code","line":3,"col":2,"val":"''","mustEscape":true,"buffer":true}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"tag","line":4,"col":1,"val":"p"}
|
||||
{"type":"code","line":4,"col":2,"val":"0","mustEscape":true,"buffer":true}
|
||||
{"type":"newline","line":5,"col":1}
|
||||
{"type":"tag","line":5,"col":1,"val":"p"}
|
||||
{"type":"code","line":5,"col":2,"val":"false","mustEscape":true,"buffer":true}
|
||||
{"type":"newline","line":6,"col":1}
|
||||
{"type":"tag","line":6,"col":1,"val":"p"}
|
||||
{"type":"start-attributes","line":6,"col":2}
|
||||
{"type":"attribute","line":6,"col":3,"name":"foo","val":"null","mustEscape":true}
|
||||
{"type":"end-attributes","line":6,"col":11}
|
||||
{"type":"newline","line":7,"col":1}
|
||||
{"type":"tag","line":7,"col":1,"val":"p"}
|
||||
{"type":"start-attributes","line":7,"col":2}
|
||||
{"type":"attribute","line":7,"col":3,"name":"foo","val":"undefined","mustEscape":true}
|
||||
{"type":"end-attributes","line":7,"col":16}
|
||||
{"type":"newline","line":8,"col":1}
|
||||
{"type":"tag","line":8,"col":1,"val":"p"}
|
||||
{"type":"start-attributes","line":8,"col":2}
|
||||
{"type":"attribute","line":8,"col":3,"name":"foo","val":"''","mustEscape":true}
|
||||
{"type":"end-attributes","line":8,"col":9}
|
||||
{"type":"newline","line":9,"col":1}
|
||||
{"type":"tag","line":9,"col":1,"val":"p"}
|
||||
{"type":"start-attributes","line":9,"col":2}
|
||||
{"type":"attribute","line":9,"col":3,"name":"foo","val":"0","mustEscape":true}
|
||||
{"type":"end-attributes","line":9,"col":8}
|
||||
{"type":"newline","line":10,"col":1}
|
||||
{"type":"tag","line":10,"col":1,"val":"p"}
|
||||
{"type":"start-attributes","line":10,"col":2}
|
||||
{"type":"attribute","line":10,"col":3,"name":"foo","val":"false","mustEscape":true}
|
||||
{"type":"end-attributes","line":10,"col":12}
|
||||
{"type":"eos","line":10,"col":13}
|
||||
Reference in New Issue
Block a user