initial
This commit is contained in:
31
node_modules/pug-parser/test/cases/escaping-class-attribute.tokens.json
generated
vendored
Normal file
31
node_modules/pug-parser/test/cases/escaping-class-attribute.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"foo"}
|
||||
{"type":"start-attributes","line":1,"col":4}
|
||||
{"type":"attribute","line":1,"col":5,"name":"attr","val":"\"<%= bar %>\"","mustEscape":true}
|
||||
{"type":"end-attributes","line":1,"col":22}
|
||||
{"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":"class","val":"\"<%= bar %>\"","mustEscape":true}
|
||||
{"type":"end-attributes","line":2,"col":23}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"tag","line":3,"col":1,"val":"foo"}
|
||||
{"type":"start-attributes","line":3,"col":4}
|
||||
{"type":"attribute","line":3,"col":5,"name":"attr","val":"\"<%= bar %>\"","mustEscape":false}
|
||||
{"type":"end-attributes","line":3,"col":23}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"tag","line":4,"col":1,"val":"foo"}
|
||||
{"type":"start-attributes","line":4,"col":4}
|
||||
{"type":"attribute","line":4,"col":5,"name":"class","val":"\"<%= bar %>\"","mustEscape":false}
|
||||
{"type":"end-attributes","line":4,"col":24}
|
||||
{"type":"newline","line":5,"col":1}
|
||||
{"type":"tag","line":5,"col":1,"val":"foo"}
|
||||
{"type":"start-attributes","line":5,"col":4}
|
||||
{"type":"attribute","line":5,"col":5,"name":"class","val":"\"<%= bar %> lol rofl\"","mustEscape":false}
|
||||
{"type":"end-attributes","line":5,"col":33}
|
||||
{"type":"newline","line":6,"col":1}
|
||||
{"type":"tag","line":6,"col":1,"val":"foo"}
|
||||
{"type":"start-attributes","line":6,"col":4}
|
||||
{"type":"attribute","line":6,"col":5,"name":"class","val":"\"<%= bar %> lol rofl <%= lmao %>\"","mustEscape":false}
|
||||
{"type":"end-attributes","line":6,"col":45}
|
||||
{"type":"newline","line":7,"col":1}
|
||||
{"type":"eos","line":7,"col":1}
|
||||
Reference in New Issue
Block a user