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/compiler
Rich Harris b81ff3e73d
Merge pull request #138 from sveltejs/gh-137
8 years ago
..
attribute-dynamic pass assert into tests 8 years ago
attribute-dynamic-multiple initialise fragments with data, rather than waiting for first update 8 years ago
attribute-empty handle empty attributes in elements and components. fixes #63 8 years ago
attribute-empty-svg increase test coverage 8 years ago
attribute-static rename .svelte to .html in test files - better idea i think 8 years ago
attribute-static-boolean pass assert into tests 8 years ago
autofocus initialise fragments with data, rather than waiting for first update 8 years ago
binding-input-checkbox pass assert into tests 8 years ago
binding-input-checkbox-deep-contextual initialise fragments with data, rather than waiting for first update 8 years ago
binding-input-text pass assert into tests 8 years ago
binding-input-text-contextual pass assert into tests 8 years ago
binding-input-text-deep initialise fragments with data, rather than waiting for first update 8 years ago
binding-input-text-deep-contextual pass assert into tests 8 years ago
binding-select basic <select> binding 8 years ago
component failing component test 8 years ago
component-binding component two-way bindings 8 years ago
component-binding-nested test deeply nested bindings 8 years ago
component-binding-parent-supercedes-child better solution for preventing blowback with inter-component bindings, also fixes #19 8 years ago
component-data-dynamic Fix typo in generator's contextualise; solves #46 8 years ago
component-data-dynamic-late initialise fragments with data, rather than waiting for first update 8 years ago
component-data-empty handle empty attributes in elements and components. fixes #63 8 years ago
component-data-static support static data and refs on components 8 years ago
component-data-static-boolean fix component boolean attributes 8 years ago
component-events initialise fragments with data, rather than waiting for first update 8 years ago
component-events-data pass assert into tests 8 years ago
component-not-void require void elements to be lowercase – fixes #137 8 years ago
component-ref pass assert into tests 8 years ago
component-yield Initial implementation of {{yield}}-generator 8 years ago
component-yield-if test update while yield fragment is torn down, and tweak code for consistency 8 years ago
component-yield-parent Initial implementation of {{yield}}-generator 8 years ago
computed-values pass assert into tests 8 years ago
css pass assert into tests 8 years ago
custom-method pass assert into tests 8 years ago
default-data pass assert into tests 8 years ago
default-data-override test that default data is overridden 8 years ago
each-block pass assert into tests 8 years ago
each-block-containing-if initialise fragments with data, rather than waiting for first update 8 years ago
each-block-else add support for each-else in codegen 8 years ago
each-block-indexed rename .svelte to .html in test files - better idea i think 8 years ago
each-block-random-permute separate create from mount 8 years ago
each-block-text-node remove text nodes when removing iterations of each block (#62) 8 years ago
each-blocks-expression rename .svelte to .html in test files - better idea i think 8 years ago
each-blocks-nested use MagicString.Bundle for better sourcemap support 8 years ago
each-blocks-nested-b pass assert into tests 8 years ago
event-handler pass assert into tests 8 years ago
event-handler-custom pass assert into tests 8 years ago
event-handler-custom-context component is context for custom event handlers 8 years ago
event-handler-removal pass assert into tests 8 years ago
events-custom pass assert into tests 8 years ago
events-lifecycle pass assert into tests 8 years ago
get-state return state when using get without key 8 years ago
hello-world pass assert into tests 8 years ago
helpers rename .svelte to .html in test files - better idea i think 8 years ago
if-block pass assert into tests 8 years ago
if-block-else add assert.htmlEqual helper 8 years ago
if-block-elseif implement elseif 8 years ago
if-block-elseif-text correctly insert non-element children before an anchor 8 years ago
if-block-expression rename .svelte to .html in test files - better idea i think 8 years ago
if-block-widget Enable working tests 8 years ago
inline-expressions pass assert into tests 8 years ago
lifecycle-events pass assert into tests 8 years ago
names-deconflicted deconflict names. fixes #88 8 years ago
names-deconflicted-nested fix test 8 years ago
observe-component-ignores-irrelevant-changes only update components if their dependencies have changed 8 years ago
observe-prevents-loop prevent infinite observe loops 8 years ago
onrender-fires-when-ready only fire onrender hooks once component is in the DOM – fixes #18 8 years ago
onrender-fires-when-ready-nested fix onrender hook for nested widgets 8 years ago
raw-mustaches add codegen support for raw mustache tags 8 years ago
refs pass assert into tests 8 years ago
refs-unset only set ref to null when tearing down if it is still current – closes #24 8 years ago
set-in-observe some more tests 8 years ago
set-in-observe-dedupes-renders add failing but skipped test 8 years ago
set-in-onrender some more tests 8 years ago
set-prevents-loop prevent infinite set loops 8 years ago
single-static-element rename .svelte to .html in test files - better idea i think 8 years ago
svg pass assert into tests 8 years ago
svg-attributes Enable working tests 8 years ago
svg-each-block-namespace retain SVG namespace inside each blocks 8 years ago
svg-multiple allow multiple SVGs - fixes #130 8 years ago
svg-no-whitespace dont render text nodes inside SVG elements (#142) 8 years ago
svg-xmlns handle xmlns attributes correctly 8 years ago
text-node-top-level remove top-level text nodes on teardown 8 years ago