initial
This commit is contained in:
10
node_modules/pug-parser/test/cases/inline-block-comment.tokens.json
generated
vendored
Normal file
10
node_modules/pug-parser/test/cases/inline-block-comment.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{"type":"block","line":1,"col":1,"val":"content","mode":"replace"}
|
||||
{"type":"comment","line":1,"col":1,"val":" Main content goes here","buffer":true}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"block","line":2,"col":1,"val":"content","mode":"append"}
|
||||
{"type":"comment","line":2,"col":1,"val":" adding something to content","buffer":true}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"block","line":3,"col":1,"val":"content","mode":"prepend"}
|
||||
{"type":"comment","line":3,"col":1,"val":" adding something to other end of content","buffer":true}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"eos","line":4,"col":1}
|
||||
Reference in New Issue
Block a user