sf-static/portfolio/node_modules/pug/test/anti-cases
2023-02-28 19:21:07 +01:00
..
attrs.unescaped.pug initial commit 2023-02-28 19:21:07 +01:00
case-when.pug initial commit 2023-02-28 19:21:07 +01:00
case-without-with.pug initial commit 2023-02-28 19:21:07 +01:00
else-condition.pug initial commit 2023-02-28 19:21:07 +01:00
else-without-if.pug initial commit 2023-02-28 19:21:07 +01:00
inlining-a-mixin-after-a-tag.pug initial commit 2023-02-28 19:21:07 +01:00
key-char-ending-badly.pug initial commit 2023-02-28 19:21:07 +01:00
key-ending-badly.pug initial commit 2023-02-28 19:21:07 +01:00
mismatched-inline-tag.pug initial commit 2023-02-28 19:21:07 +01:00
mixin-args-syntax-error.pug initial commit 2023-02-28 19:21:07 +01:00
mixins-blocks-with-bodies.pug initial commit 2023-02-28 19:21:07 +01:00
multiple-non-nested-tags-on-a-line.pug initial commit 2023-02-28 19:21:07 +01:00
non-existant-filter.pug initial commit 2023-02-28 19:21:07 +01:00
non-mixin-block.pug initial commit 2023-02-28 19:21:07 +01:00
open-brace-in-attributes.pug initial commit 2023-02-28 19:21:07 +01:00
readme.md initial commit 2023-02-28 19:21:07 +01:00
self-closing-tag-with-block.pug initial commit 2023-02-28 19:21:07 +01:00
self-closing-tag-with-body.pug initial commit 2023-02-28 19:21:07 +01:00
self-closing-tag-with-code.pug initial commit 2023-02-28 19:21:07 +01:00
tabs-and-spaces.pug initial commit 2023-02-28 19:21:07 +01:00
unclosed-interpolated-call.pug initial commit 2023-02-28 19:21:07 +01:00
unclosed-interpolated-tag.pug initial commit 2023-02-28 19:21:07 +01:00
unclosed-interpolation.pug initial commit 2023-02-28 19:21:07 +01:00

This folder collects examples of files that are not valid pug, but were at some point accepted by the parser without throwing an error. The tests ensure that all these cases now throw some form of error message (hopefully a helpful one).