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).
Name |
Last Commit
c3dbb4e4
–
Merge branch 'master' of http://khuhub.khu.ac.kr/2020-1-capstone-design1/KHY_Project1
|
History
|
Last Update |
---|---|---|
.. | ||
attrs.unescaped.pug | Loading commit data... | |
case-when.pug | Loading commit data... | |
case-without-with.pug | Loading commit data... | |
else-condition.pug | Loading commit data... | |
else-without-if.pug | Loading commit data... | |
inlining-a-mixin-after-a-tag.pug | Loading commit data... | |
key-char-ending-badly.pug | Loading commit data... | |
key-ending-badly.pug | Loading commit data... | |
mismatched-inline-tag.pug | Loading commit data... | |
mixin-args-syntax-error.pug | Loading commit data... | |
mixins-blocks-with-bodies.pug | Loading commit data... | |
multiple-non-nested-tags-on-a-line.pug | Loading commit data... | |
non-existant-filter.pug | Loading commit data... | |
non-mixin-block.pug | Loading commit data... | |
open-brace-in-attributes.pug | Loading commit data... | |
readme.md | Loading commit data... | |
self-closing-tag-with-block.pug | Loading commit data... | |
self-closing-tag-with-body.pug | Loading commit data... | |
self-closing-tag-with-code.pug | Loading commit data... | |
tabs-and-spaces.pug | Loading commit data... | |
unclosed-interpolated-call.pug | Loading commit data... | |
unclosed-interpolated-tag.pug | Loading commit data... | |
unclosed-interpolation.pug | Loading commit data... |
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).