initial
This commit is contained in:
10
node_modules/pug/test/cases/comments-in-case.pug
generated
vendored
Normal file
10
node_modules/pug/test/cases/comments-in-case.pug
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
doctype html
|
||||
html
|
||||
body
|
||||
- var s = 'this'
|
||||
case s
|
||||
//- Comment
|
||||
when 'this'
|
||||
p It's this!
|
||||
when 'that'
|
||||
p It's that!
|
||||
Reference in New Issue
Block a user