You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* cd backend * npm install |
5 years ago | |
|---|---|---|
| .. | ||
| attrs.unescaped.pug | 5 years ago | |
| case-when.pug | 5 years ago | |
| case-without-with.pug | 5 years ago | |
| else-condition.pug | 5 years ago | |
| else-without-if.pug | 5 years ago | |
| inlining-a-mixin-after-a-tag.pug | 5 years ago | |
| key-char-ending-badly.pug | 5 years ago | |
| key-ending-badly.pug | 5 years ago | |
| mismatched-inline-tag.pug | 5 years ago | |
| mixin-args-syntax-error.pug | 5 years ago | |
| mixins-blocks-with-bodies.pug | 5 years ago | |
| multiple-non-nested-tags-on-a-line.pug | 5 years ago | |
| non-existant-filter.pug | 5 years ago | |
| non-mixin-block.pug | 5 years ago | |
| open-brace-in-attributes.pug | 5 years ago | |
| readme.md | 5 years ago | |
| self-closing-tag-with-block.pug | 5 years ago | |
| self-closing-tag-with-body.pug | 5 years ago | |
| self-closing-tag-with-code.pug | 5 years ago | |
| tabs-and-spaces.pug | 5 years ago | |
| unclosed-interpolated-call.pug | 5 years ago | |
| unclosed-interpolated-tag.pug | 5 years ago | |
| unclosed-interpolation.pug | 5 years ago | |
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).