initial
This commit is contained in:
10
node_modules/pug/test/cases/code.pug
generated
vendored
Normal file
10
node_modules/pug/test/cases/code.pug
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
p= null
|
||||
p= undefined
|
||||
p= ''
|
||||
p= 0
|
||||
p= false
|
||||
p(foo=null)
|
||||
p(foo=undefined)
|
||||
p(foo='')
|
||||
p(foo=0)
|
||||
p(foo=false)
|
||||
Reference in New Issue
Block a user