initial
This commit is contained in:
6
node_modules/pug-parser/test/cases/quotes.tokens.json
generated
vendored
Normal file
6
node_modules/pug-parser/test/cases/quotes.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"p"}
|
||||
{"type":"text","line":1,"col":3,"val":"\"foo\""}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"tag","line":2,"col":1,"val":"p"}
|
||||
{"type":"text","line":2,"col":3,"val":"'foo'"}
|
||||
{"type":"eos","line":2,"col":8}
|
||||
Reference in New Issue
Block a user