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/generator
Rich Harris 24f5dc2976
use input events for two-way binding with textareas and non-checkbox/radio inputs (#10)
9 years ago
..
attribute-dynamic
attribute-dynamic-multiple fix unit tests 9 years ago
attribute-empty
attribute-empty-svg
attribute-partial-number only update attributes that have changed (#279) 9 years ago
attribute-static
attribute-static-boolean
autofocus
binding-input-checkbox
binding-input-checkbox-deep-contextual
binding-input-text
binding-input-text-contextual fix unit tests 9 years ago
binding-input-text-deep
binding-input-text-deep-contextual fix unit tests 9 years ago
binding-select
binding-select-initial-value add (skipped) test for #301 9 years ago
binding-textarea use input events for two-way binding with textareas and non-checkbox/radio inputs (#10) 9 years ago
component
component-binding skip component binding SSR tests, for now 9 years ago
component-binding-conditional dont trigger bindings for torn-down components (#277) 9 years ago
component-binding-conditional-b dont trigger bindings for torn-down components (#277) 9 years ago
component-binding-each fix tests 9 years ago
component-binding-each-nested fix tests 9 years ago
component-binding-nested skip component binding SSR tests, for now 9 years ago
component-binding-parent-supercedes-child
component-data-dynamic
component-data-dynamic-late
component-data-empty
component-data-static
component-data-static-boolean
component-events
component-events-data
component-events-each failing test for first bug in #290 9 years ago
component-not-void
component-ref fix test failure caused by clearing cache 9 years ago
component-yield fix/skip various SSR tests 9 years ago
component-yield-if
component-yield-multiple-in-each correctly update yield fragment inside each, #230 9 years ago
component-yield-multiple-in-if reenable all tests 9 years ago
component-yield-parent fix unit tests 9 years ago
computed-function
computed-values handle default paramters in computed values (fixes #274) 9 years ago
computed-values-default handle default paramters in computed values (fixes #274) 9 years ago
css
css-comments handle multiline comments in CSS - fixes #252 9 years ago
css-false
css-space-in-attribute failing test for #288 9 years ago
custom-method
deconflict-builtins reenable all tests 9 years ago
deconflict-contexts failing test for #222 part 2 9 years ago
default-data
default-data-function
default-data-override
destructuring handle shorthand properties in expressions (fixes #296) 9 years ago
each-block fix unit tests 9 years ago
each-block-containing-if
each-block-else
each-block-indexed fix unit tests 9 years ago
each-block-keyed
each-block-random-permute
each-block-text-node
each-blocks-expression fix unit tests 9 years ago
each-blocks-nested fix unit tests 9 years ago
each-blocks-nested-b fix unit tests 9 years ago
event-handler fix unit tests 9 years ago
event-handler-custom
event-handler-custom-context
event-handler-event-methods
event-handler-removal fix unit tests 9 years ago
event-handler-this-methods
events-custom
events-lifecycle
get-state
globals-not-dereferenced
globals-shadowed-by-data
globals-shadowed-by-helpers
hello-world
helpers
if-block fix unit tests 9 years ago
if-block-else
if-block-elseif
if-block-elseif-text
if-block-expression
if-block-widget fix unit tests 9 years ago
inline-expressions
input-list
lifecycle-events
names-deconflicted
names-deconflicted-nested
observe-component-ignores-irrelevant-changes
observe-prevents-loop
onrender-chain skip onrender-chain test 9 years ago
onrender-fires-when-ready Work on skipping some tests 9 years ago
onrender-fires-when-ready-nested Work on skipping some tests 9 years ago
pass-no-options
raw-mustaches fix/skip various SSR tests 9 years ago
raw-mustaches-preserved only update triples if HTML has changed 9 years ago
refs
refs-unset
select remove duplicate set(), check select value 9 years ago
set-in-observe Work on skipping some tests 9 years ago
set-in-observe-dedupes-renders
set-in-onrender Work on skipping some tests 9 years ago
set-prevents-loop
single-static-element
single-text-node fix/skip various SSR tests 9 years ago
svg
svg-attributes
svg-child-component-declared-namespace
svg-child-component-declared-namespace-shorthand
svg-class dont use properties when setting <svg> element attributes (fixes #233) 9 years ago
svg-each-block-namespace
svg-multiple
svg-no-whitespace
svg-xlink handle xlink attributes 9 years ago
svg-xmlns Merge branch 'master' into universal-tests 9 years ago