initial
This commit is contained in:
9
node_modules/pug-parser/test/cases/attr-es2015.tokens.json
generated
vendored
Normal file
9
node_modules/pug-parser/test/cases/attr-es2015.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{"type":"code","line":1,"col":1,"val":"var avatar = '219b77f9d21de75e81851b6b886057c7'","mustEscape":false,"buffer":false}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"tag","line":3,"col":1,"val":"div"}
|
||||
{"type":"class","line":3,"col":4,"val":"avatar-div"}
|
||||
{"type":"start-attributes","line":3,"col":15}
|
||||
{"type":"attribute","line":3,"col":16,"name":"style","val":"`background-image: url(https://www.gravatar.com/avatar/${avatar})`","mustEscape":true}
|
||||
{"type":"end-attributes","line":3,"col":88}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"eos","line":4,"col":1}
|
||||
Reference in New Issue
Block a user