initial
This commit is contained in:
3
node_modules/pug-strip-comments/test/errors/comment-in-comment.input.json
generated
vendored
Normal file
3
node_modules/pug-strip-comments/test/errors/comment-in-comment.input.json
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{"type":"comment","line":1,"val":"","buffer":false}
|
||||
{"type":"comment","line":2,"val":"","buffer":false}
|
||||
{"type":"eos","line":3}
|
||||
4
node_modules/pug-strip-comments/test/errors/end.input.json
generated
vendored
Normal file
4
node_modules/pug-strip-comments/test/errors/end.input.json
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{"type":"comment","line":1,"val":"","buffer":false}
|
||||
{"type":"end-pipeless-text","line":4}
|
||||
{"type":"newline","line":4}
|
||||
{"type":"eos","line":5}
|
||||
6
node_modules/pug-strip-comments/test/errors/startstart.input.json
generated
vendored
Normal file
6
node_modules/pug-strip-comments/test/errors/startstart.input.json
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{"type":"comment","line":1,"val":"","buffer":false}
|
||||
{"type":"start-pipeless-text","line":2}
|
||||
{"type":"start-pipeless-text","line":3}
|
||||
{"type":"end-pipeless-text","line":4}
|
||||
{"type":"newline","line":4}
|
||||
{"type":"eos","line":5}
|
||||
Reference in New Issue
Block a user