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 a362b436b2
Merge pull request #352 from sveltejs/gh-348
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 use component.destroy() in tests instead of component.teardown() 8 years ago
binding-select-multiple two-way binding with <select multiple> (#313) 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 use component.destroy() in tests instead of component.teardown() 8 years ago
component-binding-each-nested use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
computed-values-default use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
dev-warning-missing-data add development warnings for missing data properties with dev: true (#13) 8 years ago
dev-warning-missing-data-binding throw error in dev mode for missing bound properties (#249) 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 use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
events-lifecycle use component.destroy() in tests instead of component.teardown() 8 years ago
function-in-expression allow [arrow] function expressions inside tags (#269) 8 years ago
get-state rename folders to remove .gitignore confusion 8 years ago
globals-accessible-directly unit test 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 component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
if-block-elseif-text use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 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
nbsp differentiate between nbsp and other whitespace (#348) 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 use component.destroy() in tests instead of component.teardown() 8 years ago
onrender-fires-when-ready use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
raw-mustaches-preserved use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
self-reference self-references (#51) 8 years ago
self-reference-tree <:Self> inside each-block 8 years ago
set-in-observe update tests 8 years ago
set-in-observe-dedupes-renders use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
svg-each-block-namespace use component.destroy() in tests instead of component.teardown() 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 use component.destroy() in tests instead of component.teardown() 8 years ago
svg-xmlns Merge branch 'master' into universal-tests 8 years ago