So siehts ganz gut aus !

This commit is contained in:
2019-04-03 17:44:16 +02:00
parent 3695b33c83
commit 0fe884c90a
6758 changed files with 530485 additions and 65 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