initial
This commit is contained in:
14
node_modules/pug-parser/test/cases/script.whitespace.tokens.json
generated
vendored
Normal file
14
node_modules/pug-parser/test/cases/script.whitespace.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"script"}
|
||||
{"type":"dot","line":1,"col":7}
|
||||
{"type":"start-pipeless-text","line":1,"col":8}
|
||||
{"type":"text","line":2,"col":3,"val":"if (foo) {"}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"text","line":3,"col":3,"val":" "}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"text","line":4,"col":3,"val":" bar();"}
|
||||
{"type":"newline","line":5,"col":1}
|
||||
{"type":"text","line":5,"col":3,"val":""}
|
||||
{"type":"newline","line":6,"col":1}
|
||||
{"type":"text","line":6,"col":3,"val":"}"}
|
||||
{"type":"end-pipeless-text","line":6,"col":4}
|
||||
{"type":"eos","line":6,"col":4}
|
||||
Reference in New Issue
Block a user