├── .dockerignore ├── .gitignore ├── .gitmodules ├── .ts-setup.el ├── .ts-test.el ├── Dockerfile ├── LICENSE ├── Makefile ├── README.rst ├── combobulate-css.el ├── combobulate-cursor.el ├── combobulate-debug.el ├── combobulate-display.el ├── combobulate-envelope.el ├── combobulate-go.el ├── combobulate-html.el ├── combobulate-interface.el ├── combobulate-js-ts.el ├── combobulate-json.el ├── combobulate-manipulation.el ├── combobulate-misc.el ├── combobulate-navigation.el ├── combobulate-procedure.el ├── combobulate-python.el ├── combobulate-query.el ├── combobulate-rules.el ├── combobulate-settings.el ├── combobulate-setup.el ├── combobulate-toml.el ├── combobulate-ui.el ├── combobulate-yaml.el ├── combobulate-ztree.el ├── combobulate.el ├── docs ├── clone-dwim.gif ├── combobulate-header.jpg ├── combobulate.png ├── drag-complex.gif ├── enveloping.gif ├── expand-region.gif ├── mc-edit-1.gif ├── sibling-nav-jsx.gif └── splicing.gif └── tests ├── combobulate-test-prelude.el ├── combobulate-test-suite.el ├── fixture-deltas ├── combobulate-clone-dwim │ ├── attributes.html[@1~after].html │ ├── component-jsx.tsx[@1~after].tsx │ ├── component-jsx.tsx[@2~after].tsx │ ├── component-jsx.tsx[@3~after].tsx │ ├── component-jsx.tsx[@4~after].tsx │ ├── component-jsx.tsx[@5~after].tsx │ ├── component-jsx.tsx[@6~after].tsx │ ├── css-declaration.css[@1~after].css │ ├── css-function-arg.css[@1~after].css │ ├── css-nested-statements.css[@1~after].css │ ├── css-property.css[@1~after].css │ ├── def-block.py[@1~after].py │ ├── def-function-block.tsx[@1~after].tsx │ ├── def-function-object-args.tsx[@1~after].tsx │ ├── elements.html[@1~after].html │ ├── elements.html[@2~after].html │ ├── elements.html[@3~after].html │ ├── module-statements.py[@1~after].py │ ├── module-statements.py[@2~after].py │ ├── module-statements.py[@3~after].py │ ├── module-statements.tsx[@1~after].tsx │ ├── nested-blocks.py[@1~after].py │ ├── python-dict.py[@1~after].py │ ├── python-dict.py[@2~after].py │ ├── python-list.py[@1~after].py │ ├── python-list.py[@2~after].py │ ├── python-list.py[@3~after].py │ ├── python-list.py[@4~after].py │ ├── python-list.py[@5~after].py │ ├── yaml-block-mapping-pairs.yaml[@1~after].yaml │ ├── yaml-block-mapping-pairs.yaml[@2~after].yaml │ ├── yaml-sequence.yaml[@1~after].yaml │ └── yaml-sequence.yaml[@2~after].yaml ├── combobulate-drag-down │ ├── attributes.html[@1~after].html │ ├── attributes.html[@2~after].html │ ├── attributes.html[@3~after].html │ ├── block.go[@1~after].go │ ├── block.go[@2~after].go │ ├── block.go[@3~after].go │ ├── block.go[@4~after].go │ ├── block.go[@5~after].go │ ├── block.go[@6~after].go │ ├── component-jsx.tsx[@1~after].tsx │ ├── component-jsx.tsx[@2~after].tsx │ ├── component-jsx.tsx[@3~after].tsx │ ├── component-jsx.tsx[@4~after].tsx │ ├── component-jsx.tsx[@5~after].tsx │ ├── const-declaration.go[@1~after].go │ ├── const-declaration.go[@2~after].go │ ├── css-declaration.css[@1~after].css │ ├── css-declaration.css[@2~after].css │ ├── css-declaration.css[@3~after].css │ ├── css-declaration.css[@4~after].css │ ├── css-function-arg.css[@1~after].css │ ├── css-function-arg.css[@2~after].css │ ├── css-function-arg.css[@3~after].css │ ├── css-nested-statements.css[@1~after].css │ ├── css-nested-statements.css[@2~after].css │ ├── css-nested-statements.css[@3~after].css │ ├── css-property.css[@1~after].css │ ├── css-property.css[@2~after].css │ ├── css-property.css[@3~after].css │ ├── def-block.py[@1~after].py │ ├── def-block.py[@2~after].py │ ├── def-block.py[@3~after].py │ ├── def-block.py[@4~after].py │ ├── def-block.py[@5~after].py │ ├── def-function-block.tsx[@1~after].tsx │ ├── def-function-block.tsx[@2~after].tsx │ ├── def-function-block.tsx[@3~after].tsx │ ├── def-function-block.tsx[@4~after].tsx │ ├── def-function-block.tsx[@5~after].tsx │ ├── def-function-block.tsx[@6~after].tsx │ ├── def-function-object-args.tsx[@1~after].tsx │ ├── def-function-object-args.tsx[@2~after].tsx │ ├── def-function-object-args.tsx[@3~after].tsx │ ├── def-function-type-args.tsx[@1~after].tsx │ ├── def-function-type-args.tsx[@2~after].tsx │ ├── def-function-type-args.tsx[@3~after].tsx │ ├── def-parameters.py[@1~after].py │ ├── def-parameters.py[@2~after].py │ ├── def-parameters.py[@3~after].py │ ├── def-parameters.py[@4~after].py │ ├── def-parameters.py[@5~after].py │ ├── def-parameters.py[@6~after].py │ ├── def-parameters.py[@7~after].py │ ├── def-parameters.py[@8~after].py │ ├── def-parameters.py[@9~after].py │ ├── document-level.toml[@1~after].toml │ ├── document-level.toml[@2~after].toml │ ├── document-level.toml[@3~after].toml │ ├── document-level.toml[@4~after].toml │ ├── document-level.toml[@5~after].toml │ ├── document-level.toml[@6~after].toml │ ├── document-level.toml[@7~after].toml │ ├── elements.html[@1~after].html │ ├── elements.html[@2~after].html │ ├── elements.html[@3~after].html │ ├── elements.html[@4~after].html │ ├── elements.html[@5~after].html │ ├── elements.html[@6~after].html │ ├── elements.html[@7~after].html │ ├── expr-switch.go[@1~after].go │ ├── expr-switch.go[@2~after].go │ ├── expr-switch.go[@3~after].go │ ├── for-loop.go[@1~after].go │ ├── for-loop.go[@2~after].go │ ├── for-loop.go[@3~after].go │ ├── import-declaration.go[@1~after].go │ ├── import-declaration.go[@2~after].go │ ├── inside-case.go[@1~after].go │ ├── inside-table.toml[@1~after].toml │ ├── inside-table.toml[@2~after].toml │ ├── inside-table.toml[@3~after].toml │ ├── literal.go[@1~after].go │ ├── literal.go[@2~after].go │ ├── literal.go[@3~after].go │ ├── literal.go[@4~after].go │ ├── literal.go[@5~after].go │ ├── literal.go[@6~after].go │ ├── map.go[@1~after].go │ ├── map.go[@2~after].go │ ├── module-statements.py[@1~after].py │ ├── module-statements.py[@2~after].py │ ├── module-statements.py[@3~after].py │ ├── module-statements.py[@4~after].py │ ├── module-statements.py[@5~after].py │ ├── module-statements.py[@6~after].py │ ├── module-statements.py[@7~after].py │ ├── module-statements.py[@8~after].py │ ├── module-statements.tsx[@1~after].tsx │ ├── module-statements.tsx[@2~after].tsx │ ├── module-statements.tsx[@3~after].tsx │ ├── module-statements.tsx[@4~after].tsx │ ├── module-statements.tsx[@5~after].tsx │ ├── module.go[@1~after].go │ ├── module.go[@2~after].go │ ├── module.go[@3~after].go │ ├── module.go[@4~after].go │ ├── module.go[@5~after].go │ ├── module.go[@6~after].go │ ├── nested-blocks.py[@1~after].py │ ├── nested-blocks.py[@2~after].py │ ├── nested-blocks.py[@3~after].py │ ├── program.go[@1~after].go │ ├── program.go[@2~after].go │ ├── program.go[@3~after].go │ ├── program.go[@4~after].go │ ├── program.go[@5~after].go │ ├── program.go[@6~after].go │ ├── program.go[@7~after].go │ ├── python-dict.py[@1~after].py │ ├── python-dict.py[@2~after].py │ ├── python-dict.py[@3~after].py │ ├── python-dict.py[@4~after].py │ ├── python-dict.py[@5~after].py │ ├── python-dict.py[@6~after].py │ ├── python-dict.py[@7~after].py │ ├── python-list.py[@1~after].py │ ├── python-list.py[@2~after].py │ ├── python-list.py[@3~after].py │ ├── python-list.py[@4~after].py │ ├── python-list.py[@5~after].py │ ├── python-match-case.py[@1~after].py │ ├── python-match-case.py[@2~after].py │ ├── python-match-case.py[@3~after].py │ ├── python-set.py[@1~after].py │ ├── python-set.py[@2~after].py │ ├── python-set.py[@3~after].py │ ├── python-string.py[@1~after].py │ ├── python-string.py[@2~after].py │ ├── python-string.py[@3~after].py │ ├── python-string.py[@4~after].py │ ├── python-string.py[@5~after].py │ ├── python-string.py[@6~after].py │ ├── python-tuple-pattern.py[@1~after].py │ ├── python-tuple-pattern.py[@2~after].py │ ├── python-tuple-pattern.py[@3~after].py │ ├── python-tuple-pattern.py[@4~after].py │ ├── python-tuple-pattern.py[@5~after].py │ ├── python-tuple.py[@1~after].py │ ├── python-tuple.py[@2~after].py │ ├── python-tuple.py[@3~after].py │ ├── python-tuple.py[@4~after].py │ ├── python-tuple.py[@5~after].py │ ├── switch.go[@1~after].go │ ├── switch.go[@2~after].go │ ├── switch.go[@3~after].go │ ├── type-declaration.go[@1~after].go │ ├── type-declaration.go[@2~after].go │ ├── value-array.toml[@1~after].toml │ ├── value-array.toml[@2~after].toml │ ├── value-array.toml[@3~after].toml │ ├── var-declaration.go[@1~after].go │ ├── var-declaration.go[@2~after].go │ ├── yaml-block-mapping-pairs.yaml[@1~after].yaml │ ├── yaml-block-mapping-pairs.yaml[@2~after].yaml │ ├── yaml-block-mapping.yaml[@1~after].yaml │ ├── yaml-block-mapping.yaml[@2~after].yaml │ ├── yaml-block-mapping.yaml[@3~after].yaml │ ├── yaml-sequence.yaml[@1~after].yaml │ └── yaml-sequence.yaml[@2~after].yaml ├── combobulate-drag-up │ ├── attributes.html[@1~after].html │ ├── attributes.html[@2~after].html │ ├── attributes.html[@3~after].html │ ├── block.go[@1~after].go │ ├── block.go[@2~after].go │ ├── block.go[@3~after].go │ ├── block.go[@4~after].go │ ├── block.go[@5~after].go │ ├── block.go[@6~after].go │ ├── component-jsx.tsx[@1~after].tsx │ ├── component-jsx.tsx[@2~after].tsx │ ├── component-jsx.tsx[@3~after].tsx │ ├── component-jsx.tsx[@4~after].tsx │ ├── component-jsx.tsx[@5~after].tsx │ ├── const-declaration.go[@1~after].go │ ├── const-declaration.go[@2~after].go │ ├── css-declaration.css[@1~after].css │ ├── css-declaration.css[@2~after].css │ ├── css-declaration.css[@3~after].css │ ├── css-declaration.css[@4~after].css │ ├── css-function-arg.css[@1~after].css │ ├── css-function-arg.css[@2~after].css │ ├── css-function-arg.css[@3~after].css │ ├── css-nested-statements.css[@1~after].css │ ├── css-nested-statements.css[@2~after].css │ ├── css-nested-statements.css[@3~after].css │ ├── css-property.css[@1~after].css │ ├── css-property.css[@2~after].css │ ├── css-property.css[@3~after].css │ ├── def-block.py[@1~after].py │ ├── def-block.py[@2~after].py │ ├── def-block.py[@3~after].py │ ├── def-block.py[@4~after].py │ ├── def-block.py[@5~after].py │ ├── def-function-block.tsx[@1~after].tsx │ ├── def-function-block.tsx[@2~after].tsx │ ├── def-function-block.tsx[@3~after].tsx │ ├── def-function-block.tsx[@4~after].tsx │ ├── def-function-block.tsx[@5~after].tsx │ ├── def-function-block.tsx[@6~after].tsx │ ├── def-function-object-args.tsx[@1~after].tsx │ ├── def-function-object-args.tsx[@2~after].tsx │ ├── def-function-object-args.tsx[@3~after].tsx │ ├── def-function-type-args.tsx[@1~after].tsx │ ├── def-function-type-args.tsx[@2~after].tsx │ ├── def-function-type-args.tsx[@3~after].tsx │ ├── def-parameters.py[@1~after].py │ ├── def-parameters.py[@2~after].py │ ├── def-parameters.py[@3~after].py │ ├── def-parameters.py[@4~after].py │ ├── def-parameters.py[@5~after].py │ ├── def-parameters.py[@6~after].py │ ├── def-parameters.py[@7~after].py │ ├── def-parameters.py[@8~after].py │ ├── def-parameters.py[@9~after].py │ ├── document-level.toml[@1~after].toml │ ├── document-level.toml[@2~after].toml │ ├── document-level.toml[@3~after].toml │ ├── document-level.toml[@4~after].toml │ ├── document-level.toml[@5~after].toml │ ├── document-level.toml[@6~after].toml │ ├── document-level.toml[@7~after].toml │ ├── elements.html[@1~after].html │ ├── elements.html[@2~after].html │ ├── elements.html[@3~after].html │ ├── elements.html[@4~after].html │ ├── elements.html[@5~after].html │ ├── elements.html[@6~after].html │ ├── elements.html[@7~after].html │ ├── expr-switch.go[@1~after].go │ ├── expr-switch.go[@2~after].go │ ├── expr-switch.go[@3~after].go │ ├── for-loop.go[@1~after].go │ ├── for-loop.go[@2~after].go │ ├── for-loop.go[@3~after].go │ ├── import-declaration.go[@1~after].go │ ├── import-declaration.go[@2~after].go │ ├── inside-case.go[@1~after].go │ ├── inside-table.toml[@1~after].toml │ ├── inside-table.toml[@2~after].toml │ ├── inside-table.toml[@3~after].toml │ ├── literal.go[@1~after].go │ ├── literal.go[@2~after].go │ ├── literal.go[@3~after].go │ ├── literal.go[@4~after].go │ ├── literal.go[@5~after].go │ ├── literal.go[@6~after].go │ ├── map.go[@1~after].go │ ├── map.go[@2~after].go │ ├── module-statements.py[@1~after].py │ ├── module-statements.py[@2~after].py │ ├── module-statements.py[@3~after].py │ ├── module-statements.py[@4~after].py │ ├── module-statements.py[@5~after].py │ ├── module-statements.py[@6~after].py │ ├── module-statements.py[@7~after].py │ ├── module-statements.py[@8~after].py │ ├── module-statements.tsx[@1~after].tsx │ ├── module-statements.tsx[@2~after].tsx │ ├── module-statements.tsx[@3~after].tsx │ ├── module-statements.tsx[@4~after].tsx │ ├── module-statements.tsx[@5~after].tsx │ ├── module.go[@1~after].go │ ├── module.go[@2~after].go │ ├── module.go[@3~after].go │ ├── module.go[@4~after].go │ ├── module.go[@5~after].go │ ├── module.go[@6~after].go │ ├── nested-blocks.py[@1~after].py │ ├── nested-blocks.py[@2~after].py │ ├── nested-blocks.py[@3~after].py │ ├── program.go[@1~after].go │ ├── program.go[@2~after].go │ ├── program.go[@3~after].go │ ├── program.go[@4~after].go │ ├── program.go[@5~after].go │ ├── program.go[@6~after].go │ ├── program.go[@7~after].go │ ├── python-dict.py[@1~after].py │ ├── python-dict.py[@2~after].py │ ├── python-dict.py[@3~after].py │ ├── python-dict.py[@4~after].py │ ├── python-dict.py[@5~after].py │ ├── python-dict.py[@6~after].py │ ├── python-dict.py[@7~after].py │ ├── python-list.py[@1~after].py │ ├── python-list.py[@2~after].py │ ├── python-list.py[@3~after].py │ ├── python-list.py[@4~after].py │ ├── python-list.py[@5~after].py │ ├── python-match-case.py[@1~after].py │ ├── python-match-case.py[@2~after].py │ ├── python-match-case.py[@3~after].py │ ├── python-set.py[@1~after].py │ ├── python-set.py[@2~after].py │ ├── python-set.py[@3~after].py │ ├── python-string.py[@1~after].py │ ├── python-string.py[@2~after].py │ ├── python-string.py[@3~after].py │ ├── python-string.py[@4~after].py │ ├── python-string.py[@5~after].py │ ├── python-string.py[@6~after].py │ ├── python-tuple-pattern.py[@1~after].py │ ├── python-tuple-pattern.py[@2~after].py │ ├── python-tuple-pattern.py[@3~after].py │ ├── python-tuple-pattern.py[@4~after].py │ ├── python-tuple-pattern.py[@5~after].py │ ├── python-tuple.py[@1~after].py │ ├── python-tuple.py[@2~after].py │ ├── python-tuple.py[@3~after].py │ ├── python-tuple.py[@4~after].py │ ├── python-tuple.py[@5~after].py │ ├── switch.go[@1~after].go │ ├── switch.go[@2~after].go │ ├── switch.go[@3~after].go │ ├── type-declaration.go[@1~after].go │ ├── type-declaration.go[@2~after].go │ ├── value-array.toml[@1~after].toml │ ├── value-array.toml[@2~after].toml │ ├── value-array.toml[@3~after].toml │ ├── var-declaration.go[@1~after].go │ ├── var-declaration.go[@2~after].go │ ├── yaml-block-mapping-pairs.yaml[@1~after].yaml │ ├── yaml-block-mapping-pairs.yaml[@2~after].yaml │ ├── yaml-block-mapping.yaml[@1~after].yaml │ ├── yaml-block-mapping.yaml[@2~after].yaml │ ├── yaml-block-mapping.yaml[@3~after].yaml │ ├── yaml-sequence.yaml[@1~after].yaml │ └── yaml-sequence.yaml[@2~after].yaml ├── combobulate-envelope-expand-instructions-tsx │ ├── component.tsx[choice-has-choice-0@1~after].tsx │ ├── component.tsx[choice-has-choice-1@1~after].tsx │ ├── component.tsx[choice-has-choice-2@1~after].tsx │ ├── component.tsx[choice-has-choice-3@1~after].tsx │ ├── component.tsx[choice-simple-0@1~after].tsx │ ├── component.tsx[choice-simple-1@1~after].tsx │ ├── component.tsx[choicestar-with-complex-missing-field-alt@1~after].tsx │ └── component.tsx[choicestar-with-complex-missing-field-consequence@1~after].tsx ├── combobulate-envelope-expand-instructions │ ├── blank.py[choice-simple-0@1~after].py │ ├── blank.py[choice-simple-1@1~after].py │ ├── blank.py[choicestar-with-complex-missing-field@1~after].py │ ├── blank.py[field-before-prompt@1~after].py │ ├── blank.py[insert-missing-register-with-default@1~after].py │ ├── blank.py[insert-region-register-2-then-indent@1~after].py │ ├── blank.py[insert-region-register-then-indent@1~after].py │ ├── blank.py[insert-region-register@1~after].py │ ├── blank.py[newline-and-indent-inside-block-both@1~after].py │ ├── blank.py[newline-and-indent-inside-block-then-outside@1~after].py │ ├── blank.py[newline-and-indent-simple@1~after].py │ ├── blank.py[newline@1~after].py │ ├── blank.py[prompt-manual-input-once@1~after].py │ ├── blank.py[prompt-manual-input-twice@1~after].py │ ├── blank.py[prompt-manual-keyboard-quit@1~after].py │ ├── blank.py[prompt-register-once@1~after].py │ ├── blank.py[prompt-register-reused@1~after].py │ ├── blank.py[save-column-nested@1~after].py │ ├── blank.py[save-column@1~after].py │ ├── blank.py[string-basic@1~after].py │ └── blank.py[string-multiple@1~after].py ├── combobulate-kill-dwim │ ├── attributes.html[@1~after].html │ ├── block.go[@1~after].go │ ├── component-jsx.tsx[@1~after].tsx │ ├── css-declaration.css[@1~after].css │ ├── python-dict.py[@1~after].py │ ├── python-match-case.py[@1~after].py │ ├── yaml-block-mapping-pairs.yaml[@1~after].yaml │ └── yaml-sequence.yaml[@1~after].yaml ├── combobulate-splice-self-offset-1 │ ├── choice-1-for-loop-body.go[@1~after].go │ ├── choice-1-inside-case.go[@1~after].go │ └── choice-1-switch.go[@1~after].go ├── combobulate-splice-self │ ├── choice-0-block-pairs.yaml[@1~after].yaml │ ├── choice-0-block-pairs.yaml[@2~after].yaml │ ├── choice-0-block-pairs.yaml[@3~after].yaml │ ├── choice-0-block-pairs.yaml[@4~after].yaml │ ├── choice-0-jsx-elements.tsx[@1~after].tsx │ ├── choice-0-jsx-elements.tsx[@2~after].tsx │ ├── choice-0-jsx-elements.tsx[@3~after].tsx │ ├── choice-0-messy-splice.py[@1~after].py │ ├── choice-0-nested-elements.html[@1~after].html │ ├── choice-0-nested-elements.html[@2~after].html │ ├── choice-0-nested-elements.html[@3~after].html │ ├── choice-0-nested-elements.html[@4~after].html │ ├── choice-0-nested-elements.html[@5~after].html │ ├── choice-0-nested-python.py[@1~after].py │ ├── choice-0-nested-python.py[@2~after].py │ ├── choice-0-nested-python.py[@3~after].py │ ├── choice-0-nested-python.py[@4~after].py │ ├── choice-0-nested-python.py[@5~after].py │ ├── choice-0-nested-python.py[@6~after].py │ ├── choice-0-nested-python.py[@7~after].py │ ├── choice-0-object.json[@1~after].json │ ├── choice-0-object.json[@2~after].json │ ├── choice-0-object.json[@3~after].json │ ├── choice-0-pairs-in-table.toml[@1~after].toml │ └── choice-0-vars.go[@1~after].go └── combobulate-splice-up │ ├── choice-0-block-pairs.yaml[@1~after].yaml │ ├── choice-0-block-pairs.yaml[@2~after].yaml │ ├── choice-0-block-pairs.yaml[@3~after].yaml │ ├── choice-0-block-pairs.yaml[@4~after].yaml │ ├── choice-0-jsx-elements.tsx[@1~after].tsx │ ├── choice-0-jsx-elements.tsx[@2~after].tsx │ ├── choice-0-jsx-elements.tsx[@3~after].tsx │ ├── choice-0-messy-splice.py[@1~after].py │ ├── choice-0-nested-elements.html[@1~after].html │ ├── choice-0-nested-elements.html[@2~after].html │ ├── choice-0-nested-elements.html[@3~after].html │ ├── choice-0-nested-elements.html[@4~after].html │ ├── choice-0-nested-elements.html[@5~after].html │ ├── choice-0-nested-python.py[@1~after].py │ ├── choice-0-nested-python.py[@2~after].py │ ├── choice-0-nested-python.py[@3~after].py │ ├── choice-0-nested-python.py[@4~after].py │ ├── choice-0-nested-python.py[@5~after].py │ ├── choice-0-nested-python.py[@6~after].py │ ├── choice-0-nested-python.py[@7~after].py │ ├── choice-0-object.json[@1~after].json │ ├── choice-0-object.json[@2~after].json │ ├── choice-0-object.json[@3~after].json │ ├── choice-0-pairs-in-table.toml[@1~after].toml │ ├── choice-0-vars.go[@1~after].go │ ├── choice-1-for-loop-body.go[@1~after].go │ ├── choice-1-inside-case.go[@1~after].go │ ├── choice-1-switch.go[@1~after].go │ ├── console.ts[@1~after].ts │ ├── console.ts[@2~after].ts │ ├── messy-splice.py[@1~after].py │ └── pairs-in-table.toml[@1~after].toml ├── fixtures ├── .templates │ └── heading.toml ├── clone │ ├── attributes.html │ ├── component-jsx.tsx │ ├── css-declaration.css │ ├── css-function-arg.css │ ├── css-nested-statements.css │ ├── css-property.css │ ├── def-block.py │ ├── def-function-block.tsx │ ├── def-function-object-args.tsx │ ├── elements.html │ ├── module-statements.py │ ├── module-statements.tsx │ ├── nested-blocks.py │ ├── python-dict.py │ ├── python-list.py │ ├── yaml-block-mapping-pairs.yaml │ └── yaml-sequence.yaml ├── down │ ├── array.json │ ├── blocks.yaml │ ├── declaration.css │ ├── decorator_class.py │ ├── decorator_function.py │ ├── down-attributes.html │ ├── elements.html │ ├── function.py │ ├── if-statements.tsx │ ├── jsx-with-attributes.tsx │ ├── module-statements.tsx │ ├── nested-jsx.tsx │ ├── object.json │ └── table.toml ├── envelope │ ├── blank.py │ ├── blank.tsx │ ├── class.py │ └── component.tsx ├── kill-node │ ├── attributes.html │ ├── block.go │ ├── component-jsx.tsx │ ├── css-declaration.css │ ├── python-dict.py │ ├── python-match-case.py │ ├── yaml-block-mapping-pairs.yaml │ └── yaml-sequence.yaml ├── mc-edit │ ├── identifiers-named-c.tsx │ ├── property.css │ ├── python-dict-keys.py │ ├── python-dict-values.py │ ├── sequence.tsx │ ├── table-value-side.toml │ └── table.toml ├── procedure │ ├── component-jsx.tsx │ └── function.py ├── sequence │ ├── element.html │ └── jsx.tsx ├── sibling │ ├── attributes.html │ ├── block.go │ ├── component-jsx.tsx │ ├── const-declaration.go │ ├── css-declaration.css │ ├── css-function-arg.css │ ├── css-nested-statements.css │ ├── css-property.css │ ├── def-block.py │ ├── def-function-block.tsx │ ├── def-function-object-args.tsx │ ├── def-function-type-args.tsx │ ├── def-parameters.py │ ├── document-level.toml │ ├── elements.html │ ├── expr-switch.go │ ├── for-loop.go │ ├── import-declaration.go │ ├── inside-case.go │ ├── inside-table.toml │ ├── literal.go │ ├── map.go │ ├── module-statements.py │ ├── module-statements.tsx │ ├── module.go │ ├── nested-blocks.py │ ├── program.go │ ├── python-dict.py │ ├── python-list.py │ ├── python-match-case.py │ ├── python-set.py │ ├── python-string.py │ ├── python-tuple-pattern.py │ ├── python-tuple.py │ ├── switch.go │ ├── type-declaration.go │ ├── value-array.toml │ ├── var-declaration.go │ ├── yaml-block-mapping-pairs.yaml │ ├── yaml-block-mapping.yaml │ └── yaml-sequence.yaml └── splice │ ├── choice-0-block-pairs.yaml │ ├── choice-0-jsx-elements.tsx │ ├── choice-0-messy-splice.py │ ├── choice-0-nested-elements.html │ ├── choice-0-nested-python.py │ ├── choice-0-object.json │ ├── choice-0-pairs-in-table.toml │ ├── choice-0-vars.go │ ├── choice-1-for-loop-body.go │ ├── choice-1-inside-case.go │ ├── choice-1-switch.go │ ├── console.ts │ ├── messy-splice.py │ └── pairs-in-table.toml ├── generate-harnesses.el ├── scratchpad.el ├── test-combobulate-clone-dwim.gen.el ├── test-combobulate-drag-down.gen.el ├── test-combobulate-drag-up.gen.el ├── test-combobulate-envelope-expand-instructions-tsx.gen.el ├── test-combobulate-envelope-expand-instructions.gen.el ├── test-combobulate-kill-dwim.gen.el ├── test-combobulate-navigate-down.gen.el ├── test-combobulate-navigate-next.gen.el ├── test-combobulate-navigate-previous.gen.el ├── test-combobulate-navigate-sequence-next.gen.el ├── test-combobulate-navigate-sequence-previous.gen.el ├── test-combobulate-splice-self-offset-1.gen.el ├── test-combobulate-splice-self.gen.el ├── test-combobulate-splice-up.gen.el ├── test-edit-mc-nodes.el ├── test-edit-procedure.el ├── test-indent.el ├── test-misc.el └── test-query.el /.dockerignore: -------------------------------------------------------------------------------- 1 | Dockerfile 2 | *.elc 3 | .git/ 4 | .pytest_cache/ 5 | *.pyc 6 | \#* 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.elc 2 | flycheck* 3 | *#* 4 | /.envrc 5 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/.gitmodules -------------------------------------------------------------------------------- /.ts-setup.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/.ts-setup.el -------------------------------------------------------------------------------- /.ts-test.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/.ts-test.el -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/Makefile -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/README.rst -------------------------------------------------------------------------------- /combobulate-css.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-css.el -------------------------------------------------------------------------------- /combobulate-cursor.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-cursor.el -------------------------------------------------------------------------------- /combobulate-debug.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-debug.el -------------------------------------------------------------------------------- /combobulate-display.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-display.el -------------------------------------------------------------------------------- /combobulate-envelope.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-envelope.el -------------------------------------------------------------------------------- /combobulate-go.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-go.el -------------------------------------------------------------------------------- /combobulate-html.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-html.el -------------------------------------------------------------------------------- /combobulate-interface.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-interface.el -------------------------------------------------------------------------------- /combobulate-js-ts.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-js-ts.el -------------------------------------------------------------------------------- /combobulate-json.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-json.el -------------------------------------------------------------------------------- /combobulate-manipulation.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-manipulation.el -------------------------------------------------------------------------------- /combobulate-misc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-misc.el -------------------------------------------------------------------------------- /combobulate-navigation.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-navigation.el -------------------------------------------------------------------------------- /combobulate-procedure.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-procedure.el -------------------------------------------------------------------------------- /combobulate-python.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-python.el -------------------------------------------------------------------------------- /combobulate-query.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-query.el -------------------------------------------------------------------------------- /combobulate-rules.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-rules.el -------------------------------------------------------------------------------- /combobulate-settings.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-settings.el -------------------------------------------------------------------------------- /combobulate-setup.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-setup.el -------------------------------------------------------------------------------- /combobulate-toml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-toml.el -------------------------------------------------------------------------------- /combobulate-ui.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-ui.el -------------------------------------------------------------------------------- /combobulate-yaml.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-yaml.el -------------------------------------------------------------------------------- /combobulate-ztree.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate-ztree.el -------------------------------------------------------------------------------- /combobulate.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/combobulate.el -------------------------------------------------------------------------------- /docs/clone-dwim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/clone-dwim.gif -------------------------------------------------------------------------------- /docs/combobulate-header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/combobulate-header.jpg -------------------------------------------------------------------------------- /docs/combobulate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/combobulate.png -------------------------------------------------------------------------------- /docs/drag-complex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/drag-complex.gif -------------------------------------------------------------------------------- /docs/enveloping.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/enveloping.gif -------------------------------------------------------------------------------- /docs/expand-region.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/expand-region.gif -------------------------------------------------------------------------------- /docs/mc-edit-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/mc-edit-1.gif -------------------------------------------------------------------------------- /docs/sibling-nav-jsx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/sibling-nav-jsx.gif -------------------------------------------------------------------------------- /docs/splicing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/docs/splicing.gif -------------------------------------------------------------------------------- /tests/combobulate-test-prelude.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/combobulate-test-prelude.el -------------------------------------------------------------------------------- /tests/combobulate-test-suite.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/combobulate-test-suite.el -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/attributes.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/attributes.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@6~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/component-jsx.tsx[@6~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/css-declaration.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/css-declaration.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/css-function-arg.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/css-function-arg.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/css-nested-statements.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/css-nested-statements.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/css-property.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/css-property.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/def-block.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/def-block.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/def-function-block.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/def-function-block.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/def-function-object-args.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/def-function-object-args.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/elements.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/elements.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/elements.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/elements.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/elements.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/elements.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/module-statements.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/module-statements.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/module-statements.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/module-statements.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/module-statements.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/module-statements.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/module-statements.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/module-statements.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/nested-blocks.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/nested-blocks.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-dict.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-dict.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-dict.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-dict.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/python-list.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/yaml-block-mapping-pairs.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/yaml-block-mapping-pairs.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/yaml-block-mapping-pairs.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/yaml-block-mapping-pairs.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/yaml-sequence.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/yaml-sequence.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-clone-dwim/yaml-sequence.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-clone-dwim/yaml-sequence.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/attributes.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/attributes.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/attributes.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/attributes.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/attributes.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/attributes.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/block.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/block.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/block.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/block.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/block.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/block.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/block.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/block.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/block.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/block.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/block.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/block.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/component-jsx.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/const-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/const-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/const-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/const-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@4~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-declaration.css[@4~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-function-arg.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-function-arg.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-function-arg.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-function-arg.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-function-arg.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-function-arg.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-nested-statements.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-nested-statements.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-nested-statements.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-nested-statements.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-nested-statements.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-nested-statements.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-property.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-property.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-property.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-property.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/css-property.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/css-property.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-block.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-block.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-block.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-block.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-block.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-block.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-block.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-block.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-block.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-block.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@6~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-block.tsx[@6~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-object-args.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-object-args.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-object-args.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-object-args.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-object-args.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-object-args.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-type-args.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-type-args.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-type-args.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-type-args.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-function-type-args.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-function-type-args.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@8~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@8~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@9~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/def-parameters.py[@9~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@2~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@2~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@3~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@3~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@4~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@4~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@5~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@5~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@6~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@6~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/document-level.toml[@7~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/document-level.toml[@7~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@4~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@4~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@5~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@5~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@6~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@6~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/elements.html[@7~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/elements.html[@7~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/expr-switch.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/expr-switch.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/expr-switch.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/expr-switch.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/expr-switch.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/expr-switch.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/for-loop.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/for-loop.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/for-loop.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/for-loop.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/for-loop.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/for-loop.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/import-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/import-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/import-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/import-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/inside-case.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/inside-case.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/inside-table.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/inside-table.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/inside-table.toml[@2~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/inside-table.toml[@2~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/inside-table.toml[@3~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/inside-table.toml[@3~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/literal.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/literal.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/literal.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/literal.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/literal.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/literal.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/literal.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/literal.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/literal.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/literal.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/literal.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/literal.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/map.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/map.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/map.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/map.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.py[@8~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.py[@8~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module-statements.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/module.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/module.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/nested-blocks.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/nested-blocks.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/nested-blocks.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/nested-blocks.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/nested-blocks.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/nested-blocks.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/program.go[@7~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/program.go[@7~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-dict.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-dict.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-list.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-list.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-list.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-list.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-list.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-list.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-list.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-list.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-list.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-list.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-match-case.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-match-case.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-match-case.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-match-case.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-match-case.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-match-case.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-set.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-set.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-set.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-set.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-set.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-set.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-string.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-string.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-string.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-string.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-string.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-string.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-string.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-string.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-string.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-string.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-string.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-string.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple-pattern.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/python-tuple.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/switch.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/switch.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/switch.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/switch.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/switch.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/switch.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/type-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/type-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/type-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/type-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/value-array.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/value-array.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/value-array.toml[@2~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/value-array.toml[@2~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/value-array.toml[@3~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/value-array.toml[@3~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/var-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/var-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/var-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/var-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping-pairs.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping-pairs.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping-pairs.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping-pairs.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping.yaml[@3~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-block-mapping.yaml[@3~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-sequence.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-sequence.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-down/yaml-sequence.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-down/yaml-sequence.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/attributes.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/attributes.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/attributes.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/attributes.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/attributes.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/attributes.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/block.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/block.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/block.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/block.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/block.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/block.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/block.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/block.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/block.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/block.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/block.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/block.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/component-jsx.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/const-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/const-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/const-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/const-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@4~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-declaration.css[@4~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-function-arg.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-function-arg.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-function-arg.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-function-arg.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-function-arg.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-function-arg.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-nested-statements.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-nested-statements.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-nested-statements.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-nested-statements.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-nested-statements.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-nested-statements.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-property.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-property.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-property.css[@2~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-property.css[@2~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/css-property.css[@3~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/css-property.css[@3~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-block.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-block.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-block.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-block.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-block.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-block.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-block.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-block.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-block.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-block.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@6~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-block.tsx[@6~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-object-args.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-object-args.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-object-args.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-object-args.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-object-args.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-object-args.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-type-args.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-type-args.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-type-args.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-type-args.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-function-type-args.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-function-type-args.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@8~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@8~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@9~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/def-parameters.py[@9~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@2~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@2~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@3~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@3~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@4~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@4~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@5~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@5~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@6~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@6~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/document-level.toml[@7~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/document-level.toml[@7~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@4~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@4~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@5~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@5~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@6~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@6~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/elements.html[@7~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/elements.html[@7~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/expr-switch.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/expr-switch.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/expr-switch.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/expr-switch.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/expr-switch.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/expr-switch.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/for-loop.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/for-loop.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/for-loop.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/for-loop.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/for-loop.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/for-loop.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/import-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/import-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/import-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/import-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/inside-case.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/inside-case.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/inside-table.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/inside-table.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/inside-table.toml[@2~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/inside-table.toml[@2~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/inside-table.toml[@3~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/inside-table.toml[@3~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/literal.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/literal.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/literal.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/literal.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/literal.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/literal.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/literal.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/literal.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/literal.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/literal.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/literal.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/literal.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/map.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/map.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/map.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/map.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.py[@8~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.py[@8~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@4~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@4~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@5~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module-statements.tsx[@5~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/module.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/module.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/nested-blocks.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/nested-blocks.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/nested-blocks.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/nested-blocks.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/nested-blocks.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/nested-blocks.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@4~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@4~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@5~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@5~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@6~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@6~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/program.go[@7~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/program.go[@7~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-dict.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-dict.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-list.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-list.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-list.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-list.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-list.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-list.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-list.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-list.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-list.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-list.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-match-case.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-match-case.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-match-case.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-match-case.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-match-case.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-match-case.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-set.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-set.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-set.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-set.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-set.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-set.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-string.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-string.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-string.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-string.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-string.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-string.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-string.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-string.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-string.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-string.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-string.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-string.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple-pattern.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/python-tuple.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/switch.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/switch.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/switch.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/switch.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/switch.go[@3~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/switch.go[@3~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/type-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/type-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/type-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/type-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/value-array.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/value-array.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/value-array.toml[@2~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/value-array.toml[@2~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/value-array.toml[@3~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/value-array.toml[@3~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/var-declaration.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/var-declaration.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/var-declaration.go[@2~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/var-declaration.go[@2~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping-pairs.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping-pairs.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping-pairs.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping-pairs.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping.yaml[@3~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-block-mapping.yaml[@3~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-sequence.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-sequence.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-drag-up/yaml-sequence.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-drag-up/yaml-sequence.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-0@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-0@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-1@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-1@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-2@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-2@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-3@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-has-choice-3@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-simple-0@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-simple-0@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-simple-1@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choice-simple-1@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choicestar-with-complex-missing-field-alt@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choicestar-with-complex-missing-field-alt@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choicestar-with-complex-missing-field-consequence@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions-tsx/component.tsx[choicestar-with-complex-missing-field-consequence@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[choice-simple-0@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[choice-simple-0@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[choice-simple-1@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[choice-simple-1@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[choicestar-with-complex-missing-field@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[choicestar-with-complex-missing-field@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[field-before-prompt@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[field-before-prompt@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-missing-register-with-default@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-missing-register-with-default@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-region-register-2-then-indent@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-region-register-2-then-indent@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-region-register-then-indent@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-region-register-then-indent@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-region-register@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[insert-region-register@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline-and-indent-inside-block-both@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline-and-indent-inside-block-both@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline-and-indent-inside-block-then-outside@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline-and-indent-inside-block-then-outside@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline-and-indent-simple@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline-and-indent-simple@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[newline@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-manual-input-once@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-manual-input-once@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-manual-input-twice@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-manual-input-twice@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-manual-keyboard-quit@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-manual-keyboard-quit@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-register-once@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-register-once@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-register-reused@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[prompt-register-reused@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[save-column-nested@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[save-column-nested@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[save-column@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[save-column@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[string-basic@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[string-basic@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[string-multiple@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-envelope-expand-instructions/blank.py[string-multiple@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/attributes.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/attributes.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/block.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/block.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/component-jsx.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/component-jsx.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/css-declaration.css[@1~after].css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/css-declaration.css[@1~after].css -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/python-dict.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/python-dict.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/python-match-case.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/python-match-case.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/yaml-block-mapping-pairs.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/yaml-block-mapping-pairs.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-kill-dwim/yaml-sequence.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-kill-dwim/yaml-sequence.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self-offset-1/choice-1-for-loop-body.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self-offset-1/choice-1-for-loop-body.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self-offset-1/choice-1-inside-case.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self-offset-1/choice-1-inside-case.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self-offset-1/choice-1-switch.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self-offset-1/choice-1-switch.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@3~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@3~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@4~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-block-pairs.yaml[@4~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-jsx-elements.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-jsx-elements.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-jsx-elements.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-jsx-elements.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-jsx-elements.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-jsx-elements.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-messy-splice.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-messy-splice.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@4~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@4~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@5~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-elements.html[@5~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-nested-python.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-object.json[@1~after].json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-object.json[@1~after].json -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-object.json[@2~after].json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-object.json[@2~after].json -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-object.json[@3~after].json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-object.json[@3~after].json -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-pairs-in-table.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-pairs-in-table.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-self/choice-0-vars.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-self/choice-0-vars.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@1~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@1~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@2~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@2~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@3~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@3~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@4~after].yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-block-pairs.yaml[@4~after].yaml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-jsx-elements.tsx[@1~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-jsx-elements.tsx[@1~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-jsx-elements.tsx[@2~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-jsx-elements.tsx[@2~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-jsx-elements.tsx[@3~after].tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-jsx-elements.tsx[@3~after].tsx -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-messy-splice.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-messy-splice.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@1~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@1~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@2~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@2~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@3~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@3~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@4~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@4~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@5~after].html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-elements.html[@5~after].html -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@2~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@2~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@3~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@3~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@4~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@4~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@5~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@5~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@6~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@6~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@7~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-nested-python.py[@7~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-object.json[@1~after].json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-object.json[@1~after].json -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-object.json[@2~after].json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-object.json[@2~after].json -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-object.json[@3~after].json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-object.json[@3~after].json -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-pairs-in-table.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-pairs-in-table.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-0-vars.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-0-vars.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-1-for-loop-body.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-1-for-loop-body.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-1-inside-case.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-1-inside-case.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/choice-1-switch.go[@1~after].go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/choice-1-switch.go[@1~after].go -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/console.ts[@1~after].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/console.ts[@1~after].ts -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/console.ts[@2~after].ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/console.ts[@2~after].ts -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/messy-splice.py[@1~after].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/messy-splice.py[@1~after].py -------------------------------------------------------------------------------- /tests/fixture-deltas/combobulate-splice-up/pairs-in-table.toml[@1~after].toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixture-deltas/combobulate-splice-up/pairs-in-table.toml[@1~after].toml -------------------------------------------------------------------------------- /tests/fixtures/.templates/heading.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/.templates/heading.toml -------------------------------------------------------------------------------- /tests/fixtures/clone/attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/attributes.html -------------------------------------------------------------------------------- /tests/fixtures/clone/component-jsx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/component-jsx.tsx -------------------------------------------------------------------------------- /tests/fixtures/clone/css-declaration.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/css-declaration.css -------------------------------------------------------------------------------- /tests/fixtures/clone/css-function-arg.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/css-function-arg.css -------------------------------------------------------------------------------- /tests/fixtures/clone/css-nested-statements.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/css-nested-statements.css -------------------------------------------------------------------------------- /tests/fixtures/clone/css-property.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/css-property.css -------------------------------------------------------------------------------- /tests/fixtures/clone/def-block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/def-block.py -------------------------------------------------------------------------------- /tests/fixtures/clone/def-function-block.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/def-function-block.tsx -------------------------------------------------------------------------------- /tests/fixtures/clone/def-function-object-args.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/def-function-object-args.tsx -------------------------------------------------------------------------------- /tests/fixtures/clone/elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/elements.html -------------------------------------------------------------------------------- /tests/fixtures/clone/module-statements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/module-statements.py -------------------------------------------------------------------------------- /tests/fixtures/clone/module-statements.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/module-statements.tsx -------------------------------------------------------------------------------- /tests/fixtures/clone/nested-blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/nested-blocks.py -------------------------------------------------------------------------------- /tests/fixtures/clone/python-dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/python-dict.py -------------------------------------------------------------------------------- /tests/fixtures/clone/python-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/python-list.py -------------------------------------------------------------------------------- /tests/fixtures/clone/yaml-block-mapping-pairs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/yaml-block-mapping-pairs.yaml -------------------------------------------------------------------------------- /tests/fixtures/clone/yaml-sequence.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/clone/yaml-sequence.yaml -------------------------------------------------------------------------------- /tests/fixtures/down/array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/array.json -------------------------------------------------------------------------------- /tests/fixtures/down/blocks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/blocks.yaml -------------------------------------------------------------------------------- /tests/fixtures/down/declaration.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/declaration.css -------------------------------------------------------------------------------- /tests/fixtures/down/decorator_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/decorator_class.py -------------------------------------------------------------------------------- /tests/fixtures/down/decorator_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/decorator_function.py -------------------------------------------------------------------------------- /tests/fixtures/down/down-attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/down-attributes.html -------------------------------------------------------------------------------- /tests/fixtures/down/elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/elements.html -------------------------------------------------------------------------------- /tests/fixtures/down/function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/function.py -------------------------------------------------------------------------------- /tests/fixtures/down/if-statements.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/if-statements.tsx -------------------------------------------------------------------------------- /tests/fixtures/down/jsx-with-attributes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/jsx-with-attributes.tsx -------------------------------------------------------------------------------- /tests/fixtures/down/module-statements.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/module-statements.tsx -------------------------------------------------------------------------------- /tests/fixtures/down/nested-jsx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/nested-jsx.tsx -------------------------------------------------------------------------------- /tests/fixtures/down/object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/object.json -------------------------------------------------------------------------------- /tests/fixtures/down/table.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/down/table.toml -------------------------------------------------------------------------------- /tests/fixtures/envelope/blank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/envelope/blank.py -------------------------------------------------------------------------------- /tests/fixtures/envelope/blank.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/envelope/blank.tsx -------------------------------------------------------------------------------- /tests/fixtures/envelope/class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/envelope/class.py -------------------------------------------------------------------------------- /tests/fixtures/envelope/component.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/envelope/component.tsx -------------------------------------------------------------------------------- /tests/fixtures/kill-node/attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/attributes.html -------------------------------------------------------------------------------- /tests/fixtures/kill-node/block.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/block.go -------------------------------------------------------------------------------- /tests/fixtures/kill-node/component-jsx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/component-jsx.tsx -------------------------------------------------------------------------------- /tests/fixtures/kill-node/css-declaration.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/css-declaration.css -------------------------------------------------------------------------------- /tests/fixtures/kill-node/python-dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/python-dict.py -------------------------------------------------------------------------------- /tests/fixtures/kill-node/python-match-case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/python-match-case.py -------------------------------------------------------------------------------- /tests/fixtures/kill-node/yaml-block-mapping-pairs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/yaml-block-mapping-pairs.yaml -------------------------------------------------------------------------------- /tests/fixtures/kill-node/yaml-sequence.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/kill-node/yaml-sequence.yaml -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/identifiers-named-c.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/identifiers-named-c.tsx -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/property.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/property.css -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/python-dict-keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/python-dict-keys.py -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/python-dict-values.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/python-dict-values.py -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/sequence.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/sequence.tsx -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/table-value-side.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/table-value-side.toml -------------------------------------------------------------------------------- /tests/fixtures/mc-edit/table.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/mc-edit/table.toml -------------------------------------------------------------------------------- /tests/fixtures/procedure/component-jsx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/procedure/component-jsx.tsx -------------------------------------------------------------------------------- /tests/fixtures/procedure/function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/procedure/function.py -------------------------------------------------------------------------------- /tests/fixtures/sequence/element.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sequence/element.html -------------------------------------------------------------------------------- /tests/fixtures/sequence/jsx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sequence/jsx.tsx -------------------------------------------------------------------------------- /tests/fixtures/sibling/attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/attributes.html -------------------------------------------------------------------------------- /tests/fixtures/sibling/block.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/block.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/component-jsx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/component-jsx.tsx -------------------------------------------------------------------------------- /tests/fixtures/sibling/const-declaration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/const-declaration.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/css-declaration.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/css-declaration.css -------------------------------------------------------------------------------- /tests/fixtures/sibling/css-function-arg.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/css-function-arg.css -------------------------------------------------------------------------------- /tests/fixtures/sibling/css-nested-statements.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/css-nested-statements.css -------------------------------------------------------------------------------- /tests/fixtures/sibling/css-property.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/css-property.css -------------------------------------------------------------------------------- /tests/fixtures/sibling/def-block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/def-block.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/def-function-block.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/def-function-block.tsx -------------------------------------------------------------------------------- /tests/fixtures/sibling/def-function-object-args.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/def-function-object-args.tsx -------------------------------------------------------------------------------- /tests/fixtures/sibling/def-function-type-args.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/def-function-type-args.tsx -------------------------------------------------------------------------------- /tests/fixtures/sibling/def-parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/def-parameters.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/document-level.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/document-level.toml -------------------------------------------------------------------------------- /tests/fixtures/sibling/elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/elements.html -------------------------------------------------------------------------------- /tests/fixtures/sibling/expr-switch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/expr-switch.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/for-loop.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/for-loop.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/import-declaration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/import-declaration.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/inside-case.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/inside-case.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/inside-table.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/inside-table.toml -------------------------------------------------------------------------------- /tests/fixtures/sibling/literal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/literal.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/map.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/module-statements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/module-statements.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/module-statements.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/module-statements.tsx -------------------------------------------------------------------------------- /tests/fixtures/sibling/module.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/module.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/nested-blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/nested-blocks.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/program.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/program.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-dict.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-list.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-match-case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-match-case.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-set.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-string.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-tuple-pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-tuple-pattern.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/python-tuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/python-tuple.py -------------------------------------------------------------------------------- /tests/fixtures/sibling/switch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/switch.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/type-declaration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/type-declaration.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/value-array.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/value-array.toml -------------------------------------------------------------------------------- /tests/fixtures/sibling/var-declaration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/var-declaration.go -------------------------------------------------------------------------------- /tests/fixtures/sibling/yaml-block-mapping-pairs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/yaml-block-mapping-pairs.yaml -------------------------------------------------------------------------------- /tests/fixtures/sibling/yaml-block-mapping.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/yaml-block-mapping.yaml -------------------------------------------------------------------------------- /tests/fixtures/sibling/yaml-sequence.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/sibling/yaml-sequence.yaml -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-block-pairs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-block-pairs.yaml -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-jsx-elements.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-jsx-elements.tsx -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-messy-splice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-messy-splice.py -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-nested-elements.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-nested-elements.html -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-nested-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-nested-python.py -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-object.json -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-pairs-in-table.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-pairs-in-table.toml -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-0-vars.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-0-vars.go -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-1-for-loop-body.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-1-for-loop-body.go -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-1-inside-case.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-1-inside-case.go -------------------------------------------------------------------------------- /tests/fixtures/splice/choice-1-switch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/choice-1-switch.go -------------------------------------------------------------------------------- /tests/fixtures/splice/console.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/console.ts -------------------------------------------------------------------------------- /tests/fixtures/splice/messy-splice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/messy-splice.py -------------------------------------------------------------------------------- /tests/fixtures/splice/pairs-in-table.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/fixtures/splice/pairs-in-table.toml -------------------------------------------------------------------------------- /tests/generate-harnesses.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/generate-harnesses.el -------------------------------------------------------------------------------- /tests/scratchpad.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/scratchpad.el -------------------------------------------------------------------------------- /tests/test-combobulate-clone-dwim.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-clone-dwim.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-drag-down.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-drag-down.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-drag-up.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-drag-up.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-envelope-expand-instructions-tsx.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-envelope-expand-instructions-tsx.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-envelope-expand-instructions.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-envelope-expand-instructions.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-kill-dwim.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-kill-dwim.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-navigate-down.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-navigate-down.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-navigate-next.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-navigate-next.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-navigate-previous.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-navigate-previous.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-navigate-sequence-next.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-navigate-sequence-next.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-navigate-sequence-previous.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-navigate-sequence-previous.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-splice-self-offset-1.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-splice-self-offset-1.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-splice-self.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-splice-self.gen.el -------------------------------------------------------------------------------- /tests/test-combobulate-splice-up.gen.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-combobulate-splice-up.gen.el -------------------------------------------------------------------------------- /tests/test-edit-mc-nodes.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-edit-mc-nodes.el -------------------------------------------------------------------------------- /tests/test-edit-procedure.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-edit-procedure.el -------------------------------------------------------------------------------- /tests/test-indent.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-indent.el -------------------------------------------------------------------------------- /tests/test-misc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-misc.el -------------------------------------------------------------------------------- /tests/test-query.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mickeynp/combobulate/HEAD/tests/test-query.el --------------------------------------------------------------------------------