You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/parser
Rich-Harris a72955faa2
fix typo, disallow multiple style/script tags
8 years ago
..
attribute-dynamic rename .svelte to .html in test files - better idea i think 8 years ago
attribute-dynamic-boolean rename .svelte to .html in test files - better idea i think 8 years ago
attribute-escaped fix entities in attributes 8 years ago
attribute-multiple rename .svelte to .html in test files - better idea i think 8 years ago
attribute-static rename .svelte to .html in test files - better idea i think 8 years ago
attribute-static-boolean rename .svelte to .html in test files - better idea i think 8 years ago
attribute-unique-error Make sure parser only allows unique attribute names 8 years ago
attribute-unquoted handle unquoted attribute values 8 years ago
binding rename .svelte to .html in test files - better idea i think 8 years ago
binding-shorthand bind:foo shorthand – closes #20 8 years ago
comment rename .svelte to .html in test files - better idea i think 8 years ago
convert-entities use decodeCharacterReferences in text.js, not tag.js 8 years ago
convert-entities-in-element use decodeCharacterReferences in text.js, not tag.js 8 years ago
css scoped css 8 years ago
each-block rename .svelte to .html in test files - better idea i think 8 years ago
each-block-else add each-else support to parser 8 years ago
each-block-indexed rename .svelte to .html in test files - better idea i think 8 years ago
element-with-mustache rename .svelte to .html in test files - better idea i think 8 years ago
element-with-text rename .svelte to .html in test files - better idea i think 8 years ago
error-illegal-expression test inline expression parse errors 8 years ago
error-multiple-styles fix typo, disallow multiple style/script tags 8 years ago
error-unexpected-end-of-input fix readUntil infinite loop bug 8 years ago
error-unexpected-end-of-input-b fix readUntil infinite loop bug 8 years ago
error-unexpected-end-of-input-c fix readUntil infinite loop bug 8 years ago
event-handler rename .svelte to .html in test files - better idea i think 8 years ago
if-block rename .svelte to .html in test files - better idea i think 8 years ago
if-block-else also trim whitespace from elseif/else blocks 8 years ago
if-block-elseif also trim whitespace from elseif/else blocks 8 years ago
raw-mustaches add parser support for raw mustache tags 8 years ago
refs rename .svelte to .html in test files - better idea i think 8 years ago
script wrap script block in IIFE to prevent pollution 8 years ago
script-comment-only handle trailing comments in script tags – closes #64 8 years ago
script-comment-trailing handle trailing comments in script tags – closes #64 8 years ago
script-comment-trailing-multiline handle trailing comments in script tags – closes #64 8 years ago
self-closing-element rename .svelte to .html in test files - better idea i think 8 years ago
space-between-mustaches rename .svelte to .html in test files - better idea i think 8 years ago
whitespace-leading-trailing test leading whitespace in template 8 years ago
yield Parse {{yield}} as YieldTag 8 years ago