pixsy/node_modules/pug/test/anti-cases
synth-ruiner 495f1d958e initial 2017-12-22 17:22:08 +00:00
..
attrs.unescaped.pug initial 2017-12-22 17:22:08 +00:00
case-when.pug initial 2017-12-22 17:22:08 +00:00
case-without-with.pug initial 2017-12-22 17:22:08 +00:00
else-condition.pug initial 2017-12-22 17:22:08 +00:00
else-without-if.pug initial 2017-12-22 17:22:08 +00:00
inlining-a-mixin-after-a-tag.pug initial 2017-12-22 17:22:08 +00:00
key-char-ending-badly.pug initial 2017-12-22 17:22:08 +00:00
key-ending-badly.pug initial 2017-12-22 17:22:08 +00:00
mismatched-inline-tag.pug initial 2017-12-22 17:22:08 +00:00
mixin-args-syntax-error.pug initial 2017-12-22 17:22:08 +00:00
mixins-blocks-with-bodies.pug initial 2017-12-22 17:22:08 +00:00
multiple-non-nested-tags-on-a-line.pug initial 2017-12-22 17:22:08 +00:00
non-existant-filter.pug initial 2017-12-22 17:22:08 +00:00
non-mixin-block.pug initial 2017-12-22 17:22:08 +00:00
open-brace-in-attributes.pug initial 2017-12-22 17:22:08 +00:00
readme.md initial 2017-12-22 17:22:08 +00:00
self-closing-tag-with-block.pug initial 2017-12-22 17:22:08 +00:00
self-closing-tag-with-body.pug initial 2017-12-22 17:22:08 +00:00
self-closing-tag-with-code.pug initial 2017-12-22 17:22:08 +00:00
tabs-and-spaces.pug initial 2017-12-22 17:22:08 +00:00
unclosed-interpolated-call.pug initial 2017-12-22 17:22:08 +00:00
unclosed-interpolated-tag.pug initial 2017-12-22 17:22:08 +00:00
unclosed-interpolation.pug initial 2017-12-22 17:22:08 +00:00

readme.md

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).