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/samples
Rich Harris d752959ef1
change error message for invalid bindings
9 years ago
..
attribute-dynamic
attribute-dynamic-boolean
attribute-dynamic-reserved allow reserved words in tags e.g. {{class}} (#383) 9 years ago
attribute-escaped move tests around to facilitate registering babel based on environment 10 years ago
attribute-multiple
attribute-shorthand implement :shorthand attributes 9 years ago
attribute-static
attribute-static-boolean
attribute-unique-error
attribute-unquoted
binding treat binding values as expressions 9 years ago
binding-shorthand treat binding values as expressions 9 years ago
comment
convert-entities
convert-entities-in-element
css
each-block move tests around to facilitate registering babel based on environment 10 years ago
each-block-else move tests around to facilitate registering babel based on environment 10 years ago
each-block-indexed move tests around to facilitate registering babel based on environment 10 years ago
each-block-keyed
element-with-mustache
element-with-text move tests around to facilitate registering babel based on environment 10 years ago
elements
error-binding-mustaches better error for bind:value="{{foo}}" - fixes #437 9 years ago
error-binding-rvalue change error message for invalid bindings 9 years ago
error-css
error-event-handler
error-illegal-expression
error-multiple-styles
error-script-unclosed prevent unclosed <script> causing infinite loop 9 years ago
error-self-reference
error-unexpected-end-of-input
error-unexpected-end-of-input-b
error-unexpected-end-of-input-c
error-unexpected-end-of-input-d
error-unmatched-closing-tag
error-void-closing
error-window-children parse <:Window> tags 9 years ago
error-window-duplicate parse <:Window> tags 9 years ago
error-window-inside-block parse <:Window> tags 9 years ago
error-window-inside-element parse <:Window> tags 9 years ago
event-handler
if-block
if-block-else
if-block-elseif
implicitly-closed-li
nbsp move tests around to facilitate registering babel based on environment 10 years ago
raw-mustaches
refs
script
script-comment-only
script-comment-trailing move tests around to facilitate registering babel based on environment 10 years ago
script-comment-trailing-multiline
self-closing-element move tests around to facilitate registering babel based on environment 10 years ago
self-reference
space-between-mustaches
textarea-children separate parsing rules for textareas 9 years ago
transition-intro parse transition directives 9 years ago
transition-intro-no-params allow parameter-less transitions 9 years ago
whitespace-leading-trailing
yield