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