initial
This commit is contained in:
10
node_modules/pug-parser/test/cases/include.script.tokens.json
generated
vendored
Normal file
10
node_modules/pug-parser/test/cases/include.script.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"script"}
|
||||
{"type":"id","line":1,"col":7,"val":"pet-template"}
|
||||
{"type":"start-attributes","line":1,"col":20}
|
||||
{"type":"attribute","line":1,"col":21,"name":"type","val":"'text/x-template'","mustEscape":true}
|
||||
{"type":"end-attributes","line":1,"col":43}
|
||||
{"type":"indent","line":2,"col":1,"val":2}
|
||||
{"type":"include","line":2,"col":3}
|
||||
{"type":"path","line":2,"col":11,"val":"auxiliary/pet.pug"}
|
||||
{"type":"outdent","line":3,"col":1}
|
||||
{"type":"eos","line":3,"col":1}
|
||||
Reference in New Issue
Block a user