initial
This commit is contained in:
12
node_modules/pug-parser/test/cases/include-with-text-head.tokens.json
generated
vendored
Normal file
12
node_modules/pug-parser/test/cases/include-with-text-head.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"head"}
|
||||
{"type":"indent","line":2,"col":1,"val":2}
|
||||
{"type":"tag","line":2,"col":3,"val":"script"}
|
||||
{"type":"start-attributes","line":2,"col":9}
|
||||
{"type":"attribute","line":2,"col":10,"name":"type","val":"'text/javascript'","mustEscape":true}
|
||||
{"type":"end-attributes","line":2,"col":32}
|
||||
{"type":"dot","line":2,"col":33}
|
||||
{"type":"start-pipeless-text","line":2,"col":34}
|
||||
{"type":"text","line":3,"col":5,"val":"alert('hello world');"}
|
||||
{"type":"end-pipeless-text","line":3,"col":26}
|
||||
{"type":"outdent","line":3,"col":26}
|
||||
{"type":"eos","line":3,"col":26}
|
||||
Reference in New Issue
Block a user