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 a362b436b2
Merge pull request #352 from sveltejs/gh-348
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 work around some css-tree quirks 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
each-block-keyed parse @id for keyed each blocks (#81) 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
elements dontThrowParseErrorOnDoctypeDeclaration: Adding unit test for doctype tag 8 years ago
error-css normalise CSS parse errors 8 years ago
error-event-handler better errors for malformed event handlers (#220) 8 years ago
error-illegal-expression test inline expression parse errors 8 years ago
error-multiple-styles fix test 8 years ago
error-self-reference self-references (#51) 8 years ago
error-unexpected-end-of-input more informative error message when elements/blocks are left open (#258) 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
error-unexpected-end-of-input-d more informative error message when elements/blocks are left open (#258) 8 years ago
error-unmatched-closing-tag better error for unmatched closing tag (#321) 8 years ago
error-void-closing provide useful feedback on encountering void element closing tag 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
implicitly-closed-li handle implicitly closed elements 8 years ago
nbsp differentiate between nbsp and other whitespace (#348) 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
self-reference self-references (#51) 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