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/runtime/samples
..
action
action-function
action-this
action-update
attribute-boolean-false fix handling of boolean attributes in SSR (#1109) 8 years ago
attribute-boolean-indeterminate
attribute-boolean-true
attribute-casing another stab at #1062; also fix attribute case in static HTML 8 years ago
attribute-dynamic
attribute-dynamic-multiple
attribute-dynamic-quotemarks
attribute-dynamic-reserved
attribute-dynamic-shorthand move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
attribute-dynamic-type
attribute-empty move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
attribute-empty-svg move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
attribute-namespaced replace all invalid characters in attribute names when creating variables (fixes #470) 9 years ago
attribute-partial-number
attribute-prefer-expression move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
attribute-static move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
attribute-static-at-symbol rename test 9 years ago
attribute-static-boolean
attribute-static-quotemarks
autofocus
await-component-oncreate fire oncreate handlers for components inside await blocks (#1061) 8 years ago
await-set-simultaneous
await-then-catch
await-then-catch-anchor
await-then-catch-event
await-then-catch-if
await-then-catch-in-slot
await-then-catch-multiple correctly mount await block that has an anchor 8 years ago
await-then-catch-non-promise await-then-catch with non-promise 8 years ago
await-then-shorthand
binding-audio-currenttime-duration-volume
binding-indirect
binding-indirect-computed possible fix for #893 8 years ago
binding-input-checkbox
binding-input-checkbox-deep-contextual
binding-input-checkbox-group
binding-input-checkbox-group-outside-each
binding-input-checkbox-indeterminate combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 8 years ago
binding-input-number
binding-input-radio-group fix test failures resulting from new JSDOM version 8 years ago
binding-input-range move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
binding-input-range-change
binding-input-text move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
binding-input-text-contextual
binding-input-text-deconflicted
binding-input-text-deep move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
binding-input-text-deep-computed
binding-input-text-deep-computed-dynamic
binding-input-text-deep-contextual move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
binding-input-text-deep-contextual-computed-dynamic
binding-input-with-event
binding-select update tests 8 years ago
binding-select-implicit-option-value use <option> children as value attribute, if none exists. fixes #928 8 years ago
binding-select-in-each-block
binding-select-in-yield dont actually render <slot> elements 8 years ago
binding-select-initial-value
binding-select-initial-value-undefined
binding-select-late
binding-select-multiple
binding-select-optgroup dont use innerHTML for options inside optgroups - fixes #915 8 years ago
binding-textarea
bindings-before-oncreate add test 9 years ago
bindings-coalesced
component
component-binding move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-binding-blowback prevent component binding blowback on initial render 9 years ago
component-binding-blowback-b dont actually render <slot> elements 8 years ago
component-binding-blowback-c use _set, not set, when updating child components - fixes #721 9 years ago
component-binding-computed
component-binding-conditional change test outcome for uninitialised component bindings inside conditionals 8 years ago
component-binding-conditional-b
component-binding-deep move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-binding-deep-b
component-binding-each wait this is actually way easier 9 years ago
component-binding-each-nested move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-binding-each-object
component-binding-infinite-loop
component-binding-nested move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-binding-parent-supercedes-child
component-binding-self-destroying oops 8 years ago
component-data-dynamic move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-data-dynamic-late move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-data-dynamic-shorthand move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-data-empty move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-data-static
component-data-static-boolean
component-data-static-boolean-regression
component-events
component-events-data move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-events-each move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-if-placement failing test for #569 9 years ago
component-nested-deep
component-nested-deeper
component-not-void move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
component-ref
component-slot-default
component-slot-dynamic
component-slot-each-block append to the dom, not a document fragment, when updating each block in slot - fixes #927 8 years ago
component-slot-empty allow components without slots to have whitespace as only child - fixes #1007 8 years ago
component-slot-fallback
component-slot-if-block use anchors for slotted content - fixes #822 8 years ago
component-slot-if-block-before-node
component-slot-if-else-block-before-node use anchor.parentNode as target instead of slot document fragment - fixes #850 8 years ago
component-slot-named
component-slot-nested support nested <slot> elements 8 years ago
component-slot-nested-component stack up append targets so that slotted content in nested components works in SSR mode (fixes #801) 8 years ago
component-static-at-symbol add test 9 years ago
component-yield
component-yield-follows-element fix for #524 9 years ago
component-yield-if dont actually render <slot> elements 8 years ago
component-yield-multiple-in-each
component-yield-multiple-in-if
component-yield-nested-if separate unmount from destroy 9 years ago
component-yield-parent
component-yield-placement failing test for #561 9 years ago
component-yield-static only call .update on yield fragment if it's present (#514) 9 years ago
computed-empty move some tests to where they belong 9 years ago
computed-function
computed-values
computed-values-deconflicted
computed-values-default move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
computed-values-function-dependency move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
css unescape hash character (#722) 9 years ago
css-comments
css-false
css-space-in-attribute move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
custom-method move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
deconflict-builtins
deconflict-component-refs
deconflict-contexts
deconflict-elements-indexes
deconflict-non-helpers
deconflict-self
deconflict-template-1
deconflict-template-2
deconflict-vars
default-data move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
default-data-function move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
default-data-override
destroy-twice
destructuring move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
dev-warning-bad-observe-arguments
dev-warning-bad-set-argument
dev-warning-destroy-not-teardown
dev-warning-destroy-twice
dev-warning-dynamic-components-misplaced detect unused/misplaced components - closes #1039 8 years ago
dev-warning-helper make all tests run 9 years ago
dev-warning-missing-data
dev-warning-missing-data-binding use component name in runtime dev warnings - fixes #781 8 years ago
dev-warning-missing-data-excludes-event don't add event to expectedProperties - fixes #972 8 years ago
dev-warning-readonly-computed remove solo: true 8 years ago
dev-warning-readonly-window-binding use component name in runtime dev warnings - fixes #781 8 years ago
dynamic-component fix tests, finish renaming stuff 8 years ago
dynamic-component-bindings
dynamic-component-bindings-recreated create initial data for dynamic components in correct place - fixes #1040 8 years ago
dynamic-component-events fix tests, finish renaming stuff 8 years ago
dynamic-component-inside-element fix dynamic components inside elements - fixes #994 8 years ago
dynamic-component-ref when mounting dynamic components, set ref if required 8 years ago
dynamic-component-slot fix tests, finish renaming stuff 8 years ago
dynamic-component-update-existing-instance
each-block
each-block-array-literal add each_value to contextProps - fixes #1206 8 years ago
each-block-containing-component-in-if add test for #610 9 years ago
each-block-containing-if move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
each-block-deconflict-name-context failing test for #1240 8 years ago
each-block-destructured-array
each-block-dynamic-else-static null out else block references when they are destroyed — fixes #509 9 years ago
each-block-else
each-block-else-starts-empty
each-block-indexed move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
each-block-keyed only cache values when it makes sense 8 years ago
each-block-keyed-dynamic
each-block-keyed-random-permute tidy up 8 years ago
each-block-keyed-unshift
each-block-random-permute move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
each-block-static
each-block-text-node
each-blocks-expression move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
each-blocks-nested move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
each-blocks-nested-b move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
element-invalid-name replace invalid characters in element names when creating variables (#516) 9 years ago
empty-style-block
escape-template-literals
escaped-text
event-handler hoist some event handlers, rewrite non-hoisted ones to avoid binding 9 years ago
event-handler-console-log allow console.* calls in event handlers. fixes #782 8 years ago
event-handler-custom move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
event-handler-custom-context move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
event-handler-custom-each hoist some event handlers, rewrite non-hoisted ones to avoid binding 9 years ago
event-handler-custom-each-destructured Add destructured context container to usedContexts 8 years ago
event-handler-custom-node-context move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
event-handler-destroy include destroy as valid built-in method for event handlers (fixes #523) 9 years ago
event-handler-each hoist some event handlers, rewrite non-hoisted ones to avoid binding 9 years ago
event-handler-each-deconflicted
event-handler-event-methods move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
event-handler-hoisted
event-handler-removal
event-handler-sanitize sanitize event name in handler function name (#612) 9 years ago
event-handler-shorthand
event-handler-shorthand-component event propagation shorthand for components (#638) 9 years ago
event-handler-this-methods
events-custom
events-lifecycle
flush-before-bindings
function-in-expression
get-state
globals-accessible-directly
globals-not-dereferenced
globals-not-overwritten-by-bindings
globals-shadowed-by-data
globals-shadowed-by-helpers
head-title-dynamic
head-title-static
hello-world
helpers
helpers-not-call-expression always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575) 9 years ago
html-entities
html-entities-inside-elements failing tests for #1066 8 years ago
html-non-entities-inside-elements
if-block another horrible half-done commit 9 years ago
if-block-else
if-block-else-in-each
if-block-elseif
if-block-elseif-text move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
if-block-expression move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
if-block-or fix simple if blocks with top-level or conditions (#532) 9 years ago
if-block-widget only create anchors for if blocks when necessary 9 years ago
if-in-keyed-each
ignore-unchanged-attribute
ignore-unchanged-attribute-compound
ignore-unchanged-raw
ignore-unchanged-tag
immutable-mutable Adds some runtime tests for the immutable option 8 years ago
immutable-nested Adds some runtime tests for the immutable option 8 years ago
immutable-root Adds some runtime tests for the immutable option 8 years ago
imported-renamed-components
inline-expressions
input-list
lifecycle-events
names-deconflicted
names-deconflicted-nested
nbsp
non-root-style-interpolation
noscript-removal
observe-binding-ignores-unchanged prevent mutation bug from incorrectly calling observer (fixes #804) 8 years ago
observe-component-ignores-irrelevant-changes
observe-deferred move some tests to where they belong 9 years ago
observe-prevents-loop move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
oncreate-async
oncreate-async-arrow oops 8 years ago
oncreate-async-arrow-block
oncreate-sibling-order run oncreate functions in sensible order (#1135) 8 years ago
ondestroy-before-cleanup
onrender-chain move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
onrender-fires-when-ready move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
onrender-fires-when-ready-nested move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
option-without-select reenable tests 8 years ago
options
paren-wrapped-expressions
preload implement preload 8 years ago
raw-anchor-first-child
raw-anchor-first-last-child
raw-anchor-last-child
raw-anchor-next-previous-sibling
raw-anchor-next-sibling
raw-anchor-previous-sibling
raw-mustaches
raw-mustaches-preserved
refs move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
refs-unset
script-style-non-top-level failing test for #1082 8 years ago
select move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
select-bind-array
select-bind-in-array
select-change-handler Use .querySelector(':checked'), enable several <select> tests 9 years ago
select-no-whitespace
select-one-way-bind
select-one-way-bind-object
select-props add unit test 9 years ago
self-reference deconflict name with imports (#655) 9 years ago
self-reference-tree move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
set-after-destroy
set-clones-input
set-in-observe move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
set-in-observe-dedupes-renders
set-in-oncreate
set-in-ondestroy
set-mutated-data add test for #891 8 years ago
set-prevents-loop
setup
sigil-component-attribute fix escaping of sigils in component attribute values in SSR 8 years ago
sigil-static-# handle @foo and #foo edge cases 9 years ago
sigil-static-@ handle @foo and #foo edge cases 9 years ago
single-static-element
single-text-node
slot-in-custom-element
spread-component Prioritize named over spread attributes 8 years ago
spread-element Prioritize named over spread attributes 8 years ago
state-deconflicted
store
store-binding
store-component-binding
store-component-binding-deep
store-component-binding-each
store-computed
store-event
store-nested addd failing nested store test 8 years ago
store-observe-dollar
store-root
svg
svg-attributes
svg-child-component-declared-namespace move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
svg-child-component-declared-namespace-shorthand attach globals to state object on initialisation 8 years ago
svg-class
svg-each-block-anchor
svg-each-block-namespace
svg-multiple move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
svg-no-whitespace
svg-with-style
svg-xlink
svg-xmlns move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 9 years ago
textarea-children
textarea-value use value property for textareas 9 years ago
trait-function
transition-css-delay apply t0 styles to nodes if css transition has delay. fixes #574 9 years ago
transition-css-duration reenable all tests 8 years ago
transition-js-delay
transition-js-delay-in-out apply delays to bidirectional transitions - fixes #562 9 years ago
transition-js-dynamic-if-block-bidi apply delays to bidirectional transitions - fixes #562 9 years ago
transition-js-each-block-intro
transition-js-each-block-intro-outro
transition-js-each-block-keyed-intro
transition-js-each-block-keyed-intro-outro
transition-js-each-block-keyed-outro update keyed each-block outro test to check div order 9 years ago
transition-js-each-block-outro unkeyed each-blocks with outros 9 years ago
transition-js-events
transition-js-if-block-bidi
transition-js-if-block-in-each-block-bidi
transition-js-if-block-in-each-block-bidi-2
transition-js-if-block-in-each-block-bidi-3
transition-js-if-block-intro
transition-js-if-block-intro-outro
transition-js-if-else-block-dynamic-outro
transition-js-if-else-block-intro
transition-js-if-else-block-outro
transition-js-if-elseif-block-outro fix outros on compound if blocks, get IfBlock.js coverage to 100% 9 years ago
transition-js-initial
transition-js-nested-intro re-add Child.html 8 years ago
transition-js-parameterised
transition-js-parameterised-with-state dont transform bidi transitions twice - fixes #962 8 years ago
whitespace-each-block
whitespace-normal dont strip whitespace at the end of an each block (#713) 9 years ago
window-bind-scroll-update
window-binding-resize
window-event remove reify 9 years ago
window-event-context allow window events to access state 9 years ago