initial
This commit is contained in:
8
node_modules/pug-parser/test/cases/namespaces.tokens.json
generated
vendored
Normal file
8
node_modules/pug-parser/test/cases/namespaces.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"fb:user:role"}
|
||||
{"type":"text","line":1,"col":14,"val":"Something"}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"tag","line":2,"col":1,"val":"foo"}
|
||||
{"type":"start-attributes","line":2,"col":4}
|
||||
{"type":"attribute","line":2,"col":5,"name":"fb:foo","val":"'bar'","mustEscape":true}
|
||||
{"type":"end-attributes","line":2,"col":17}
|
||||
{"type":"eos","line":2,"col":18}
|
||||
Reference in New Issue
Block a user