This commit is contained in:
synth-ruiner
2017-12-22 17:22:08 +00:00
commit 495f1d958e
3484 changed files with 393731 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
a(href=
'asfd
asfd')

View File

@@ -0,0 +1 @@
case thisWillNotWork(

View File

@@ -0,0 +1 @@
case

View File

@@ -0,0 +1 @@
default foo

View File

@@ -0,0 +1,4 @@
if true
.foo
else false
.bar

View File

@@ -0,0 +1 @@
extends

View File

@@ -0,0 +1 @@
include:foo

View File

@@ -0,0 +1 @@
include:foo

View File

@@ -0,0 +1 @@
include:foo()foo.£

View File

@@ -0,0 +1 @@
include

View File

@@ -0,0 +1,4 @@
html
body
p Hey
p Is this in <body> or in <p>?

View File

@@ -0,0 +1,5 @@
mixin a
p hey
- var myMixin = 'a'
+#{myMixin]}

View File

@@ -0,0 +1 @@
.95

View File

@@ -0,0 +1 @@
.-

View File

@@ -0,0 +1 @@

1
node_modules/pug-lexer/test/errors/invalid-id.pug generated vendored Normal file
View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1 @@
each foo bar

View File

@@ -0,0 +1 @@
extend(data-foo='bar') I'm pretending to be a tag

View File

@@ -0,0 +1 @@
include(data-foo='bar') I'm pretending to be a tag

View File

@@ -0,0 +1,2 @@
//- #1871
p #[strong a}

View File

@@ -0,0 +1,2 @@
#{
'abc'

View File

@@ -0,0 +1,4 @@
p.
#[strong This strong text is really really long. This strong
text is really really long. This strong text is really really
long.]

View File

@@ -0,0 +1,3 @@
ul
- each foo in bar
li= foo

View File

@@ -0,0 +1 @@
p #[strong this is some terrible brackets mismatching

View File

@@ -0,0 +1 @@
when

View File

@@ -0,0 +1 @@
while