initial
This commit is contained in:
13
node_modules/pug-parser/test/cases/inheritance.alert-dialog.tokens.json
generated
vendored
Normal file
13
node_modules/pug-parser/test/cases/inheritance.alert-dialog.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"extends","line":2,"col":1}
|
||||
{"type":"path","line":2,"col":9,"val":"auxiliary/dialog.pug"}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"block","line":4,"col":1,"val":"content","mode":"replace"}
|
||||
{"type":"indent","line":5,"col":1,"val":2}
|
||||
{"type":"tag","line":5,"col":3,"val":"h1"}
|
||||
{"type":"text","line":5,"col":6,"val":"Alert!"}
|
||||
{"type":"newline","line":6,"col":1}
|
||||
{"type":"tag","line":6,"col":3,"val":"p"}
|
||||
{"type":"text","line":6,"col":5,"val":"I'm an alert!"}
|
||||
{"type":"outdent","line":7,"col":1}
|
||||
{"type":"eos","line":7,"col":1}
|
||||
Reference in New Issue
Block a user