Moved experimentel code to /experiments

Using /experimments for experiments makes it clear to everybody, what we consider production code and what not.
Of course if experiment code matures it should be moved to the correct directory
diff --git a/Editor/src/3rdparty/showdown/license.txt b/experiments/Editor/src/3rdparty/showdown/license.txt
similarity index 100%
rename from Editor/src/3rdparty/showdown/license.txt
rename to experiments/Editor/src/3rdparty/showdown/license.txt
diff --git a/Editor/src/3rdparty/showdown/showdown.js b/experiments/Editor/src/3rdparty/showdown/showdown.js
similarity index 100%
rename from Editor/src/3rdparty/showdown/showdown.js
rename to experiments/Editor/src/3rdparty/showdown/showdown.js
diff --git a/Editor/src/AutoCorrect.js b/experiments/Editor/src/AutoCorrect.js
similarity index 100%
rename from Editor/src/AutoCorrect.js
rename to experiments/Editor/src/AutoCorrect.js
diff --git a/Editor/src/ChangeTracking.js b/experiments/Editor/src/ChangeTracking.js
similarity index 100%
rename from Editor/src/ChangeTracking.js
rename to experiments/Editor/src/ChangeTracking.js
diff --git a/Editor/src/Clipboard.js b/experiments/Editor/src/Clipboard.js
similarity index 100%
rename from Editor/src/Clipboard.js
rename to experiments/Editor/src/Clipboard.js
diff --git a/Editor/src/Cursor.js b/experiments/Editor/src/Cursor.js
similarity index 100%
rename from Editor/src/Cursor.js
rename to experiments/Editor/src/Cursor.js
diff --git a/Editor/src/DOM.js b/experiments/Editor/src/DOM.js
similarity index 100%
rename from Editor/src/DOM.js
rename to experiments/Editor/src/DOM.js
diff --git a/Editor/src/Editor.js b/experiments/Editor/src/Editor.js
similarity index 100%
rename from Editor/src/Editor.js
rename to experiments/Editor/src/Editor.js
diff --git a/Editor/src/ElementTypes.js b/experiments/Editor/src/ElementTypes.js
similarity index 100%
rename from Editor/src/ElementTypes.js
rename to experiments/Editor/src/ElementTypes.js
diff --git a/Editor/src/Equations.js b/experiments/Editor/src/Equations.js
similarity index 100%
rename from Editor/src/Equations.js
rename to experiments/Editor/src/Equations.js
diff --git a/Editor/src/Figures.js b/experiments/Editor/src/Figures.js
similarity index 100%
rename from Editor/src/Figures.js
rename to experiments/Editor/src/Figures.js
diff --git a/Editor/src/Formatting.js b/experiments/Editor/src/Formatting.js
similarity index 100%
rename from Editor/src/Formatting.js
rename to experiments/Editor/src/Formatting.js
diff --git a/Editor/src/Hierarchy.js b/experiments/Editor/src/Hierarchy.js
similarity index 100%
rename from Editor/src/Hierarchy.js
rename to experiments/Editor/src/Hierarchy.js
diff --git a/Editor/src/Input.js b/experiments/Editor/src/Input.js
similarity index 100%
rename from Editor/src/Input.js
rename to experiments/Editor/src/Input.js
diff --git a/Editor/src/Lists.js b/experiments/Editor/src/Lists.js
similarity index 100%
rename from Editor/src/Lists.js
rename to experiments/Editor/src/Lists.js
diff --git a/Editor/src/Main.js b/experiments/Editor/src/Main.js
similarity index 100%
rename from Editor/src/Main.js
rename to experiments/Editor/src/Main.js
diff --git a/Editor/src/Metadata.js b/experiments/Editor/src/Metadata.js
similarity index 100%
rename from Editor/src/Metadata.js
rename to experiments/Editor/src/Metadata.js
diff --git a/Editor/src/NodeSet.js b/experiments/Editor/src/NodeSet.js
similarity index 100%
rename from Editor/src/NodeSet.js
rename to experiments/Editor/src/NodeSet.js
diff --git a/Editor/src/Outline.js b/experiments/Editor/src/Outline.js
similarity index 100%
rename from Editor/src/Outline.js
rename to experiments/Editor/src/Outline.js
diff --git a/Editor/src/Position.js b/experiments/Editor/src/Position.js
similarity index 100%
rename from Editor/src/Position.js
rename to experiments/Editor/src/Position.js
diff --git a/Editor/src/PostponedActions.js b/experiments/Editor/src/PostponedActions.js
similarity index 100%
rename from Editor/src/PostponedActions.js
rename to experiments/Editor/src/PostponedActions.js
diff --git a/Editor/src/Preview.js b/experiments/Editor/src/Preview.js
similarity index 100%
rename from Editor/src/Preview.js
rename to experiments/Editor/src/Preview.js
diff --git a/Editor/src/Range.js b/experiments/Editor/src/Range.js
similarity index 100%
rename from Editor/src/Range.js
rename to experiments/Editor/src/Range.js
diff --git a/Editor/src/Scan.js b/experiments/Editor/src/Scan.js
similarity index 100%
rename from Editor/src/Scan.js
rename to experiments/Editor/src/Scan.js
diff --git a/Editor/src/Selection.js b/experiments/Editor/src/Selection.js
similarity index 100%
rename from Editor/src/Selection.js
rename to experiments/Editor/src/Selection.js
diff --git a/Editor/src/StringBuilder.js b/experiments/Editor/src/StringBuilder.js
similarity index 100%
rename from Editor/src/StringBuilder.js
rename to experiments/Editor/src/StringBuilder.js
diff --git a/Editor/src/Styles.js b/experiments/Editor/src/Styles.js
similarity index 100%
rename from Editor/src/Styles.js
rename to experiments/Editor/src/Styles.js
diff --git a/Editor/src/Tables.js b/experiments/Editor/src/Tables.js
similarity index 100%
rename from Editor/src/Tables.js
rename to experiments/Editor/src/Tables.js
diff --git a/Editor/src/Text.js b/experiments/Editor/src/Text.js
similarity index 100%
rename from Editor/src/Text.js
rename to experiments/Editor/src/Text.js
diff --git a/Editor/src/UndoManager.js b/experiments/Editor/src/UndoManager.js
similarity index 100%
rename from Editor/src/UndoManager.js
rename to experiments/Editor/src/UndoManager.js
diff --git a/Editor/src/Viewport.js b/experiments/Editor/src/Viewport.js
similarity index 100%
rename from Editor/src/Viewport.js
rename to experiments/Editor/src/Viewport.js
diff --git a/Editor/src/check-dom-methods.sh b/experiments/Editor/src/check-dom-methods.sh
similarity index 100%
rename from Editor/src/check-dom-methods.sh
rename to experiments/Editor/src/check-dom-methods.sh
diff --git a/Editor/src/dtdsource/dtd.js b/experiments/Editor/src/dtdsource/dtd.js
similarity index 100%
rename from Editor/src/dtdsource/dtd.js
rename to experiments/Editor/src/dtdsource/dtd.js
diff --git a/Editor/src/dtdsource/gen_dtd_data.html b/experiments/Editor/src/dtdsource/gen_dtd_data.html
similarity index 100%
rename from Editor/src/dtdsource/gen_dtd_data.html
rename to experiments/Editor/src/dtdsource/gen_dtd_data.html
diff --git a/Editor/src/dtdsource/html4.dtd b/experiments/Editor/src/dtdsource/html4.dtd
similarity index 100%
rename from Editor/src/dtdsource/html4.dtd
rename to experiments/Editor/src/dtdsource/html4.dtd
diff --git a/Editor/src/dtdsource/html4.xml b/experiments/Editor/src/dtdsource/html4.xml
similarity index 100%
rename from Editor/src/dtdsource/html4.xml
rename to experiments/Editor/src/dtdsource/html4.xml
diff --git a/Editor/src/elementtypes/elements.txt b/experiments/Editor/src/elementtypes/elements.txt
similarity index 100%
rename from Editor/src/elementtypes/elements.txt
rename to experiments/Editor/src/elementtypes/elements.txt
diff --git a/Editor/src/elementtypes/genelementtypes.pl b/experiments/Editor/src/elementtypes/genelementtypes.pl
similarity index 100%
rename from Editor/src/elementtypes/genelementtypes.pl
rename to experiments/Editor/src/elementtypes/genelementtypes.pl
diff --git a/Editor/src/empty.html b/experiments/Editor/src/empty.html
similarity index 100%
rename from Editor/src/empty.html
rename to experiments/Editor/src/empty.html
diff --git a/Editor/src/first.js b/experiments/Editor/src/first.js
similarity index 100%
rename from Editor/src/first.js
rename to experiments/Editor/src/first.js
diff --git a/Editor/src/traversal.js b/experiments/Editor/src/traversal.js
similarity index 100%
rename from Editor/src/traversal.js
rename to experiments/Editor/src/traversal.js
diff --git a/Editor/src/types.js b/experiments/Editor/src/types.js
similarity index 100%
rename from Editor/src/types.js
rename to experiments/Editor/src/types.js
diff --git a/Editor/src/util.js b/experiments/Editor/src/util.js
similarity index 100%
rename from Editor/src/util.js
rename to experiments/Editor/src/util.js
diff --git a/Editor/tests/PrettyPrinter.js b/experiments/Editor/tests/PrettyPrinter.js
similarity index 100%
rename from Editor/tests/PrettyPrinter.js
rename to experiments/Editor/tests/PrettyPrinter.js
diff --git a/Editor/tests/autocorrect/AutoCorrectTests.js b/experiments/Editor/tests/autocorrect/AutoCorrectTests.js
similarity index 100%
rename from Editor/tests/autocorrect/AutoCorrectTests.js
rename to experiments/Editor/tests/autocorrect/AutoCorrectTests.js
diff --git a/Editor/tests/autocorrect/acceptCorrection-undo-expected.html b/experiments/Editor/tests/autocorrect/acceptCorrection-undo-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection-undo-expected.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection-undo-expected.html
diff --git a/Editor/tests/autocorrect/acceptCorrection-undo-input.html b/experiments/Editor/tests/autocorrect/acceptCorrection-undo-input.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection-undo-input.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection-undo-input.html
diff --git a/Editor/tests/autocorrect/acceptCorrection01-expected.html b/experiments/Editor/tests/autocorrect/acceptCorrection01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection01-expected.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection01-expected.html
diff --git a/Editor/tests/autocorrect/acceptCorrection01-input.html b/experiments/Editor/tests/autocorrect/acceptCorrection01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection01-input.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection01-input.html
diff --git a/Editor/tests/autocorrect/acceptCorrection02-expected.html b/experiments/Editor/tests/autocorrect/acceptCorrection02-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection02-expected.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection02-expected.html
diff --git a/Editor/tests/autocorrect/acceptCorrection02-input.html b/experiments/Editor/tests/autocorrect/acceptCorrection02-input.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection02-input.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection02-input.html
diff --git a/Editor/tests/autocorrect/acceptCorrection03-expected.html b/experiments/Editor/tests/autocorrect/acceptCorrection03-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection03-expected.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection03-expected.html
diff --git a/Editor/tests/autocorrect/acceptCorrection03-input.html b/experiments/Editor/tests/autocorrect/acceptCorrection03-input.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection03-input.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection03-input.html
diff --git a/Editor/tests/autocorrect/acceptCorrection04-expected.html b/experiments/Editor/tests/autocorrect/acceptCorrection04-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection04-expected.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection04-expected.html
diff --git a/Editor/tests/autocorrect/acceptCorrection04-input.html b/experiments/Editor/tests/autocorrect/acceptCorrection04-input.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection04-input.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection04-input.html
diff --git a/Editor/tests/autocorrect/acceptCorrection05-expected.html b/experiments/Editor/tests/autocorrect/acceptCorrection05-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection05-expected.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection05-expected.html
diff --git a/Editor/tests/autocorrect/acceptCorrection05-input.html b/experiments/Editor/tests/autocorrect/acceptCorrection05-input.html
similarity index 100%
rename from Editor/tests/autocorrect/acceptCorrection05-input.html
rename to experiments/Editor/tests/autocorrect/acceptCorrection05-input.html
diff --git a/Editor/tests/autocorrect/changeCorrection01-expected.html b/experiments/Editor/tests/autocorrect/changeCorrection01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/changeCorrection01-expected.html
rename to experiments/Editor/tests/autocorrect/changeCorrection01-expected.html
diff --git a/Editor/tests/autocorrect/changeCorrection01-input.html b/experiments/Editor/tests/autocorrect/changeCorrection01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/changeCorrection01-input.html
rename to experiments/Editor/tests/autocorrect/changeCorrection01-input.html
diff --git a/Editor/tests/autocorrect/changeCorrection02-expected.html b/experiments/Editor/tests/autocorrect/changeCorrection02-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/changeCorrection02-expected.html
rename to experiments/Editor/tests/autocorrect/changeCorrection02-expected.html
diff --git a/Editor/tests/autocorrect/changeCorrection02-input.html b/experiments/Editor/tests/autocorrect/changeCorrection02-input.html
similarity index 100%
rename from Editor/tests/autocorrect/changeCorrection02-input.html
rename to experiments/Editor/tests/autocorrect/changeCorrection02-input.html
diff --git a/Editor/tests/autocorrect/correctPrecedingWord01-expected.html b/experiments/Editor/tests/autocorrect/correctPrecedingWord01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/correctPrecedingWord01-expected.html
rename to experiments/Editor/tests/autocorrect/correctPrecedingWord01-expected.html
diff --git a/Editor/tests/autocorrect/correctPrecedingWord01-input.html b/experiments/Editor/tests/autocorrect/correctPrecedingWord01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/correctPrecedingWord01-input.html
rename to experiments/Editor/tests/autocorrect/correctPrecedingWord01-input.html
diff --git a/Editor/tests/autocorrect/removeCorrection01-expected.html b/experiments/Editor/tests/autocorrect/removeCorrection01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/removeCorrection01-expected.html
rename to experiments/Editor/tests/autocorrect/removeCorrection01-expected.html
diff --git a/Editor/tests/autocorrect/removeCorrection01-input.html b/experiments/Editor/tests/autocorrect/removeCorrection01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/removeCorrection01-input.html
rename to experiments/Editor/tests/autocorrect/removeCorrection01-input.html
diff --git a/Editor/tests/autocorrect/removeCorrection02-expected.html b/experiments/Editor/tests/autocorrect/removeCorrection02-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/removeCorrection02-expected.html
rename to experiments/Editor/tests/autocorrect/removeCorrection02-expected.html
diff --git a/Editor/tests/autocorrect/removeCorrection02-input.html b/experiments/Editor/tests/autocorrect/removeCorrection02-input.html
similarity index 100%
rename from Editor/tests/autocorrect/removeCorrection02-input.html
rename to experiments/Editor/tests/autocorrect/removeCorrection02-input.html
diff --git a/Editor/tests/autocorrect/removedSpan01-expected.html b/experiments/Editor/tests/autocorrect/removedSpan01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/removedSpan01-expected.html
rename to experiments/Editor/tests/autocorrect/removedSpan01-expected.html
diff --git a/Editor/tests/autocorrect/removedSpan01-input.html b/experiments/Editor/tests/autocorrect/removedSpan01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/removedSpan01-input.html
rename to experiments/Editor/tests/autocorrect/removedSpan01-input.html
diff --git a/Editor/tests/autocorrect/removedSpan02-expected.html b/experiments/Editor/tests/autocorrect/removedSpan02-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/removedSpan02-expected.html
rename to experiments/Editor/tests/autocorrect/removedSpan02-expected.html
diff --git a/Editor/tests/autocorrect/removedSpan02-input.html b/experiments/Editor/tests/autocorrect/removedSpan02-input.html
similarity index 100%
rename from Editor/tests/autocorrect/removedSpan02-input.html
rename to experiments/Editor/tests/autocorrect/removedSpan02-input.html
diff --git a/Editor/tests/autocorrect/removedSpan03-expected.html b/experiments/Editor/tests/autocorrect/removedSpan03-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/removedSpan03-expected.html
rename to experiments/Editor/tests/autocorrect/removedSpan03-expected.html
diff --git a/Editor/tests/autocorrect/removedSpan03-input.html b/experiments/Editor/tests/autocorrect/removedSpan03-input.html
similarity index 100%
rename from Editor/tests/autocorrect/removedSpan03-input.html
rename to experiments/Editor/tests/autocorrect/removedSpan03-input.html
diff --git a/Editor/tests/autocorrect/replaceCorrection-undo-expected.html b/experiments/Editor/tests/autocorrect/replaceCorrection-undo-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection-undo-expected.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection-undo-expected.html
diff --git a/Editor/tests/autocorrect/replaceCorrection-undo-input.html b/experiments/Editor/tests/autocorrect/replaceCorrection-undo-input.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection-undo-input.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection-undo-input.html
diff --git a/Editor/tests/autocorrect/replaceCorrection01-expected.html b/experiments/Editor/tests/autocorrect/replaceCorrection01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection01-expected.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection01-expected.html
diff --git a/Editor/tests/autocorrect/replaceCorrection01-input.html b/experiments/Editor/tests/autocorrect/replaceCorrection01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection01-input.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection01-input.html
diff --git a/Editor/tests/autocorrect/replaceCorrection02-expected.html b/experiments/Editor/tests/autocorrect/replaceCorrection02-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection02-expected.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection02-expected.html
diff --git a/Editor/tests/autocorrect/replaceCorrection02-input.html b/experiments/Editor/tests/autocorrect/replaceCorrection02-input.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection02-input.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection02-input.html
diff --git a/Editor/tests/autocorrect/replaceCorrection03-expected.html b/experiments/Editor/tests/autocorrect/replaceCorrection03-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection03-expected.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection03-expected.html
diff --git a/Editor/tests/autocorrect/replaceCorrection03-input.html b/experiments/Editor/tests/autocorrect/replaceCorrection03-input.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection03-input.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection03-input.html
diff --git a/Editor/tests/autocorrect/replaceCorrection04-expected.html b/experiments/Editor/tests/autocorrect/replaceCorrection04-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection04-expected.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection04-expected.html
diff --git a/Editor/tests/autocorrect/replaceCorrection04-input.html b/experiments/Editor/tests/autocorrect/replaceCorrection04-input.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection04-input.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection04-input.html
diff --git a/Editor/tests/autocorrect/replaceCorrection05-expected.html b/experiments/Editor/tests/autocorrect/replaceCorrection05-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection05-expected.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection05-expected.html
diff --git a/Editor/tests/autocorrect/replaceCorrection05-input.html b/experiments/Editor/tests/autocorrect/replaceCorrection05-input.html
similarity index 100%
rename from Editor/tests/autocorrect/replaceCorrection05-input.html
rename to experiments/Editor/tests/autocorrect/replaceCorrection05-input.html
diff --git a/Editor/tests/autocorrect/undo01-expected.html b/experiments/Editor/tests/autocorrect/undo01-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/undo01-expected.html
rename to experiments/Editor/tests/autocorrect/undo01-expected.html
diff --git a/Editor/tests/autocorrect/undo01-input.html b/experiments/Editor/tests/autocorrect/undo01-input.html
similarity index 100%
rename from Editor/tests/autocorrect/undo01-input.html
rename to experiments/Editor/tests/autocorrect/undo01-input.html
diff --git a/Editor/tests/autocorrect/undo02-expected.html b/experiments/Editor/tests/autocorrect/undo02-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/undo02-expected.html
rename to experiments/Editor/tests/autocorrect/undo02-expected.html
diff --git a/Editor/tests/autocorrect/undo02-input.html b/experiments/Editor/tests/autocorrect/undo02-input.html
similarity index 100%
rename from Editor/tests/autocorrect/undo02-input.html
rename to experiments/Editor/tests/autocorrect/undo02-input.html
diff --git a/Editor/tests/autocorrect/undo03-expected.html b/experiments/Editor/tests/autocorrect/undo03-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/undo03-expected.html
rename to experiments/Editor/tests/autocorrect/undo03-expected.html
diff --git a/Editor/tests/autocorrect/undo03-input.html b/experiments/Editor/tests/autocorrect/undo03-input.html
similarity index 100%
rename from Editor/tests/autocorrect/undo03-input.html
rename to experiments/Editor/tests/autocorrect/undo03-input.html
diff --git a/Editor/tests/autocorrect/undo04-expected.html b/experiments/Editor/tests/autocorrect/undo04-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/undo04-expected.html
rename to experiments/Editor/tests/autocorrect/undo04-expected.html
diff --git a/Editor/tests/autocorrect/undo04-input.html b/experiments/Editor/tests/autocorrect/undo04-input.html
similarity index 100%
rename from Editor/tests/autocorrect/undo04-input.html
rename to experiments/Editor/tests/autocorrect/undo04-input.html
diff --git a/Editor/tests/autocorrect/undo05-expected.html b/experiments/Editor/tests/autocorrect/undo05-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/undo05-expected.html
rename to experiments/Editor/tests/autocorrect/undo05-expected.html
diff --git a/Editor/tests/autocorrect/undo05-input.html b/experiments/Editor/tests/autocorrect/undo05-input.html
similarity index 100%
rename from Editor/tests/autocorrect/undo05-input.html
rename to experiments/Editor/tests/autocorrect/undo05-input.html
diff --git a/Editor/tests/autocorrect/undo06-expected.html b/experiments/Editor/tests/autocorrect/undo06-expected.html
similarity index 100%
rename from Editor/tests/autocorrect/undo06-expected.html
rename to experiments/Editor/tests/autocorrect/undo06-expected.html
diff --git a/Editor/tests/autocorrect/undo06-input.html b/experiments/Editor/tests/autocorrect/undo06-input.html
similarity index 100%
rename from Editor/tests/autocorrect/undo06-input.html
rename to experiments/Editor/tests/autocorrect/undo06-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list01-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list01-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list01-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list01-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list01-input.html b/experiments/Editor/tests/changetracking/acceptDel-list01-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list01-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list01-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list02-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list02-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list02-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list02-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list02-input.html b/experiments/Editor/tests/changetracking/acceptDel-list02-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list02-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list02-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list03-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list03-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list03-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list03-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list03-input.html b/experiments/Editor/tests/changetracking/acceptDel-list03-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list03-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list03-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list04-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list04-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list04-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list04-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list04-input.html b/experiments/Editor/tests/changetracking/acceptDel-list04-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list04-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list04-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list05-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list05-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list05-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list05-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list05-input.html b/experiments/Editor/tests/changetracking/acceptDel-list05-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list05-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list05-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list06-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list06-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list06-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list06-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list06-input.html b/experiments/Editor/tests/changetracking/acceptDel-list06-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list06-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list06-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list07-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list07-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list07-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list07-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list07-input.html b/experiments/Editor/tests/changetracking/acceptDel-list07-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list07-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list07-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list08-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list08-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list08-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list08-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list08-input.html b/experiments/Editor/tests/changetracking/acceptDel-list08-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list08-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list08-input.html
diff --git a/Editor/tests/changetracking/acceptDel-list09-expected.html b/experiments/Editor/tests/changetracking/acceptDel-list09-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list09-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel-list09-expected.html
diff --git a/Editor/tests/changetracking/acceptDel-list09-input.html b/experiments/Editor/tests/changetracking/acceptDel-list09-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel-list09-input.html
rename to experiments/Editor/tests/changetracking/acceptDel-list09-input.html
diff --git a/Editor/tests/changetracking/acceptDel01-expected.html b/experiments/Editor/tests/changetracking/acceptDel01-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel01-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel01-expected.html
diff --git a/Editor/tests/changetracking/acceptDel01-input.html b/experiments/Editor/tests/changetracking/acceptDel01-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel01-input.html
rename to experiments/Editor/tests/changetracking/acceptDel01-input.html
diff --git a/Editor/tests/changetracking/acceptDel02-expected.html b/experiments/Editor/tests/changetracking/acceptDel02-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel02-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel02-expected.html
diff --git a/Editor/tests/changetracking/acceptDel02-input.html b/experiments/Editor/tests/changetracking/acceptDel02-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel02-input.html
rename to experiments/Editor/tests/changetracking/acceptDel02-input.html
diff --git a/Editor/tests/changetracking/acceptDel03-expected.html b/experiments/Editor/tests/changetracking/acceptDel03-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel03-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel03-expected.html
diff --git a/Editor/tests/changetracking/acceptDel03-input.html b/experiments/Editor/tests/changetracking/acceptDel03-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel03-input.html
rename to experiments/Editor/tests/changetracking/acceptDel03-input.html
diff --git a/Editor/tests/changetracking/acceptDel04-expected.html b/experiments/Editor/tests/changetracking/acceptDel04-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel04-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel04-expected.html
diff --git a/Editor/tests/changetracking/acceptDel04-input.html b/experiments/Editor/tests/changetracking/acceptDel04-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel04-input.html
rename to experiments/Editor/tests/changetracking/acceptDel04-input.html
diff --git a/Editor/tests/changetracking/acceptDel05-expected.html b/experiments/Editor/tests/changetracking/acceptDel05-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel05-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel05-expected.html
diff --git a/Editor/tests/changetracking/acceptDel05-input.html b/experiments/Editor/tests/changetracking/acceptDel05-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel05-input.html
rename to experiments/Editor/tests/changetracking/acceptDel05-input.html
diff --git a/Editor/tests/changetracking/acceptDel06-expected.html b/experiments/Editor/tests/changetracking/acceptDel06-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel06-expected.html
rename to experiments/Editor/tests/changetracking/acceptDel06-expected.html
diff --git a/Editor/tests/changetracking/acceptDel06-input.html b/experiments/Editor/tests/changetracking/acceptDel06-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptDel06-input.html
rename to experiments/Editor/tests/changetracking/acceptDel06-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list01-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list01-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list01-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list01-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list01-input.html b/experiments/Editor/tests/changetracking/acceptIns-list01-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list01-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list01-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list02-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list02-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list02-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list02-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list02-input.html b/experiments/Editor/tests/changetracking/acceptIns-list02-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list02-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list02-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list03-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list03-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list03-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list03-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list03-input.html b/experiments/Editor/tests/changetracking/acceptIns-list03-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list03-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list03-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list04-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list04-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list04-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list04-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list04-input.html b/experiments/Editor/tests/changetracking/acceptIns-list04-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list04-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list04-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list05-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list05-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list05-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list05-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list05-input.html b/experiments/Editor/tests/changetracking/acceptIns-list05-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list05-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list05-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list06-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list06-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list06-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list06-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list06-input.html b/experiments/Editor/tests/changetracking/acceptIns-list06-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list06-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list06-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list07-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list07-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list07-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list07-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list07-input.html b/experiments/Editor/tests/changetracking/acceptIns-list07-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list07-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list07-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list08-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list08-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list08-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list08-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list08-input.html b/experiments/Editor/tests/changetracking/acceptIns-list08-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list08-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list08-input.html
diff --git a/Editor/tests/changetracking/acceptIns-list09-expected.html b/experiments/Editor/tests/changetracking/acceptIns-list09-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list09-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns-list09-expected.html
diff --git a/Editor/tests/changetracking/acceptIns-list09-input.html b/experiments/Editor/tests/changetracking/acceptIns-list09-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns-list09-input.html
rename to experiments/Editor/tests/changetracking/acceptIns-list09-input.html
diff --git a/Editor/tests/changetracking/acceptIns01-expected.html b/experiments/Editor/tests/changetracking/acceptIns01-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns01-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns01-expected.html
diff --git a/Editor/tests/changetracking/acceptIns01-input.html b/experiments/Editor/tests/changetracking/acceptIns01-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns01-input.html
rename to experiments/Editor/tests/changetracking/acceptIns01-input.html
diff --git a/Editor/tests/changetracking/acceptIns02-expected.html b/experiments/Editor/tests/changetracking/acceptIns02-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns02-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns02-expected.html
diff --git a/Editor/tests/changetracking/acceptIns02-input.html b/experiments/Editor/tests/changetracking/acceptIns02-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns02-input.html
rename to experiments/Editor/tests/changetracking/acceptIns02-input.html
diff --git a/Editor/tests/changetracking/acceptIns03-expected.html b/experiments/Editor/tests/changetracking/acceptIns03-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns03-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns03-expected.html
diff --git a/Editor/tests/changetracking/acceptIns03-input.html b/experiments/Editor/tests/changetracking/acceptIns03-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns03-input.html
rename to experiments/Editor/tests/changetracking/acceptIns03-input.html
diff --git a/Editor/tests/changetracking/acceptIns04-expected.html b/experiments/Editor/tests/changetracking/acceptIns04-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns04-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns04-expected.html
diff --git a/Editor/tests/changetracking/acceptIns04-input.html b/experiments/Editor/tests/changetracking/acceptIns04-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns04-input.html
rename to experiments/Editor/tests/changetracking/acceptIns04-input.html
diff --git a/Editor/tests/changetracking/acceptIns05-expected.html b/experiments/Editor/tests/changetracking/acceptIns05-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns05-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns05-expected.html
diff --git a/Editor/tests/changetracking/acceptIns05-input.html b/experiments/Editor/tests/changetracking/acceptIns05-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns05-input.html
rename to experiments/Editor/tests/changetracking/acceptIns05-input.html
diff --git a/Editor/tests/changetracking/acceptIns06-expected.html b/experiments/Editor/tests/changetracking/acceptIns06-expected.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns06-expected.html
rename to experiments/Editor/tests/changetracking/acceptIns06-expected.html
diff --git a/Editor/tests/changetracking/acceptIns06-input.html b/experiments/Editor/tests/changetracking/acceptIns06-input.html
similarity index 100%
rename from Editor/tests/changetracking/acceptIns06-input.html
rename to experiments/Editor/tests/changetracking/acceptIns06-input.html
diff --git a/Editor/tests/changetracking/changetracking.css b/experiments/Editor/tests/changetracking/changetracking.css
similarity index 100%
rename from Editor/tests/changetracking/changetracking.css
rename to experiments/Editor/tests/changetracking/changetracking.css
diff --git a/Editor/tests/changetracking/temp b/experiments/Editor/tests/changetracking/temp
similarity index 100%
rename from Editor/tests/changetracking/temp
rename to experiments/Editor/tests/changetracking/temp
diff --git a/Editor/tests/clipboard/copy-blockquote01-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote01-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote01-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote01-input.html b/experiments/Editor/tests/clipboard/copy-blockquote01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote01-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote01-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote02-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote02-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote02-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote02-input.html b/experiments/Editor/tests/clipboard/copy-blockquote02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote02-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote02-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote03-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote03-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote03-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote03-input.html b/experiments/Editor/tests/clipboard/copy-blockquote03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote03-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote03-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote04-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote04-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote04-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote04-input.html b/experiments/Editor/tests/clipboard/copy-blockquote04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote04-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote04-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote05-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote05-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote05-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote05-input.html b/experiments/Editor/tests/clipboard/copy-blockquote05-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote05-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote05-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote06-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote06-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote06-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote06-input.html b/experiments/Editor/tests/clipboard/copy-blockquote06-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote06-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote06-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote07-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote07-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote07-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote07-input.html b/experiments/Editor/tests/clipboard/copy-blockquote07-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote07-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote07-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote08-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote08-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote08-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote08-input.html b/experiments/Editor/tests/clipboard/copy-blockquote08-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote08-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote08-input.html
diff --git a/Editor/tests/clipboard/copy-blockquote09-expected.html b/experiments/Editor/tests/clipboard/copy-blockquote09-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote09-expected.html
rename to experiments/Editor/tests/clipboard/copy-blockquote09-expected.html
diff --git a/Editor/tests/clipboard/copy-blockquote09-input.html b/experiments/Editor/tests/clipboard/copy-blockquote09-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-blockquote09-input.html
rename to experiments/Editor/tests/clipboard/copy-blockquote09-input.html
diff --git a/Editor/tests/clipboard/copy-escaping01-expected.html b/experiments/Editor/tests/clipboard/copy-escaping01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping01-expected.html
rename to experiments/Editor/tests/clipboard/copy-escaping01-expected.html
diff --git a/Editor/tests/clipboard/copy-escaping01-input.html b/experiments/Editor/tests/clipboard/copy-escaping01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping01-input.html
rename to experiments/Editor/tests/clipboard/copy-escaping01-input.html
diff --git a/Editor/tests/clipboard/copy-escaping02-expected.html b/experiments/Editor/tests/clipboard/copy-escaping02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping02-expected.html
rename to experiments/Editor/tests/clipboard/copy-escaping02-expected.html
diff --git a/Editor/tests/clipboard/copy-escaping02-input.html b/experiments/Editor/tests/clipboard/copy-escaping02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping02-input.html
rename to experiments/Editor/tests/clipboard/copy-escaping02-input.html
diff --git a/Editor/tests/clipboard/copy-escaping03-expected.html b/experiments/Editor/tests/clipboard/copy-escaping03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping03-expected.html
rename to experiments/Editor/tests/clipboard/copy-escaping03-expected.html
diff --git a/Editor/tests/clipboard/copy-escaping03-input.html b/experiments/Editor/tests/clipboard/copy-escaping03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping03-input.html
rename to experiments/Editor/tests/clipboard/copy-escaping03-input.html
diff --git a/Editor/tests/clipboard/copy-escaping04-expected.html b/experiments/Editor/tests/clipboard/copy-escaping04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping04-expected.html
rename to experiments/Editor/tests/clipboard/copy-escaping04-expected.html
diff --git a/Editor/tests/clipboard/copy-escaping04-input.html b/experiments/Editor/tests/clipboard/copy-escaping04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-escaping04-input.html
rename to experiments/Editor/tests/clipboard/copy-escaping04-input.html
diff --git a/Editor/tests/clipboard/copy-formatting01a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting01a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting01a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting01a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting01a-input.html b/experiments/Editor/tests/clipboard/copy-formatting01a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting01a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting01a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting01b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting01b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting01b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting01b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting01b-input.html b/experiments/Editor/tests/clipboard/copy-formatting01b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting01b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting01b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting01c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting01c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting01c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting01c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting01c-input.html b/experiments/Editor/tests/clipboard/copy-formatting01c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting01c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting01c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting02a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting02a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting02a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting02a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting02a-input.html b/experiments/Editor/tests/clipboard/copy-formatting02a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting02a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting02a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting02b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting02b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting02b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting02b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting02b-input.html b/experiments/Editor/tests/clipboard/copy-formatting02b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting02b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting02b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting02c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting02c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting02c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting02c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting02c-input.html b/experiments/Editor/tests/clipboard/copy-formatting02c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting02c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting02c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting03a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting03a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting03a-input.html b/experiments/Editor/tests/clipboard/copy-formatting03a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting03a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting03b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting03b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting03b-input.html b/experiments/Editor/tests/clipboard/copy-formatting03b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting03b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting03c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting03c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting03c-input.html b/experiments/Editor/tests/clipboard/copy-formatting03c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting03c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting03d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03d-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03d-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting03d-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting03d-input.html b/experiments/Editor/tests/clipboard/copy-formatting03d-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03d-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting03d-input.html
diff --git a/Editor/tests/clipboard/copy-formatting03e-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03e-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03e-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting03e-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting03e-input.html b/experiments/Editor/tests/clipboard/copy-formatting03e-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting03e-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting03e-input.html
diff --git a/Editor/tests/clipboard/copy-formatting04a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting04a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting04a-input.html b/experiments/Editor/tests/clipboard/copy-formatting04a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting04a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting04b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting04b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting04b-input.html b/experiments/Editor/tests/clipboard/copy-formatting04b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting04b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting04c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting04c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting04c-input.html b/experiments/Editor/tests/clipboard/copy-formatting04c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting04c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting04d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04d-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04d-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting04d-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting04d-input.html b/experiments/Editor/tests/clipboard/copy-formatting04d-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04d-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting04d-input.html
diff --git a/Editor/tests/clipboard/copy-formatting04e-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04e-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04e-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting04e-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting04e-input.html b/experiments/Editor/tests/clipboard/copy-formatting04e-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting04e-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting04e-input.html
diff --git a/Editor/tests/clipboard/copy-formatting05a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting05a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting05a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting05a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting05a-input.html b/experiments/Editor/tests/clipboard/copy-formatting05a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting05a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting05a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting05b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting05b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting05b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting05b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting05b-input.html b/experiments/Editor/tests/clipboard/copy-formatting05b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting05b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting05b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting05c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting05c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting05c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting05c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting05c-input.html b/experiments/Editor/tests/clipboard/copy-formatting05c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting05c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting05c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting06a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting06a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting06a-input.html b/experiments/Editor/tests/clipboard/copy-formatting06a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting06a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting06b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting06b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting06b-input.html b/experiments/Editor/tests/clipboard/copy-formatting06b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting06b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting06c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting06c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting06c-input.html b/experiments/Editor/tests/clipboard/copy-formatting06c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting06c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting06d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06d-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06d-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting06d-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting06d-input.html b/experiments/Editor/tests/clipboard/copy-formatting06d-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting06d-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting06d-input.html
diff --git a/Editor/tests/clipboard/copy-formatting07a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting07a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting07a-input.html b/experiments/Editor/tests/clipboard/copy-formatting07a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting07a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting07b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting07b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting07b-input.html b/experiments/Editor/tests/clipboard/copy-formatting07b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting07b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting07c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting07c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting07c-input.html b/experiments/Editor/tests/clipboard/copy-formatting07c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting07c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting07d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07d-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07d-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting07d-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting07d-input.html b/experiments/Editor/tests/clipboard/copy-formatting07d-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting07d-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting07d-input.html
diff --git a/Editor/tests/clipboard/copy-formatting08a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting08a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting08a-input.html b/experiments/Editor/tests/clipboard/copy-formatting08a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting08a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting08b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting08b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting08b-input.html b/experiments/Editor/tests/clipboard/copy-formatting08b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting08b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting08c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting08c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting08c-input.html b/experiments/Editor/tests/clipboard/copy-formatting08c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting08c-input.html
diff --git a/Editor/tests/clipboard/copy-formatting08d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08d-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08d-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting08d-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting08d-input.html b/experiments/Editor/tests/clipboard/copy-formatting08d-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08d-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting08d-input.html
diff --git a/Editor/tests/clipboard/copy-formatting08e-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08e-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08e-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting08e-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting08e-input.html b/experiments/Editor/tests/clipboard/copy-formatting08e-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting08e-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting08e-input.html
diff --git a/Editor/tests/clipboard/copy-formatting09a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting09a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting09a-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting09a-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting09a-input.html b/experiments/Editor/tests/clipboard/copy-formatting09a-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting09a-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting09a-input.html
diff --git a/Editor/tests/clipboard/copy-formatting09b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting09b-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting09b-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting09b-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting09b-input.html b/experiments/Editor/tests/clipboard/copy-formatting09b-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting09b-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting09b-input.html
diff --git a/Editor/tests/clipboard/copy-formatting09c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting09c-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting09c-expected.html
rename to experiments/Editor/tests/clipboard/copy-formatting09c-expected.html
diff --git a/Editor/tests/clipboard/copy-formatting09c-input.html b/experiments/Editor/tests/clipboard/copy-formatting09c-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-formatting09c-input.html
rename to experiments/Editor/tests/clipboard/copy-formatting09c-input.html
diff --git a/Editor/tests/clipboard/copy-li01-expected.html b/experiments/Editor/tests/clipboard/copy-li01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li01-expected.html
rename to experiments/Editor/tests/clipboard/copy-li01-expected.html
diff --git a/Editor/tests/clipboard/copy-li01-input.html b/experiments/Editor/tests/clipboard/copy-li01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li01-input.html
rename to experiments/Editor/tests/clipboard/copy-li01-input.html
diff --git a/Editor/tests/clipboard/copy-li02-expected.html b/experiments/Editor/tests/clipboard/copy-li02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li02-expected.html
rename to experiments/Editor/tests/clipboard/copy-li02-expected.html
diff --git a/Editor/tests/clipboard/copy-li02-input.html b/experiments/Editor/tests/clipboard/copy-li02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li02-input.html
rename to experiments/Editor/tests/clipboard/copy-li02-input.html
diff --git a/Editor/tests/clipboard/copy-li03-expected.html b/experiments/Editor/tests/clipboard/copy-li03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li03-expected.html
rename to experiments/Editor/tests/clipboard/copy-li03-expected.html
diff --git a/Editor/tests/clipboard/copy-li03-input.html b/experiments/Editor/tests/clipboard/copy-li03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li03-input.html
rename to experiments/Editor/tests/clipboard/copy-li03-input.html
diff --git a/Editor/tests/clipboard/copy-li04-expected.html b/experiments/Editor/tests/clipboard/copy-li04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li04-expected.html
rename to experiments/Editor/tests/clipboard/copy-li04-expected.html
diff --git a/Editor/tests/clipboard/copy-li04-input.html b/experiments/Editor/tests/clipboard/copy-li04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li04-input.html
rename to experiments/Editor/tests/clipboard/copy-li04-input.html
diff --git a/Editor/tests/clipboard/copy-li05-expected.html b/experiments/Editor/tests/clipboard/copy-li05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li05-expected.html
rename to experiments/Editor/tests/clipboard/copy-li05-expected.html
diff --git a/Editor/tests/clipboard/copy-li05-input.html b/experiments/Editor/tests/clipboard/copy-li05-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-li05-input.html
rename to experiments/Editor/tests/clipboard/copy-li05-input.html
diff --git a/Editor/tests/clipboard/copy-link01-expected.html b/experiments/Editor/tests/clipboard/copy-link01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link01-expected.html
rename to experiments/Editor/tests/clipboard/copy-link01-expected.html
diff --git a/Editor/tests/clipboard/copy-link01-input.html b/experiments/Editor/tests/clipboard/copy-link01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link01-input.html
rename to experiments/Editor/tests/clipboard/copy-link01-input.html
diff --git a/Editor/tests/clipboard/copy-link02-expected.html b/experiments/Editor/tests/clipboard/copy-link02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link02-expected.html
rename to experiments/Editor/tests/clipboard/copy-link02-expected.html
diff --git a/Editor/tests/clipboard/copy-link02-input.html b/experiments/Editor/tests/clipboard/copy-link02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link02-input.html
rename to experiments/Editor/tests/clipboard/copy-link02-input.html
diff --git a/Editor/tests/clipboard/copy-link03-expected.html b/experiments/Editor/tests/clipboard/copy-link03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link03-expected.html
rename to experiments/Editor/tests/clipboard/copy-link03-expected.html
diff --git a/Editor/tests/clipboard/copy-link03-input.html b/experiments/Editor/tests/clipboard/copy-link03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link03-input.html
rename to experiments/Editor/tests/clipboard/copy-link03-input.html
diff --git a/Editor/tests/clipboard/copy-link04-expected.html b/experiments/Editor/tests/clipboard/copy-link04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link04-expected.html
rename to experiments/Editor/tests/clipboard/copy-link04-expected.html
diff --git a/Editor/tests/clipboard/copy-link04-input.html b/experiments/Editor/tests/clipboard/copy-link04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-link04-input.html
rename to experiments/Editor/tests/clipboard/copy-link04-input.html
diff --git a/Editor/tests/clipboard/copy-list01-expected.html b/experiments/Editor/tests/clipboard/copy-list01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list01-expected.html
rename to experiments/Editor/tests/clipboard/copy-list01-expected.html
diff --git a/Editor/tests/clipboard/copy-list01-input.html b/experiments/Editor/tests/clipboard/copy-list01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list01-input.html
rename to experiments/Editor/tests/clipboard/copy-list01-input.html
diff --git a/Editor/tests/clipboard/copy-list02-expected.html b/experiments/Editor/tests/clipboard/copy-list02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list02-expected.html
rename to experiments/Editor/tests/clipboard/copy-list02-expected.html
diff --git a/Editor/tests/clipboard/copy-list02-input.html b/experiments/Editor/tests/clipboard/copy-list02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list02-input.html
rename to experiments/Editor/tests/clipboard/copy-list02-input.html
diff --git a/Editor/tests/clipboard/copy-list03-expected.html b/experiments/Editor/tests/clipboard/copy-list03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list03-expected.html
rename to experiments/Editor/tests/clipboard/copy-list03-expected.html
diff --git a/Editor/tests/clipboard/copy-list03-input.html b/experiments/Editor/tests/clipboard/copy-list03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list03-input.html
rename to experiments/Editor/tests/clipboard/copy-list03-input.html
diff --git a/Editor/tests/clipboard/copy-list04-expected.html b/experiments/Editor/tests/clipboard/copy-list04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list04-expected.html
rename to experiments/Editor/tests/clipboard/copy-list04-expected.html
diff --git a/Editor/tests/clipboard/copy-list04-input.html b/experiments/Editor/tests/clipboard/copy-list04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list04-input.html
rename to experiments/Editor/tests/clipboard/copy-list04-input.html
diff --git a/Editor/tests/clipboard/copy-list05-expected.html b/experiments/Editor/tests/clipboard/copy-list05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list05-expected.html
rename to experiments/Editor/tests/clipboard/copy-list05-expected.html
diff --git a/Editor/tests/clipboard/copy-list05-input.html b/experiments/Editor/tests/clipboard/copy-list05-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list05-input.html
rename to experiments/Editor/tests/clipboard/copy-list05-input.html
diff --git a/Editor/tests/clipboard/copy-list06-expected.html b/experiments/Editor/tests/clipboard/copy-list06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list06-expected.html
rename to experiments/Editor/tests/clipboard/copy-list06-expected.html
diff --git a/Editor/tests/clipboard/copy-list06-input.html b/experiments/Editor/tests/clipboard/copy-list06-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list06-input.html
rename to experiments/Editor/tests/clipboard/copy-list06-input.html
diff --git a/Editor/tests/clipboard/copy-list07-expected.html b/experiments/Editor/tests/clipboard/copy-list07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list07-expected.html
rename to experiments/Editor/tests/clipboard/copy-list07-expected.html
diff --git a/Editor/tests/clipboard/copy-list07-input.html b/experiments/Editor/tests/clipboard/copy-list07-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list07-input.html
rename to experiments/Editor/tests/clipboard/copy-list07-input.html
diff --git a/Editor/tests/clipboard/copy-list08-expected.html b/experiments/Editor/tests/clipboard/copy-list08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list08-expected.html
rename to experiments/Editor/tests/clipboard/copy-list08-expected.html
diff --git a/Editor/tests/clipboard/copy-list08-input.html b/experiments/Editor/tests/clipboard/copy-list08-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list08-input.html
rename to experiments/Editor/tests/clipboard/copy-list08-input.html
diff --git a/Editor/tests/clipboard/copy-list09-expected.html b/experiments/Editor/tests/clipboard/copy-list09-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list09-expected.html
rename to experiments/Editor/tests/clipboard/copy-list09-expected.html
diff --git a/Editor/tests/clipboard/copy-list09-input.html b/experiments/Editor/tests/clipboard/copy-list09-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list09-input.html
rename to experiments/Editor/tests/clipboard/copy-list09-input.html
diff --git a/Editor/tests/clipboard/copy-list10-expected.html b/experiments/Editor/tests/clipboard/copy-list10-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list10-expected.html
rename to experiments/Editor/tests/clipboard/copy-list10-expected.html
diff --git a/Editor/tests/clipboard/copy-list10-input.html b/experiments/Editor/tests/clipboard/copy-list10-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list10-input.html
rename to experiments/Editor/tests/clipboard/copy-list10-input.html
diff --git a/Editor/tests/clipboard/copy-list11-expected.html b/experiments/Editor/tests/clipboard/copy-list11-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list11-expected.html
rename to experiments/Editor/tests/clipboard/copy-list11-expected.html
diff --git a/Editor/tests/clipboard/copy-list11-input.html b/experiments/Editor/tests/clipboard/copy-list11-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list11-input.html
rename to experiments/Editor/tests/clipboard/copy-list11-input.html
diff --git a/Editor/tests/clipboard/copy-list12-expected.html b/experiments/Editor/tests/clipboard/copy-list12-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list12-expected.html
rename to experiments/Editor/tests/clipboard/copy-list12-expected.html
diff --git a/Editor/tests/clipboard/copy-list12-input.html b/experiments/Editor/tests/clipboard/copy-list12-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list12-input.html
rename to experiments/Editor/tests/clipboard/copy-list12-input.html
diff --git a/Editor/tests/clipboard/copy-list13-expected.html b/experiments/Editor/tests/clipboard/copy-list13-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list13-expected.html
rename to experiments/Editor/tests/clipboard/copy-list13-expected.html
diff --git a/Editor/tests/clipboard/copy-list13-input.html b/experiments/Editor/tests/clipboard/copy-list13-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-list13-input.html
rename to experiments/Editor/tests/clipboard/copy-list13-input.html
diff --git a/Editor/tests/clipboard/copy-partli01-expected.html b/experiments/Editor/tests/clipboard/copy-partli01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli01-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli01-expected.html
diff --git a/Editor/tests/clipboard/copy-partli01-input.html b/experiments/Editor/tests/clipboard/copy-partli01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli01-input.html
rename to experiments/Editor/tests/clipboard/copy-partli01-input.html
diff --git a/Editor/tests/clipboard/copy-partli02-expected.html b/experiments/Editor/tests/clipboard/copy-partli02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli02-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli02-expected.html
diff --git a/Editor/tests/clipboard/copy-partli02-input.html b/experiments/Editor/tests/clipboard/copy-partli02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli02-input.html
rename to experiments/Editor/tests/clipboard/copy-partli02-input.html
diff --git a/Editor/tests/clipboard/copy-partli03-expected.html b/experiments/Editor/tests/clipboard/copy-partli03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli03-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli03-expected.html
diff --git a/Editor/tests/clipboard/copy-partli03-input.html b/experiments/Editor/tests/clipboard/copy-partli03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli03-input.html
rename to experiments/Editor/tests/clipboard/copy-partli03-input.html
diff --git a/Editor/tests/clipboard/copy-partli04-expected.html b/experiments/Editor/tests/clipboard/copy-partli04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli04-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli04-expected.html
diff --git a/Editor/tests/clipboard/copy-partli04-input.html b/experiments/Editor/tests/clipboard/copy-partli04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli04-input.html
rename to experiments/Editor/tests/clipboard/copy-partli04-input.html
diff --git a/Editor/tests/clipboard/copy-partli05-expected.html b/experiments/Editor/tests/clipboard/copy-partli05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli05-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli05-expected.html
diff --git a/Editor/tests/clipboard/copy-partli05-input.html b/experiments/Editor/tests/clipboard/copy-partli05-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli05-input.html
rename to experiments/Editor/tests/clipboard/copy-partli05-input.html
diff --git a/Editor/tests/clipboard/copy-partli06-expected.html b/experiments/Editor/tests/clipboard/copy-partli06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli06-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli06-expected.html
diff --git a/Editor/tests/clipboard/copy-partli06-input.html b/experiments/Editor/tests/clipboard/copy-partli06-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli06-input.html
rename to experiments/Editor/tests/clipboard/copy-partli06-input.html
diff --git a/Editor/tests/clipboard/copy-partli07-expected.html b/experiments/Editor/tests/clipboard/copy-partli07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli07-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli07-expected.html
diff --git a/Editor/tests/clipboard/copy-partli07-input.html b/experiments/Editor/tests/clipboard/copy-partli07-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli07-input.html
rename to experiments/Editor/tests/clipboard/copy-partli07-input.html
diff --git a/Editor/tests/clipboard/copy-partli08-expected.html b/experiments/Editor/tests/clipboard/copy-partli08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli08-expected.html
rename to experiments/Editor/tests/clipboard/copy-partli08-expected.html
diff --git a/Editor/tests/clipboard/copy-partli08-input.html b/experiments/Editor/tests/clipboard/copy-partli08-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-partli08-input.html
rename to experiments/Editor/tests/clipboard/copy-partli08-input.html
diff --git a/Editor/tests/clipboard/copy-pre01-expected.html b/experiments/Editor/tests/clipboard/copy-pre01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre01-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre01-expected.html
diff --git a/Editor/tests/clipboard/copy-pre01-input.html b/experiments/Editor/tests/clipboard/copy-pre01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre01-input.html
rename to experiments/Editor/tests/clipboard/copy-pre01-input.html
diff --git a/Editor/tests/clipboard/copy-pre02-expected.html b/experiments/Editor/tests/clipboard/copy-pre02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre02-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre02-expected.html
diff --git a/Editor/tests/clipboard/copy-pre02-input.html b/experiments/Editor/tests/clipboard/copy-pre02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre02-input.html
rename to experiments/Editor/tests/clipboard/copy-pre02-input.html
diff --git a/Editor/tests/clipboard/copy-pre03-expected.html b/experiments/Editor/tests/clipboard/copy-pre03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre03-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre03-expected.html
diff --git a/Editor/tests/clipboard/copy-pre03-input.html b/experiments/Editor/tests/clipboard/copy-pre03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre03-input.html
rename to experiments/Editor/tests/clipboard/copy-pre03-input.html
diff --git a/Editor/tests/clipboard/copy-pre04-expected.html b/experiments/Editor/tests/clipboard/copy-pre04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre04-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre04-expected.html
diff --git a/Editor/tests/clipboard/copy-pre04-input.html b/experiments/Editor/tests/clipboard/copy-pre04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre04-input.html
rename to experiments/Editor/tests/clipboard/copy-pre04-input.html
diff --git a/Editor/tests/clipboard/copy-pre05-expected.html b/experiments/Editor/tests/clipboard/copy-pre05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre05-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre05-expected.html
diff --git a/Editor/tests/clipboard/copy-pre05-input.html b/experiments/Editor/tests/clipboard/copy-pre05-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre05-input.html
rename to experiments/Editor/tests/clipboard/copy-pre05-input.html
diff --git a/Editor/tests/clipboard/copy-pre06-expected.html b/experiments/Editor/tests/clipboard/copy-pre06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre06-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre06-expected.html
diff --git a/Editor/tests/clipboard/copy-pre06-input.html b/experiments/Editor/tests/clipboard/copy-pre06-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre06-input.html
rename to experiments/Editor/tests/clipboard/copy-pre06-input.html
diff --git a/Editor/tests/clipboard/copy-pre07-expected.html b/experiments/Editor/tests/clipboard/copy-pre07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre07-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre07-expected.html
diff --git a/Editor/tests/clipboard/copy-pre07-input.html b/experiments/Editor/tests/clipboard/copy-pre07-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre07-input.html
rename to experiments/Editor/tests/clipboard/copy-pre07-input.html
diff --git a/Editor/tests/clipboard/copy-pre08-expected.html b/experiments/Editor/tests/clipboard/copy-pre08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre08-expected.html
rename to experiments/Editor/tests/clipboard/copy-pre08-expected.html
diff --git a/Editor/tests/clipboard/copy-pre08-input.html b/experiments/Editor/tests/clipboard/copy-pre08-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy-pre08-input.html
rename to experiments/Editor/tests/clipboard/copy-pre08-input.html
diff --git a/Editor/tests/clipboard/copy01-expected.html b/experiments/Editor/tests/clipboard/copy01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy01-expected.html
rename to experiments/Editor/tests/clipboard/copy01-expected.html
diff --git a/Editor/tests/clipboard/copy01-input.html b/experiments/Editor/tests/clipboard/copy01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy01-input.html
rename to experiments/Editor/tests/clipboard/copy01-input.html
diff --git a/Editor/tests/clipboard/copy02-expected.html b/experiments/Editor/tests/clipboard/copy02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy02-expected.html
rename to experiments/Editor/tests/clipboard/copy02-expected.html
diff --git a/Editor/tests/clipboard/copy02-input.html b/experiments/Editor/tests/clipboard/copy02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy02-input.html
rename to experiments/Editor/tests/clipboard/copy02-input.html
diff --git a/Editor/tests/clipboard/copy03-expected.html b/experiments/Editor/tests/clipboard/copy03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy03-expected.html
rename to experiments/Editor/tests/clipboard/copy03-expected.html
diff --git a/Editor/tests/clipboard/copy03-input.html b/experiments/Editor/tests/clipboard/copy03-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy03-input.html
rename to experiments/Editor/tests/clipboard/copy03-input.html
diff --git a/Editor/tests/clipboard/copy04-expected.html b/experiments/Editor/tests/clipboard/copy04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy04-expected.html
rename to experiments/Editor/tests/clipboard/copy04-expected.html
diff --git a/Editor/tests/clipboard/copy04-input.html b/experiments/Editor/tests/clipboard/copy04-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy04-input.html
rename to experiments/Editor/tests/clipboard/copy04-input.html
diff --git a/Editor/tests/clipboard/copy05-expected.html b/experiments/Editor/tests/clipboard/copy05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy05-expected.html
rename to experiments/Editor/tests/clipboard/copy05-expected.html
diff --git a/Editor/tests/clipboard/copy05-input.html b/experiments/Editor/tests/clipboard/copy05-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy05-input.html
rename to experiments/Editor/tests/clipboard/copy05-input.html
diff --git a/Editor/tests/clipboard/copy06-expected.html b/experiments/Editor/tests/clipboard/copy06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copy06-expected.html
rename to experiments/Editor/tests/clipboard/copy06-expected.html
diff --git a/Editor/tests/clipboard/copy06-input.html b/experiments/Editor/tests/clipboard/copy06-input.html
similarity index 100%
rename from Editor/tests/clipboard/copy06-input.html
rename to experiments/Editor/tests/clipboard/copy06-input.html
diff --git a/Editor/tests/clipboard/copypaste-list01-expected.html b/experiments/Editor/tests/clipboard/copypaste-list01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copypaste-list01-expected.html
rename to experiments/Editor/tests/clipboard/copypaste-list01-expected.html
diff --git a/Editor/tests/clipboard/copypaste-list01-input.html b/experiments/Editor/tests/clipboard/copypaste-list01-input.html
similarity index 100%
rename from Editor/tests/clipboard/copypaste-list01-input.html
rename to experiments/Editor/tests/clipboard/copypaste-list01-input.html
diff --git a/Editor/tests/clipboard/copypaste-list02-expected.html b/experiments/Editor/tests/clipboard/copypaste-list02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/copypaste-list02-expected.html
rename to experiments/Editor/tests/clipboard/copypaste-list02-expected.html
diff --git a/Editor/tests/clipboard/copypaste-list02-input.html b/experiments/Editor/tests/clipboard/copypaste-list02-input.html
similarity index 100%
rename from Editor/tests/clipboard/copypaste-list02-input.html
rename to experiments/Editor/tests/clipboard/copypaste-list02-input.html
diff --git a/Editor/tests/clipboard/cut-li01-expected.html b/experiments/Editor/tests/clipboard/cut-li01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li01-expected.html
rename to experiments/Editor/tests/clipboard/cut-li01-expected.html
diff --git a/Editor/tests/clipboard/cut-li01-input.html b/experiments/Editor/tests/clipboard/cut-li01-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li01-input.html
rename to experiments/Editor/tests/clipboard/cut-li01-input.html
diff --git a/Editor/tests/clipboard/cut-li02-expected.html b/experiments/Editor/tests/clipboard/cut-li02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li02-expected.html
rename to experiments/Editor/tests/clipboard/cut-li02-expected.html
diff --git a/Editor/tests/clipboard/cut-li02-input.html b/experiments/Editor/tests/clipboard/cut-li02-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li02-input.html
rename to experiments/Editor/tests/clipboard/cut-li02-input.html
diff --git a/Editor/tests/clipboard/cut-li03-expected.html b/experiments/Editor/tests/clipboard/cut-li03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li03-expected.html
rename to experiments/Editor/tests/clipboard/cut-li03-expected.html
diff --git a/Editor/tests/clipboard/cut-li03-input.html b/experiments/Editor/tests/clipboard/cut-li03-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li03-input.html
rename to experiments/Editor/tests/clipboard/cut-li03-input.html
diff --git a/Editor/tests/clipboard/cut-li04-expected.html b/experiments/Editor/tests/clipboard/cut-li04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li04-expected.html
rename to experiments/Editor/tests/clipboard/cut-li04-expected.html
diff --git a/Editor/tests/clipboard/cut-li04-input.html b/experiments/Editor/tests/clipboard/cut-li04-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li04-input.html
rename to experiments/Editor/tests/clipboard/cut-li04-input.html
diff --git a/Editor/tests/clipboard/cut-li05-expected.html b/experiments/Editor/tests/clipboard/cut-li05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li05-expected.html
rename to experiments/Editor/tests/clipboard/cut-li05-expected.html
diff --git a/Editor/tests/clipboard/cut-li05-input.html b/experiments/Editor/tests/clipboard/cut-li05-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li05-input.html
rename to experiments/Editor/tests/clipboard/cut-li05-input.html
diff --git a/Editor/tests/clipboard/cut-li06-expected.html b/experiments/Editor/tests/clipboard/cut-li06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li06-expected.html
rename to experiments/Editor/tests/clipboard/cut-li06-expected.html
diff --git a/Editor/tests/clipboard/cut-li06-input.html b/experiments/Editor/tests/clipboard/cut-li06-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li06-input.html
rename to experiments/Editor/tests/clipboard/cut-li06-input.html
diff --git a/Editor/tests/clipboard/cut-li07-expected.html b/experiments/Editor/tests/clipboard/cut-li07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li07-expected.html
rename to experiments/Editor/tests/clipboard/cut-li07-expected.html
diff --git a/Editor/tests/clipboard/cut-li07-input.html b/experiments/Editor/tests/clipboard/cut-li07-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li07-input.html
rename to experiments/Editor/tests/clipboard/cut-li07-input.html
diff --git a/Editor/tests/clipboard/cut-li08-expected.html b/experiments/Editor/tests/clipboard/cut-li08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li08-expected.html
rename to experiments/Editor/tests/clipboard/cut-li08-expected.html
diff --git a/Editor/tests/clipboard/cut-li08-input.html b/experiments/Editor/tests/clipboard/cut-li08-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li08-input.html
rename to experiments/Editor/tests/clipboard/cut-li08-input.html
diff --git a/Editor/tests/clipboard/cut-li09-expected.html b/experiments/Editor/tests/clipboard/cut-li09-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li09-expected.html
rename to experiments/Editor/tests/clipboard/cut-li09-expected.html
diff --git a/Editor/tests/clipboard/cut-li09-input.html b/experiments/Editor/tests/clipboard/cut-li09-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li09-input.html
rename to experiments/Editor/tests/clipboard/cut-li09-input.html
diff --git a/Editor/tests/clipboard/cut-li10-expected.html b/experiments/Editor/tests/clipboard/cut-li10-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li10-expected.html
rename to experiments/Editor/tests/clipboard/cut-li10-expected.html
diff --git a/Editor/tests/clipboard/cut-li10-input.html b/experiments/Editor/tests/clipboard/cut-li10-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li10-input.html
rename to experiments/Editor/tests/clipboard/cut-li10-input.html
diff --git a/Editor/tests/clipboard/cut-li11-expected.html b/experiments/Editor/tests/clipboard/cut-li11-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li11-expected.html
rename to experiments/Editor/tests/clipboard/cut-li11-expected.html
diff --git a/Editor/tests/clipboard/cut-li11-input.html b/experiments/Editor/tests/clipboard/cut-li11-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li11-input.html
rename to experiments/Editor/tests/clipboard/cut-li11-input.html
diff --git a/Editor/tests/clipboard/cut-li12-expected.html b/experiments/Editor/tests/clipboard/cut-li12-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li12-expected.html
rename to experiments/Editor/tests/clipboard/cut-li12-expected.html
diff --git a/Editor/tests/clipboard/cut-li12-input.html b/experiments/Editor/tests/clipboard/cut-li12-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li12-input.html
rename to experiments/Editor/tests/clipboard/cut-li12-input.html
diff --git a/Editor/tests/clipboard/cut-li13-expected.html b/experiments/Editor/tests/clipboard/cut-li13-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li13-expected.html
rename to experiments/Editor/tests/clipboard/cut-li13-expected.html
diff --git a/Editor/tests/clipboard/cut-li13-input.html b/experiments/Editor/tests/clipboard/cut-li13-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li13-input.html
rename to experiments/Editor/tests/clipboard/cut-li13-input.html
diff --git a/Editor/tests/clipboard/cut-li14-expected.html b/experiments/Editor/tests/clipboard/cut-li14-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li14-expected.html
rename to experiments/Editor/tests/clipboard/cut-li14-expected.html
diff --git a/Editor/tests/clipboard/cut-li14-input.html b/experiments/Editor/tests/clipboard/cut-li14-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li14-input.html
rename to experiments/Editor/tests/clipboard/cut-li14-input.html
diff --git a/Editor/tests/clipboard/cut-li14a-expected.html b/experiments/Editor/tests/clipboard/cut-li14a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li14a-expected.html
rename to experiments/Editor/tests/clipboard/cut-li14a-expected.html
diff --git a/Editor/tests/clipboard/cut-li14a-input.html b/experiments/Editor/tests/clipboard/cut-li14a-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li14a-input.html
rename to experiments/Editor/tests/clipboard/cut-li14a-input.html
diff --git a/Editor/tests/clipboard/cut-li15-expected.html b/experiments/Editor/tests/clipboard/cut-li15-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li15-expected.html
rename to experiments/Editor/tests/clipboard/cut-li15-expected.html
diff --git a/Editor/tests/clipboard/cut-li15-input.html b/experiments/Editor/tests/clipboard/cut-li15-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li15-input.html
rename to experiments/Editor/tests/clipboard/cut-li15-input.html
diff --git a/Editor/tests/clipboard/cut-li15a-expected.html b/experiments/Editor/tests/clipboard/cut-li15a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li15a-expected.html
rename to experiments/Editor/tests/clipboard/cut-li15a-expected.html
diff --git a/Editor/tests/clipboard/cut-li15a-input.html b/experiments/Editor/tests/clipboard/cut-li15a-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li15a-input.html
rename to experiments/Editor/tests/clipboard/cut-li15a-input.html
diff --git a/Editor/tests/clipboard/cut-li16-expected.html b/experiments/Editor/tests/clipboard/cut-li16-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li16-expected.html
rename to experiments/Editor/tests/clipboard/cut-li16-expected.html
diff --git a/Editor/tests/clipboard/cut-li16-input.html b/experiments/Editor/tests/clipboard/cut-li16-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li16-input.html
rename to experiments/Editor/tests/clipboard/cut-li16-input.html
diff --git a/Editor/tests/clipboard/cut-li16a-expected.html b/experiments/Editor/tests/clipboard/cut-li16a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li16a-expected.html
rename to experiments/Editor/tests/clipboard/cut-li16a-expected.html
diff --git a/Editor/tests/clipboard/cut-li16a-input.html b/experiments/Editor/tests/clipboard/cut-li16a-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li16a-input.html
rename to experiments/Editor/tests/clipboard/cut-li16a-input.html
diff --git a/Editor/tests/clipboard/cut-li17-expected.html b/experiments/Editor/tests/clipboard/cut-li17-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li17-expected.html
rename to experiments/Editor/tests/clipboard/cut-li17-expected.html
diff --git a/Editor/tests/clipboard/cut-li17-input.html b/experiments/Editor/tests/clipboard/cut-li17-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li17-input.html
rename to experiments/Editor/tests/clipboard/cut-li17-input.html
diff --git a/Editor/tests/clipboard/cut-li17a-expected.html b/experiments/Editor/tests/clipboard/cut-li17a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li17a-expected.html
rename to experiments/Editor/tests/clipboard/cut-li17a-expected.html
diff --git a/Editor/tests/clipboard/cut-li17a-input.html b/experiments/Editor/tests/clipboard/cut-li17a-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-li17a-input.html
rename to experiments/Editor/tests/clipboard/cut-li17a-input.html
diff --git a/Editor/tests/clipboard/cut-td01-expected.html b/experiments/Editor/tests/clipboard/cut-td01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-td01-expected.html
rename to experiments/Editor/tests/clipboard/cut-td01-expected.html
diff --git a/Editor/tests/clipboard/cut-td01-input.html b/experiments/Editor/tests/clipboard/cut-td01-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-td01-input.html
rename to experiments/Editor/tests/clipboard/cut-td01-input.html
diff --git a/Editor/tests/clipboard/cut-td01a-expected.html b/experiments/Editor/tests/clipboard/cut-td01a-expected.html
similarity index 100%
rename from Editor/tests/clipboard/cut-td01a-expected.html
rename to experiments/Editor/tests/clipboard/cut-td01a-expected.html
diff --git a/Editor/tests/clipboard/cut-td01a-input.html b/experiments/Editor/tests/clipboard/cut-td01a-input.html
similarity index 100%
rename from Editor/tests/clipboard/cut-td01a-input.html
rename to experiments/Editor/tests/clipboard/cut-td01a-input.html
diff --git a/Editor/tests/clipboard/paste-dupIds01-expected.html b/experiments/Editor/tests/clipboard/paste-dupIds01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-dupIds01-expected.html
rename to experiments/Editor/tests/clipboard/paste-dupIds01-expected.html
diff --git a/Editor/tests/clipboard/paste-dupIds01-input.html b/experiments/Editor/tests/clipboard/paste-dupIds01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-dupIds01-input.html
rename to experiments/Editor/tests/clipboard/paste-dupIds01-input.html
diff --git a/Editor/tests/clipboard/paste-dupIds02-expected.html b/experiments/Editor/tests/clipboard/paste-dupIds02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-dupIds02-expected.html
rename to experiments/Editor/tests/clipboard/paste-dupIds02-expected.html
diff --git a/Editor/tests/clipboard/paste-dupIds02-input.html b/experiments/Editor/tests/clipboard/paste-dupIds02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-dupIds02-input.html
rename to experiments/Editor/tests/clipboard/paste-dupIds02-input.html
diff --git a/Editor/tests/clipboard/paste-dupIds03-expected.html b/experiments/Editor/tests/clipboard/paste-dupIds03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-dupIds03-expected.html
rename to experiments/Editor/tests/clipboard/paste-dupIds03-expected.html
diff --git a/Editor/tests/clipboard/paste-dupIds03-input.html b/experiments/Editor/tests/clipboard/paste-dupIds03-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-dupIds03-input.html
rename to experiments/Editor/tests/clipboard/paste-dupIds03-input.html
diff --git a/Editor/tests/clipboard/paste-htmldoc01-expected.html b/experiments/Editor/tests/clipboard/paste-htmldoc01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-htmldoc01-expected.html
rename to experiments/Editor/tests/clipboard/paste-htmldoc01-expected.html
diff --git a/Editor/tests/clipboard/paste-htmldoc01-input.html b/experiments/Editor/tests/clipboard/paste-htmldoc01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-htmldoc01-input.html
rename to experiments/Editor/tests/clipboard/paste-htmldoc01-input.html
diff --git a/Editor/tests/clipboard/paste-htmldoc02-expected.html b/experiments/Editor/tests/clipboard/paste-htmldoc02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-htmldoc02-expected.html
rename to experiments/Editor/tests/clipboard/paste-htmldoc02-expected.html
diff --git a/Editor/tests/clipboard/paste-htmldoc02-input.html b/experiments/Editor/tests/clipboard/paste-htmldoc02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-htmldoc02-input.html
rename to experiments/Editor/tests/clipboard/paste-htmldoc02-input.html
diff --git a/Editor/tests/clipboard/paste-invalid01-expected.html b/experiments/Editor/tests/clipboard/paste-invalid01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid01-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid01-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid01-input.html b/experiments/Editor/tests/clipboard/paste-invalid01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid01-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid01-input.html
diff --git a/Editor/tests/clipboard/paste-invalid02-expected.html b/experiments/Editor/tests/clipboard/paste-invalid02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid02-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid02-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid02-input.html b/experiments/Editor/tests/clipboard/paste-invalid02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid02-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid02-input.html
diff --git a/Editor/tests/clipboard/paste-invalid03-expected.html b/experiments/Editor/tests/clipboard/paste-invalid03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid03-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid03-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid03-input.html b/experiments/Editor/tests/clipboard/paste-invalid03-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid03-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid03-input.html
diff --git a/Editor/tests/clipboard/paste-invalid04-expected.html b/experiments/Editor/tests/clipboard/paste-invalid04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid04-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid04-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid04-input.html b/experiments/Editor/tests/clipboard/paste-invalid04-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid04-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid04-input.html
diff --git a/Editor/tests/clipboard/paste-invalid05-expected.html b/experiments/Editor/tests/clipboard/paste-invalid05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid05-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid05-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid05-input.html b/experiments/Editor/tests/clipboard/paste-invalid05-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid05-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid05-input.html
diff --git a/Editor/tests/clipboard/paste-invalid06-expected.html b/experiments/Editor/tests/clipboard/paste-invalid06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid06-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid06-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid06-input.html b/experiments/Editor/tests/clipboard/paste-invalid06-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid06-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid06-input.html
diff --git a/Editor/tests/clipboard/paste-invalid07-expected.html b/experiments/Editor/tests/clipboard/paste-invalid07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid07-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid07-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid07-input.html b/experiments/Editor/tests/clipboard/paste-invalid07-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid07-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid07-input.html
diff --git a/Editor/tests/clipboard/paste-invalid08-expected.html b/experiments/Editor/tests/clipboard/paste-invalid08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid08-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid08-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid08-input.html b/experiments/Editor/tests/clipboard/paste-invalid08-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid08-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid08-input.html
diff --git a/Editor/tests/clipboard/paste-invalid09-expected.html b/experiments/Editor/tests/clipboard/paste-invalid09-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid09-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid09-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid09-input.html b/experiments/Editor/tests/clipboard/paste-invalid09-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid09-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid09-input.html
diff --git a/Editor/tests/clipboard/paste-invalid10-expected.html b/experiments/Editor/tests/clipboard/paste-invalid10-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid10-expected.html
rename to experiments/Editor/tests/clipboard/paste-invalid10-expected.html
diff --git a/Editor/tests/clipboard/paste-invalid10-input.html b/experiments/Editor/tests/clipboard/paste-invalid10-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-invalid10-input.html
rename to experiments/Editor/tests/clipboard/paste-invalid10-input.html
diff --git a/Editor/tests/clipboard/paste-li01-expected.html b/experiments/Editor/tests/clipboard/paste-li01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li01-expected.html
rename to experiments/Editor/tests/clipboard/paste-li01-expected.html
diff --git a/Editor/tests/clipboard/paste-li01-input.html b/experiments/Editor/tests/clipboard/paste-li01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li01-input.html
rename to experiments/Editor/tests/clipboard/paste-li01-input.html
diff --git a/Editor/tests/clipboard/paste-li02-expected.html b/experiments/Editor/tests/clipboard/paste-li02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li02-expected.html
rename to experiments/Editor/tests/clipboard/paste-li02-expected.html
diff --git a/Editor/tests/clipboard/paste-li02-input.html b/experiments/Editor/tests/clipboard/paste-li02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li02-input.html
rename to experiments/Editor/tests/clipboard/paste-li02-input.html
diff --git a/Editor/tests/clipboard/paste-li03-expected.html b/experiments/Editor/tests/clipboard/paste-li03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li03-expected.html
rename to experiments/Editor/tests/clipboard/paste-li03-expected.html
diff --git a/Editor/tests/clipboard/paste-li03-input.html b/experiments/Editor/tests/clipboard/paste-li03-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li03-input.html
rename to experiments/Editor/tests/clipboard/paste-li03-input.html
diff --git a/Editor/tests/clipboard/paste-li04-expected.html b/experiments/Editor/tests/clipboard/paste-li04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li04-expected.html
rename to experiments/Editor/tests/clipboard/paste-li04-expected.html
diff --git a/Editor/tests/clipboard/paste-li04-input.html b/experiments/Editor/tests/clipboard/paste-li04-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li04-input.html
rename to experiments/Editor/tests/clipboard/paste-li04-input.html
diff --git a/Editor/tests/clipboard/paste-li05-expected.html b/experiments/Editor/tests/clipboard/paste-li05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li05-expected.html
rename to experiments/Editor/tests/clipboard/paste-li05-expected.html
diff --git a/Editor/tests/clipboard/paste-li05-input.html b/experiments/Editor/tests/clipboard/paste-li05-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li05-input.html
rename to experiments/Editor/tests/clipboard/paste-li05-input.html
diff --git a/Editor/tests/clipboard/paste-li06-expected.html b/experiments/Editor/tests/clipboard/paste-li06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li06-expected.html
rename to experiments/Editor/tests/clipboard/paste-li06-expected.html
diff --git a/Editor/tests/clipboard/paste-li06-input.html b/experiments/Editor/tests/clipboard/paste-li06-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li06-input.html
rename to experiments/Editor/tests/clipboard/paste-li06-input.html
diff --git a/Editor/tests/clipboard/paste-li07-expected.html b/experiments/Editor/tests/clipboard/paste-li07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li07-expected.html
rename to experiments/Editor/tests/clipboard/paste-li07-expected.html
diff --git a/Editor/tests/clipboard/paste-li07-input.html b/experiments/Editor/tests/clipboard/paste-li07-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li07-input.html
rename to experiments/Editor/tests/clipboard/paste-li07-input.html
diff --git a/Editor/tests/clipboard/paste-li08-expected.html b/experiments/Editor/tests/clipboard/paste-li08-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li08-expected.html
rename to experiments/Editor/tests/clipboard/paste-li08-expected.html
diff --git a/Editor/tests/clipboard/paste-li08-input.html b/experiments/Editor/tests/clipboard/paste-li08-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li08-input.html
rename to experiments/Editor/tests/clipboard/paste-li08-input.html
diff --git a/Editor/tests/clipboard/paste-li09-expected.html b/experiments/Editor/tests/clipboard/paste-li09-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li09-expected.html
rename to experiments/Editor/tests/clipboard/paste-li09-expected.html
diff --git a/Editor/tests/clipboard/paste-li09-input.html b/experiments/Editor/tests/clipboard/paste-li09-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li09-input.html
rename to experiments/Editor/tests/clipboard/paste-li09-input.html
diff --git a/Editor/tests/clipboard/paste-li10-expected.html b/experiments/Editor/tests/clipboard/paste-li10-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li10-expected.html
rename to experiments/Editor/tests/clipboard/paste-li10-expected.html
diff --git a/Editor/tests/clipboard/paste-li10-input.html b/experiments/Editor/tests/clipboard/paste-li10-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li10-input.html
rename to experiments/Editor/tests/clipboard/paste-li10-input.html
diff --git a/Editor/tests/clipboard/paste-li11-expected.html b/experiments/Editor/tests/clipboard/paste-li11-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li11-expected.html
rename to experiments/Editor/tests/clipboard/paste-li11-expected.html
diff --git a/Editor/tests/clipboard/paste-li11-input.html b/experiments/Editor/tests/clipboard/paste-li11-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li11-input.html
rename to experiments/Editor/tests/clipboard/paste-li11-input.html
diff --git a/Editor/tests/clipboard/paste-li12-expected.html b/experiments/Editor/tests/clipboard/paste-li12-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li12-expected.html
rename to experiments/Editor/tests/clipboard/paste-li12-expected.html
diff --git a/Editor/tests/clipboard/paste-li12-input.html b/experiments/Editor/tests/clipboard/paste-li12-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li12-input.html
rename to experiments/Editor/tests/clipboard/paste-li12-input.html
diff --git a/Editor/tests/clipboard/paste-li13-expected.html b/experiments/Editor/tests/clipboard/paste-li13-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li13-expected.html
rename to experiments/Editor/tests/clipboard/paste-li13-expected.html
diff --git a/Editor/tests/clipboard/paste-li13-input.html b/experiments/Editor/tests/clipboard/paste-li13-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li13-input.html
rename to experiments/Editor/tests/clipboard/paste-li13-input.html
diff --git a/Editor/tests/clipboard/paste-li14-expected.html b/experiments/Editor/tests/clipboard/paste-li14-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li14-expected.html
rename to experiments/Editor/tests/clipboard/paste-li14-expected.html
diff --git a/Editor/tests/clipboard/paste-li14-input.html b/experiments/Editor/tests/clipboard/paste-li14-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-li14-input.html
rename to experiments/Editor/tests/clipboard/paste-li14-input.html
diff --git a/Editor/tests/clipboard/paste-list01-expected.html b/experiments/Editor/tests/clipboard/paste-list01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list01-expected.html
rename to experiments/Editor/tests/clipboard/paste-list01-expected.html
diff --git a/Editor/tests/clipboard/paste-list01-input.html b/experiments/Editor/tests/clipboard/paste-list01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list01-input.html
rename to experiments/Editor/tests/clipboard/paste-list01-input.html
diff --git a/Editor/tests/clipboard/paste-list02-expected.html b/experiments/Editor/tests/clipboard/paste-list02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list02-expected.html
rename to experiments/Editor/tests/clipboard/paste-list02-expected.html
diff --git a/Editor/tests/clipboard/paste-list02-input.html b/experiments/Editor/tests/clipboard/paste-list02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list02-input.html
rename to experiments/Editor/tests/clipboard/paste-list02-input.html
diff --git a/Editor/tests/clipboard/paste-list03-expected.html b/experiments/Editor/tests/clipboard/paste-list03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list03-expected.html
rename to experiments/Editor/tests/clipboard/paste-list03-expected.html
diff --git a/Editor/tests/clipboard/paste-list03-input.html b/experiments/Editor/tests/clipboard/paste-list03-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list03-input.html
rename to experiments/Editor/tests/clipboard/paste-list03-input.html
diff --git a/Editor/tests/clipboard/paste-list04-expected.html b/experiments/Editor/tests/clipboard/paste-list04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list04-expected.html
rename to experiments/Editor/tests/clipboard/paste-list04-expected.html
diff --git a/Editor/tests/clipboard/paste-list04-input.html b/experiments/Editor/tests/clipboard/paste-list04-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list04-input.html
rename to experiments/Editor/tests/clipboard/paste-list04-input.html
diff --git a/Editor/tests/clipboard/paste-list05-expected.html b/experiments/Editor/tests/clipboard/paste-list05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list05-expected.html
rename to experiments/Editor/tests/clipboard/paste-list05-expected.html
diff --git a/Editor/tests/clipboard/paste-list05-input.html b/experiments/Editor/tests/clipboard/paste-list05-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list05-input.html
rename to experiments/Editor/tests/clipboard/paste-list05-input.html
diff --git a/Editor/tests/clipboard/paste-list06-expected.html b/experiments/Editor/tests/clipboard/paste-list06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list06-expected.html
rename to experiments/Editor/tests/clipboard/paste-list06-expected.html
diff --git a/Editor/tests/clipboard/paste-list06-input.html b/experiments/Editor/tests/clipboard/paste-list06-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-list06-input.html
rename to experiments/Editor/tests/clipboard/paste-list06-input.html
diff --git a/Editor/tests/clipboard/paste-markdown-expected.html b/experiments/Editor/tests/clipboard/paste-markdown-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-markdown-expected.html
rename to experiments/Editor/tests/clipboard/paste-markdown-expected.html
diff --git a/Editor/tests/clipboard/paste-markdown-input.html b/experiments/Editor/tests/clipboard/paste-markdown-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-markdown-input.html
rename to experiments/Editor/tests/clipboard/paste-markdown-input.html
diff --git a/Editor/tests/clipboard/paste-table01-expected.html b/experiments/Editor/tests/clipboard/paste-table01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table01-expected.html
rename to experiments/Editor/tests/clipboard/paste-table01-expected.html
diff --git a/Editor/tests/clipboard/paste-table01-input.html b/experiments/Editor/tests/clipboard/paste-table01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table01-input.html
rename to experiments/Editor/tests/clipboard/paste-table01-input.html
diff --git a/Editor/tests/clipboard/paste-table02-expected.html b/experiments/Editor/tests/clipboard/paste-table02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table02-expected.html
rename to experiments/Editor/tests/clipboard/paste-table02-expected.html
diff --git a/Editor/tests/clipboard/paste-table02-input.html b/experiments/Editor/tests/clipboard/paste-table02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table02-input.html
rename to experiments/Editor/tests/clipboard/paste-table02-input.html
diff --git a/Editor/tests/clipboard/paste-table03-expected.html b/experiments/Editor/tests/clipboard/paste-table03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table03-expected.html
rename to experiments/Editor/tests/clipboard/paste-table03-expected.html
diff --git a/Editor/tests/clipboard/paste-table03-input.html b/experiments/Editor/tests/clipboard/paste-table03-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table03-input.html
rename to experiments/Editor/tests/clipboard/paste-table03-input.html
diff --git a/Editor/tests/clipboard/paste-table04-expected.html b/experiments/Editor/tests/clipboard/paste-table04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table04-expected.html
rename to experiments/Editor/tests/clipboard/paste-table04-expected.html
diff --git a/Editor/tests/clipboard/paste-table04-input.html b/experiments/Editor/tests/clipboard/paste-table04-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table04-input.html
rename to experiments/Editor/tests/clipboard/paste-table04-input.html
diff --git a/Editor/tests/clipboard/paste-table05-expected.html b/experiments/Editor/tests/clipboard/paste-table05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table05-expected.html
rename to experiments/Editor/tests/clipboard/paste-table05-expected.html
diff --git a/Editor/tests/clipboard/paste-table05-input.html b/experiments/Editor/tests/clipboard/paste-table05-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table05-input.html
rename to experiments/Editor/tests/clipboard/paste-table05-input.html
diff --git a/Editor/tests/clipboard/paste-table06-expected.html b/experiments/Editor/tests/clipboard/paste-table06-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table06-expected.html
rename to experiments/Editor/tests/clipboard/paste-table06-expected.html
diff --git a/Editor/tests/clipboard/paste-table06-input.html b/experiments/Editor/tests/clipboard/paste-table06-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table06-input.html
rename to experiments/Editor/tests/clipboard/paste-table06-input.html
diff --git a/Editor/tests/clipboard/paste-table07-expected.html b/experiments/Editor/tests/clipboard/paste-table07-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table07-expected.html
rename to experiments/Editor/tests/clipboard/paste-table07-expected.html
diff --git a/Editor/tests/clipboard/paste-table07-input.html b/experiments/Editor/tests/clipboard/paste-table07-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste-table07-input.html
rename to experiments/Editor/tests/clipboard/paste-table07-input.html
diff --git a/Editor/tests/clipboard/paste01-expected.html b/experiments/Editor/tests/clipboard/paste01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste01-expected.html
rename to experiments/Editor/tests/clipboard/paste01-expected.html
diff --git a/Editor/tests/clipboard/paste01-input.html b/experiments/Editor/tests/clipboard/paste01-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste01-input.html
rename to experiments/Editor/tests/clipboard/paste01-input.html
diff --git a/Editor/tests/clipboard/paste02-expected.html b/experiments/Editor/tests/clipboard/paste02-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste02-expected.html
rename to experiments/Editor/tests/clipboard/paste02-expected.html
diff --git a/Editor/tests/clipboard/paste02-input.html b/experiments/Editor/tests/clipboard/paste02-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste02-input.html
rename to experiments/Editor/tests/clipboard/paste02-input.html
diff --git a/Editor/tests/clipboard/paste03-expected.html b/experiments/Editor/tests/clipboard/paste03-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste03-expected.html
rename to experiments/Editor/tests/clipboard/paste03-expected.html
diff --git a/Editor/tests/clipboard/paste03-input.html b/experiments/Editor/tests/clipboard/paste03-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste03-input.html
rename to experiments/Editor/tests/clipboard/paste03-input.html
diff --git a/Editor/tests/clipboard/paste04-expected.html b/experiments/Editor/tests/clipboard/paste04-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste04-expected.html
rename to experiments/Editor/tests/clipboard/paste04-expected.html
diff --git a/Editor/tests/clipboard/paste04-input.html b/experiments/Editor/tests/clipboard/paste04-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste04-input.html
rename to experiments/Editor/tests/clipboard/paste04-input.html
diff --git a/Editor/tests/clipboard/paste05-expected.html b/experiments/Editor/tests/clipboard/paste05-expected.html
similarity index 100%
rename from Editor/tests/clipboard/paste05-expected.html
rename to experiments/Editor/tests/clipboard/paste05-expected.html
diff --git a/Editor/tests/clipboard/paste05-input.html b/experiments/Editor/tests/clipboard/paste05-input.html
similarity index 100%
rename from Editor/tests/clipboard/paste05-input.html
rename to experiments/Editor/tests/clipboard/paste05-input.html
diff --git a/Editor/tests/clipboard/pasteText-whitespace01-expected.html b/experiments/Editor/tests/clipboard/pasteText-whitespace01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/pasteText-whitespace01-expected.html
rename to experiments/Editor/tests/clipboard/pasteText-whitespace01-expected.html
diff --git a/Editor/tests/clipboard/pasteText-whitespace01-input.html b/experiments/Editor/tests/clipboard/pasteText-whitespace01-input.html
similarity index 100%
rename from Editor/tests/clipboard/pasteText-whitespace01-input.html
rename to experiments/Editor/tests/clipboard/pasteText-whitespace01-input.html
diff --git a/Editor/tests/clipboard/preserve-cutpaste01-expected.html b/experiments/Editor/tests/clipboard/preserve-cutpaste01-expected.html
similarity index 100%
rename from Editor/tests/clipboard/preserve-cutpaste01-expected.html
rename to experiments/Editor/tests/clipboard/preserve-cutpaste01-expected.html
diff --git a/Editor/tests/clipboard/preserve-cutpaste01-input.html b/experiments/Editor/tests/clipboard/preserve-cutpaste01-input.html
similarity index 100%
rename from Editor/tests/clipboard/preserve-cutpaste01-input.html
rename to experiments/Editor/tests/clipboard/preserve-cutpaste01-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list01-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list01-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list01-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list01-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list01-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list01-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list01a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list01a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list01a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list01a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list02-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list02-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list02-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list02a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list02a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list02a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list02a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list03-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list04-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list05-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list06-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph01-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph01-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph01-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph01-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph01-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph01-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph01a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph01a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph01a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph01a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph01a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph01a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph01a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph01a-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph02-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph02-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph02-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph02-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph02-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph02-input.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph02a-expected.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph02a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph02a-expected.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph02a-expected.html
diff --git a/Editor/tests/cursor/deleteBeforeParagraph02a-input.html b/experiments/Editor/tests/cursor/deleteBeforeParagraph02a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteBeforeParagraph02a-input.html
rename to experiments/Editor/tests/cursor/deleteBeforeParagraph02a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-caption01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-caption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-caption01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-caption01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-caption01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-caption01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-caption01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-caption01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-caption02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-caption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-caption02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-caption02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-caption02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-caption02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-caption02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-caption02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji05-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji05-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji05-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji06-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji06-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji06-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji07-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji07-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji07-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji07-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji08-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-emoji08-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji08-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-emoji08-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-emoji08-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote05-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote05-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote05-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote06-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote06-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote06-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote07-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote07-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote07-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote07-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote07-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote07-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote08-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote08-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote08-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote08-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote08-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote09-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote09-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote09-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote09-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote09-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote10-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-endnote10-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote10-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-endnote10-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-endnote10-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figcaption04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figcaption04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-figure04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-figure04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-figure04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote05-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote05-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote05-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote06-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote06-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote06-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote07-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote07-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote07-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote07-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote07-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote07-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote08-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote08-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote08-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote08-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote08-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote09-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote09-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote09-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote09-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote09-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote10-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-footnote10-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote10-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-footnote10-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-footnote10-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last03a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last03a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last03a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last03a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last03a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last03a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last03a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last03a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last04a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last04a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last04a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last04a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last04a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last04a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last04a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last04a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last05-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last05-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last05-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last05-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last05a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last05a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last05a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last05a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last05a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last05a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last05a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last05a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last06-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last06-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last06-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last06-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last06a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last06a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last06a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last06a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last06a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last06a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last06a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last06a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last07-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last07-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last07-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last07-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last07-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last07-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last07a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last07a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last07a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last07a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last07a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last07a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last07a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last07a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last08-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last08-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last08-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last08-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last08-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last08-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last08-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last08a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last08a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last08a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last08a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last08a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last08a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last08a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last08a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last09-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last09-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last09-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last09-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last09-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last09-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last09-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last09a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last09a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last09a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last09a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last09a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last09a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last09a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last09a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last10-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last10-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last10-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last10-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last10-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last10-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last10-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last10a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last10a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last10a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last10a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last10a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last10a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last10a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last10a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last11-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last11-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last11-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last11-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last11-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last11-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last11-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last11-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last11a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last11a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last11a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last11a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last11a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last11a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last11a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last11a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-last13-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last13-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last13-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last13-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-last13-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last13-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-last13-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-last13-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-link01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-link01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-link02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-link02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-link03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-link03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-link04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-link04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-link04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-link04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list05-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list05-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list05-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list05-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list06-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list06-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list06-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list06-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-list07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list07-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list07-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list07-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-list07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list07-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-list07-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-list07-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-reference04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-reference04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-reference04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-table01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-table01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-table01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-table02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-table02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-table02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-table03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-table03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-table03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-table04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-table04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-table04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-table04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-table04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter-toc04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter-toc04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter-toc04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter01-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter01-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter01-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter01-input.html b/experiments/Editor/tests/cursor/deleteCharacter01-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter01-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter01-input.html
diff --git a/Editor/tests/cursor/deleteCharacter02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter02-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter02-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter02-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter02-input.html b/experiments/Editor/tests/cursor/deleteCharacter02-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter02-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter02-input.html
diff --git a/Editor/tests/cursor/deleteCharacter03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter03-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter03-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter03-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter03-input.html b/experiments/Editor/tests/cursor/deleteCharacter03-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter03-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter03-input.html
diff --git a/Editor/tests/cursor/deleteCharacter04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter04-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter04-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter04-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter04-input.html b/experiments/Editor/tests/cursor/deleteCharacter04-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter04-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter04-input.html
diff --git a/Editor/tests/cursor/deleteCharacter04a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter04a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter04a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter04a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter04a-input.html b/experiments/Editor/tests/cursor/deleteCharacter04a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter04a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter04a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter04b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter04b-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter04b-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter04b-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter04b-input.html b/experiments/Editor/tests/cursor/deleteCharacter04b-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter04b-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter04b-input.html
diff --git a/Editor/tests/cursor/deleteCharacter05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter05-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter05-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter05-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter05-input.html b/experiments/Editor/tests/cursor/deleteCharacter05-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter05-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter05-input.html
diff --git a/Editor/tests/cursor/deleteCharacter05a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter05a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter05a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter05a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter05a-input.html b/experiments/Editor/tests/cursor/deleteCharacter05a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter05a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter05a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter05b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter05b-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter05b-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter05b-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter05b-input.html b/experiments/Editor/tests/cursor/deleteCharacter05b-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter05b-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter05b-input.html
diff --git a/Editor/tests/cursor/deleteCharacter06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter06-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter06-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter06-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter06-input.html b/experiments/Editor/tests/cursor/deleteCharacter06-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter06-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter06-input.html
diff --git a/Editor/tests/cursor/deleteCharacter06a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter06a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter06a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter06a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter06a-input.html b/experiments/Editor/tests/cursor/deleteCharacter06a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter06a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter06a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter06b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter06b-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter06b-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter06b-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter06b-input.html b/experiments/Editor/tests/cursor/deleteCharacter06b-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter06b-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter06b-input.html
diff --git a/Editor/tests/cursor/deleteCharacter07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter07-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter07-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter07-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter07-input.html b/experiments/Editor/tests/cursor/deleteCharacter07-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter07-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter07-input.html
diff --git a/Editor/tests/cursor/deleteCharacter07a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter07a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter07a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter07a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter07a-input.html b/experiments/Editor/tests/cursor/deleteCharacter07a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter07a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter07a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter07b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter07b-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter07b-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter07b-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter07b-input.html b/experiments/Editor/tests/cursor/deleteCharacter07b-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter07b-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter07b-input.html
diff --git a/Editor/tests/cursor/deleteCharacter08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter08-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter08-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter08-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter08-input.html b/experiments/Editor/tests/cursor/deleteCharacter08-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter08-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter08-input.html
diff --git a/Editor/tests/cursor/deleteCharacter08a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter08a-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter08a-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter08a-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter08a-input.html b/experiments/Editor/tests/cursor/deleteCharacter08a-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter08a-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter08a-input.html
diff --git a/Editor/tests/cursor/deleteCharacter08b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter08b-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter08b-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter08b-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter08b-input.html b/experiments/Editor/tests/cursor/deleteCharacter08b-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter08b-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter08b-input.html
diff --git a/Editor/tests/cursor/deleteCharacter09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter09-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter09-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter09-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter09-input.html b/experiments/Editor/tests/cursor/deleteCharacter09-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter09-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter09-input.html
diff --git a/Editor/tests/cursor/deleteCharacter10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter10-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter10-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter10-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter10-input.html b/experiments/Editor/tests/cursor/deleteCharacter10-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter10-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter10-input.html
diff --git a/Editor/tests/cursor/deleteCharacter11-expected.html b/experiments/Editor/tests/cursor/deleteCharacter11-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter11-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter11-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter11-input.html b/experiments/Editor/tests/cursor/deleteCharacter11-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter11-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter11-input.html
diff --git a/Editor/tests/cursor/deleteCharacter12-expected.html b/experiments/Editor/tests/cursor/deleteCharacter12-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter12-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter12-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter12-input.html b/experiments/Editor/tests/cursor/deleteCharacter12-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter12-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter12-input.html
diff --git a/Editor/tests/cursor/deleteCharacter13-expected.html b/experiments/Editor/tests/cursor/deleteCharacter13-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter13-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter13-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter13-input.html b/experiments/Editor/tests/cursor/deleteCharacter13-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter13-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter13-input.html
diff --git a/Editor/tests/cursor/deleteCharacter14-expected.html b/experiments/Editor/tests/cursor/deleteCharacter14-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter14-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter14-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter14-input.html b/experiments/Editor/tests/cursor/deleteCharacter14-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter14-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter14-input.html
diff --git a/Editor/tests/cursor/deleteCharacter15-expected.html b/experiments/Editor/tests/cursor/deleteCharacter15-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter15-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter15-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter15-input.html b/experiments/Editor/tests/cursor/deleteCharacter15-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter15-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter15-input.html
diff --git a/Editor/tests/cursor/deleteCharacter16-expected.html b/experiments/Editor/tests/cursor/deleteCharacter16-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter16-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter16-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter16-input.html b/experiments/Editor/tests/cursor/deleteCharacter16-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter16-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter16-input.html
diff --git a/Editor/tests/cursor/deleteCharacter17-expected.html b/experiments/Editor/tests/cursor/deleteCharacter17-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter17-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter17-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter17-input.html b/experiments/Editor/tests/cursor/deleteCharacter17-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter17-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter17-input.html
diff --git a/Editor/tests/cursor/deleteCharacter18-expected.html b/experiments/Editor/tests/cursor/deleteCharacter18-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter18-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter18-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter18-input.html b/experiments/Editor/tests/cursor/deleteCharacter18-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter18-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter18-input.html
diff --git a/Editor/tests/cursor/deleteCharacter19-expected.html b/experiments/Editor/tests/cursor/deleteCharacter19-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter19-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter19-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter19-input.html b/experiments/Editor/tests/cursor/deleteCharacter19-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter19-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter19-input.html
diff --git a/Editor/tests/cursor/deleteCharacter20-expected.html b/experiments/Editor/tests/cursor/deleteCharacter20-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter20-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter20-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter20-input.html b/experiments/Editor/tests/cursor/deleteCharacter20-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter20-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter20-input.html
diff --git a/Editor/tests/cursor/deleteCharacter21-expected.html b/experiments/Editor/tests/cursor/deleteCharacter21-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter21-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter21-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter21-input.html b/experiments/Editor/tests/cursor/deleteCharacter21-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter21-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter21-input.html
diff --git a/Editor/tests/cursor/deleteCharacter22-expected.html b/experiments/Editor/tests/cursor/deleteCharacter22-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter22-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter22-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter22-input.html b/experiments/Editor/tests/cursor/deleteCharacter22-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter22-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter22-input.html
diff --git a/Editor/tests/cursor/deleteCharacter23-expected.html b/experiments/Editor/tests/cursor/deleteCharacter23-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter23-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter23-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter23-input.html b/experiments/Editor/tests/cursor/deleteCharacter23-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter23-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter23-input.html
diff --git a/Editor/tests/cursor/deleteCharacter24-expected.html b/experiments/Editor/tests/cursor/deleteCharacter24-expected.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter24-expected.html
rename to experiments/Editor/tests/cursor/deleteCharacter24-expected.html
diff --git a/Editor/tests/cursor/deleteCharacter24-input.html b/experiments/Editor/tests/cursor/deleteCharacter24-input.html
similarity index 100%
rename from Editor/tests/cursor/deleteCharacter24-input.html
rename to experiments/Editor/tests/cursor/deleteCharacter24-input.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod01-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod01-expected.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod01-expected.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod01-expected.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod01-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod01-input.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod01-input.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod01-input.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod02-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod02-expected.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod02-expected.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod02-expected.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod02-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod02-input.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod02-input.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod02-input.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod03-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod03-expected.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod03-expected.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod03-expected.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod03-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod03-input.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod03-input.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod03-input.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod04-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod04-expected.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod04-expected.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod04-expected.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod04-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod04-input.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod04-input.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod04-input.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod05-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod05-expected.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod05-expected.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod05-expected.html
diff --git a/Editor/tests/cursor/doubleSpacePeriod05-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod05-input.html
similarity index 100%
rename from Editor/tests/cursor/doubleSpacePeriod05-input.html
rename to experiments/Editor/tests/cursor/doubleSpacePeriod05-input.html
diff --git a/Editor/tests/cursor/enter-delete01-expected.html b/experiments/Editor/tests/cursor/enter-delete01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enter-delete01-expected.html
rename to experiments/Editor/tests/cursor/enter-delete01-expected.html
diff --git a/Editor/tests/cursor/enter-delete01-input.html b/experiments/Editor/tests/cursor/enter-delete01-input.html
similarity index 100%
rename from Editor/tests/cursor/enter-delete01-input.html
rename to experiments/Editor/tests/cursor/enter-delete01-input.html
diff --git a/Editor/tests/cursor/enter-delete02-expected.html b/experiments/Editor/tests/cursor/enter-delete02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enter-delete02-expected.html
rename to experiments/Editor/tests/cursor/enter-delete02-expected.html
diff --git a/Editor/tests/cursor/enter-delete02-input.html b/experiments/Editor/tests/cursor/enter-delete02-input.html
similarity index 100%
rename from Editor/tests/cursor/enter-delete02-input.html
rename to experiments/Editor/tests/cursor/enter-delete02-input.html
diff --git a/Editor/tests/cursor/enter-delete03-expected.html b/experiments/Editor/tests/cursor/enter-delete03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enter-delete03-expected.html
rename to experiments/Editor/tests/cursor/enter-delete03-expected.html
diff --git a/Editor/tests/cursor/enter-delete03-input.html b/experiments/Editor/tests/cursor/enter-delete03-input.html
similarity index 100%
rename from Editor/tests/cursor/enter-delete03-input.html
rename to experiments/Editor/tests/cursor/enter-delete03-input.html
diff --git a/Editor/tests/cursor/enterAfterFigure01-expected.html b/experiments/Editor/tests/cursor/enterAfterFigure01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterFigure01-expected.html
rename to experiments/Editor/tests/cursor/enterAfterFigure01-expected.html
diff --git a/Editor/tests/cursor/enterAfterFigure01-input.html b/experiments/Editor/tests/cursor/enterAfterFigure01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterFigure01-input.html
rename to experiments/Editor/tests/cursor/enterAfterFigure01-input.html
diff --git a/Editor/tests/cursor/enterAfterFigure02-expected.html b/experiments/Editor/tests/cursor/enterAfterFigure02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterFigure02-expected.html
rename to experiments/Editor/tests/cursor/enterAfterFigure02-expected.html
diff --git a/Editor/tests/cursor/enterAfterFigure02-input.html b/experiments/Editor/tests/cursor/enterAfterFigure02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterFigure02-input.html
rename to experiments/Editor/tests/cursor/enterAfterFigure02-input.html
diff --git a/Editor/tests/cursor/enterAfterFigure03-expected.html b/experiments/Editor/tests/cursor/enterAfterFigure03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterFigure03-expected.html
rename to experiments/Editor/tests/cursor/enterAfterFigure03-expected.html
diff --git a/Editor/tests/cursor/enterAfterFigure03-input.html b/experiments/Editor/tests/cursor/enterAfterFigure03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterFigure03-input.html
rename to experiments/Editor/tests/cursor/enterAfterFigure03-input.html
diff --git a/Editor/tests/cursor/enterAfterTable01-expected.html b/experiments/Editor/tests/cursor/enterAfterTable01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterTable01-expected.html
rename to experiments/Editor/tests/cursor/enterAfterTable01-expected.html
diff --git a/Editor/tests/cursor/enterAfterTable01-input.html b/experiments/Editor/tests/cursor/enterAfterTable01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterTable01-input.html
rename to experiments/Editor/tests/cursor/enterAfterTable01-input.html
diff --git a/Editor/tests/cursor/enterAfterTable02-expected.html b/experiments/Editor/tests/cursor/enterAfterTable02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterTable02-expected.html
rename to experiments/Editor/tests/cursor/enterAfterTable02-expected.html
diff --git a/Editor/tests/cursor/enterAfterTable02-input.html b/experiments/Editor/tests/cursor/enterAfterTable02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterTable02-input.html
rename to experiments/Editor/tests/cursor/enterAfterTable02-input.html
diff --git a/Editor/tests/cursor/enterAfterTable03-expected.html b/experiments/Editor/tests/cursor/enterAfterTable03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterTable03-expected.html
rename to experiments/Editor/tests/cursor/enterAfterTable03-expected.html
diff --git a/Editor/tests/cursor/enterAfterTable03-input.html b/experiments/Editor/tests/cursor/enterAfterTable03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterAfterTable03-input.html
rename to experiments/Editor/tests/cursor/enterAfterTable03-input.html
diff --git a/Editor/tests/cursor/enterBeforeFigure01-expected.html b/experiments/Editor/tests/cursor/enterBeforeFigure01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeFigure01-expected.html
rename to experiments/Editor/tests/cursor/enterBeforeFigure01-expected.html
diff --git a/Editor/tests/cursor/enterBeforeFigure01-input.html b/experiments/Editor/tests/cursor/enterBeforeFigure01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeFigure01-input.html
rename to experiments/Editor/tests/cursor/enterBeforeFigure01-input.html
diff --git a/Editor/tests/cursor/enterBeforeFigure02-expected.html b/experiments/Editor/tests/cursor/enterBeforeFigure02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeFigure02-expected.html
rename to experiments/Editor/tests/cursor/enterBeforeFigure02-expected.html
diff --git a/Editor/tests/cursor/enterBeforeFigure02-input.html b/experiments/Editor/tests/cursor/enterBeforeFigure02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeFigure02-input.html
rename to experiments/Editor/tests/cursor/enterBeforeFigure02-input.html
diff --git a/Editor/tests/cursor/enterBeforeFigure03-expected.html b/experiments/Editor/tests/cursor/enterBeforeFigure03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeFigure03-expected.html
rename to experiments/Editor/tests/cursor/enterBeforeFigure03-expected.html
diff --git a/Editor/tests/cursor/enterBeforeFigure03-input.html b/experiments/Editor/tests/cursor/enterBeforeFigure03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeFigure03-input.html
rename to experiments/Editor/tests/cursor/enterBeforeFigure03-input.html
diff --git a/Editor/tests/cursor/enterBeforeTable01-expected.html b/experiments/Editor/tests/cursor/enterBeforeTable01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeTable01-expected.html
rename to experiments/Editor/tests/cursor/enterBeforeTable01-expected.html
diff --git a/Editor/tests/cursor/enterBeforeTable01-input.html b/experiments/Editor/tests/cursor/enterBeforeTable01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeTable01-input.html
rename to experiments/Editor/tests/cursor/enterBeforeTable01-input.html
diff --git a/Editor/tests/cursor/enterBeforeTable02-expected.html b/experiments/Editor/tests/cursor/enterBeforeTable02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeTable02-expected.html
rename to experiments/Editor/tests/cursor/enterBeforeTable02-expected.html
diff --git a/Editor/tests/cursor/enterBeforeTable02-input.html b/experiments/Editor/tests/cursor/enterBeforeTable02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeTable02-input.html
rename to experiments/Editor/tests/cursor/enterBeforeTable02-input.html
diff --git a/Editor/tests/cursor/enterBeforeTable03-expected.html b/experiments/Editor/tests/cursor/enterBeforeTable03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeTable03-expected.html
rename to experiments/Editor/tests/cursor/enterBeforeTable03-expected.html
diff --git a/Editor/tests/cursor/enterBeforeTable03-input.html b/experiments/Editor/tests/cursor/enterBeforeTable03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterBeforeTable03-input.html
rename to experiments/Editor/tests/cursor/enterBeforeTable03-input.html
diff --git a/Editor/tests/cursor/enterPressed-caption01-expected.html b/experiments/Editor/tests/cursor/enterPressed-caption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-caption01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-caption01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-caption01-input.html b/experiments/Editor/tests/cursor/enterPressed-caption01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-caption01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-caption01-input.html
diff --git a/Editor/tests/cursor/enterPressed-caption02-expected.html b/experiments/Editor/tests/cursor/enterPressed-caption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-caption02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-caption02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-caption02-input.html b/experiments/Editor/tests/cursor/enterPressed-caption02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-caption02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-caption02-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer02a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer03a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer04-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer05-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer05-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer05-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer05a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer05a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer06-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer06-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer06-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer06a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer06a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer07-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer07-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer07-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer07a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer07a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer08-input.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote01-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote01-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote01-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote02-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote02-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote02-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote03-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote03-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote03-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote04-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote04-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote04-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote05-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote05-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote05-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote06-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote06-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote06-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote07-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote07-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote07-input.html
diff --git a/Editor/tests/cursor/enterPressed-endnote08-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-endnote08-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-endnote08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-endnote08-input.html
diff --git a/Editor/tests/cursor/enterPressed-figcaption01-expected.html b/experiments/Editor/tests/cursor/enterPressed-figcaption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-figcaption01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-figcaption01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-figcaption01-input.html b/experiments/Editor/tests/cursor/enterPressed-figcaption01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-figcaption01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-figcaption01-input.html
diff --git a/Editor/tests/cursor/enterPressed-figcaption02-expected.html b/experiments/Editor/tests/cursor/enterPressed-figcaption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-figcaption02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-figcaption02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-figcaption02-input.html b/experiments/Editor/tests/cursor/enterPressed-figcaption02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-figcaption02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-figcaption02-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote01-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote01-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote01-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote02-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote02-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote02-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote03-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote03-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote03-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote04-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote04-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote04-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote05-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote05-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote05-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote06-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote06-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote06-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote07-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote07-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote07-input.html
diff --git a/Editor/tests/cursor/enterPressed-footnote08-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-footnote08-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-footnote08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-footnote08-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading01-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading01-input.html b/experiments/Editor/tests/cursor/enterPressed-heading01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading01-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading02-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading02-input.html b/experiments/Editor/tests/cursor/enterPressed-heading02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading02-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading03-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading03-input.html b/experiments/Editor/tests/cursor/enterPressed-heading03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading03-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading04-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading04-input.html b/experiments/Editor/tests/cursor/enterPressed-heading04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading04-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading05-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading05-input.html b/experiments/Editor/tests/cursor/enterPressed-heading05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading05-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading06-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading06-input.html b/experiments/Editor/tests/cursor/enterPressed-heading06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading06-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading07-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading07-input.html b/experiments/Editor/tests/cursor/enterPressed-heading07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading07-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading08-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading08-input.html b/experiments/Editor/tests/cursor/enterPressed-heading08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading08-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading09-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading09-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading09-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading09-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading09-input.html b/experiments/Editor/tests/cursor/enterPressed-heading09-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading09-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading09-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading10-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading10-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading10-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading10-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading10-input.html b/experiments/Editor/tests/cursor/enterPressed-heading10-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading10-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading10-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading11-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading11-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading11-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading11-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading11-input.html b/experiments/Editor/tests/cursor/enterPressed-heading11-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading11-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading11-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading12-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading12-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading12-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading12-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading12-input.html b/experiments/Editor/tests/cursor/enterPressed-heading12-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading12-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading12-input.html
diff --git a/Editor/tests/cursor/enterPressed-heading13-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading13-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading13-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-heading13-expected.html
diff --git a/Editor/tests/cursor/enterPressed-heading13-input.html b/experiments/Editor/tests/cursor/enterPressed-heading13-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-heading13-input.html
rename to experiments/Editor/tests/cursor/enterPressed-heading13-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop01-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop01-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop01-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop02-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop02-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop02-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop03-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop03-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop03-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop04-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop04-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop04-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop05-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop05-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop05-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop06-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop06-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop06-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop07-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop07-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop07-input.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop08-expected.html b/experiments/Editor/tests/cursor/enterPressed-list-nop08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list-nop08-input.html b/experiments/Editor/tests/cursor/enterPressed-list-nop08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list-nop08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list-nop08-input.html
diff --git a/Editor/tests/cursor/enterPressed-list01-expected.html b/experiments/Editor/tests/cursor/enterPressed-list01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list01-input.html b/experiments/Editor/tests/cursor/enterPressed-list01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list01-input.html
diff --git a/Editor/tests/cursor/enterPressed-list02-expected.html b/experiments/Editor/tests/cursor/enterPressed-list02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list02-input.html b/experiments/Editor/tests/cursor/enterPressed-list02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list02-input.html
diff --git a/Editor/tests/cursor/enterPressed-list03-expected.html b/experiments/Editor/tests/cursor/enterPressed-list03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list03-input.html b/experiments/Editor/tests/cursor/enterPressed-list03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list03-input.html
diff --git a/Editor/tests/cursor/enterPressed-list04-expected.html b/experiments/Editor/tests/cursor/enterPressed-list04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list04-input.html b/experiments/Editor/tests/cursor/enterPressed-list04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list04-input.html
diff --git a/Editor/tests/cursor/enterPressed-list05-expected.html b/experiments/Editor/tests/cursor/enterPressed-list05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list05-input.html b/experiments/Editor/tests/cursor/enterPressed-list05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list05-input.html
diff --git a/Editor/tests/cursor/enterPressed-list06-expected.html b/experiments/Editor/tests/cursor/enterPressed-list06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list06-input.html b/experiments/Editor/tests/cursor/enterPressed-list06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list06-input.html
diff --git a/Editor/tests/cursor/enterPressed-list07-expected.html b/experiments/Editor/tests/cursor/enterPressed-list07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list07-input.html b/experiments/Editor/tests/cursor/enterPressed-list07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list07-input.html
diff --git a/Editor/tests/cursor/enterPressed-list08-expected.html b/experiments/Editor/tests/cursor/enterPressed-list08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list08-input.html b/experiments/Editor/tests/cursor/enterPressed-list08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list08-input.html
diff --git a/Editor/tests/cursor/enterPressed-list09-expected.html b/experiments/Editor/tests/cursor/enterPressed-list09-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list09-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list09-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list09-input.html b/experiments/Editor/tests/cursor/enterPressed-list09-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list09-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list09-input.html
diff --git a/Editor/tests/cursor/enterPressed-list10-expected.html b/experiments/Editor/tests/cursor/enterPressed-list10-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list10-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list10-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list10-input.html b/experiments/Editor/tests/cursor/enterPressed-list10-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list10-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list10-input.html
diff --git a/Editor/tests/cursor/enterPressed-list11-expected.html b/experiments/Editor/tests/cursor/enterPressed-list11-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list11-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list11-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list11-input.html b/experiments/Editor/tests/cursor/enterPressed-list11-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list11-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list11-input.html
diff --git a/Editor/tests/cursor/enterPressed-list12-expected.html b/experiments/Editor/tests/cursor/enterPressed-list12-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list12-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list12-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list12-input.html b/experiments/Editor/tests/cursor/enterPressed-list12-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list12-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list12-input.html
diff --git a/Editor/tests/cursor/enterPressed-list13-expected.html b/experiments/Editor/tests/cursor/enterPressed-list13-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list13-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list13-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list13-input.html b/experiments/Editor/tests/cursor/enterPressed-list13-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list13-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list13-input.html
diff --git a/Editor/tests/cursor/enterPressed-list14-expected.html b/experiments/Editor/tests/cursor/enterPressed-list14-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list14-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list14-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list14-input.html b/experiments/Editor/tests/cursor/enterPressed-list14-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list14-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list14-input.html
diff --git a/Editor/tests/cursor/enterPressed-list15-expected.html b/experiments/Editor/tests/cursor/enterPressed-list15-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list15-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list15-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list15-input.html b/experiments/Editor/tests/cursor/enterPressed-list15-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list15-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list15-input.html
diff --git a/Editor/tests/cursor/enterPressed-list16-expected.html b/experiments/Editor/tests/cursor/enterPressed-list16-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list16-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list16-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list16-input.html b/experiments/Editor/tests/cursor/enterPressed-list16-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list16-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list16-input.html
diff --git a/Editor/tests/cursor/enterPressed-list17-expected.html b/experiments/Editor/tests/cursor/enterPressed-list17-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list17-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list17-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list17-input.html b/experiments/Editor/tests/cursor/enterPressed-list17-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list17-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list17-input.html
diff --git a/Editor/tests/cursor/enterPressed-list18-expected.html b/experiments/Editor/tests/cursor/enterPressed-list18-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list18-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list18-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list18-input.html b/experiments/Editor/tests/cursor/enterPressed-list18-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list18-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list18-input.html
diff --git a/Editor/tests/cursor/enterPressed-list19-expected.html b/experiments/Editor/tests/cursor/enterPressed-list19-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list19-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list19-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list19-input.html b/experiments/Editor/tests/cursor/enterPressed-list19-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list19-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list19-input.html
diff --git a/Editor/tests/cursor/enterPressed-list20-expected.html b/experiments/Editor/tests/cursor/enterPressed-list20-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list20-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list20-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list20-input.html b/experiments/Editor/tests/cursor/enterPressed-list20-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list20-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list20-input.html
diff --git a/Editor/tests/cursor/enterPressed-list21-expected.html b/experiments/Editor/tests/cursor/enterPressed-list21-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list21-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list21-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list21-input.html b/experiments/Editor/tests/cursor/enterPressed-list21-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list21-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list21-input.html
diff --git a/Editor/tests/cursor/enterPressed-list22-expected.html b/experiments/Editor/tests/cursor/enterPressed-list22-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list22-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list22-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list22-input.html b/experiments/Editor/tests/cursor/enterPressed-list22-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list22-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list22-input.html
diff --git a/Editor/tests/cursor/enterPressed-list23-expected.html b/experiments/Editor/tests/cursor/enterPressed-list23-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list23-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list23-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list23-input.html b/experiments/Editor/tests/cursor/enterPressed-list23-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list23-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list23-input.html
diff --git a/Editor/tests/cursor/enterPressed-list24-expected.html b/experiments/Editor/tests/cursor/enterPressed-list24-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list24-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list24-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list24-input.html b/experiments/Editor/tests/cursor/enterPressed-list24-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list24-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list24-input.html
diff --git a/Editor/tests/cursor/enterPressed-list25-expected.html b/experiments/Editor/tests/cursor/enterPressed-list25-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list25-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list25-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list25-input.html b/experiments/Editor/tests/cursor/enterPressed-list25-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list25-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list25-input.html
diff --git a/Editor/tests/cursor/enterPressed-list26-expected.html b/experiments/Editor/tests/cursor/enterPressed-list26-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list26-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list26-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list26-input.html b/experiments/Editor/tests/cursor/enterPressed-list26-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list26-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list26-input.html
diff --git a/Editor/tests/cursor/enterPressed-list27-expected.html b/experiments/Editor/tests/cursor/enterPressed-list27-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list27-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list27-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list27-input.html b/experiments/Editor/tests/cursor/enterPressed-list27-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list27-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list27-input.html
diff --git a/Editor/tests/cursor/enterPressed-list28-expected.html b/experiments/Editor/tests/cursor/enterPressed-list28-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list28-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list28-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list28-input.html b/experiments/Editor/tests/cursor/enterPressed-list28-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list28-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list28-input.html
diff --git a/Editor/tests/cursor/enterPressed-list29-expected.html b/experiments/Editor/tests/cursor/enterPressed-list29-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list29-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list29-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list29-input.html b/experiments/Editor/tests/cursor/enterPressed-list29-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list29-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list29-input.html
diff --git a/Editor/tests/cursor/enterPressed-list30-expected.html b/experiments/Editor/tests/cursor/enterPressed-list30-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list30-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list30-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list30-input.html b/experiments/Editor/tests/cursor/enterPressed-list30-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list30-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list30-input.html
diff --git a/Editor/tests/cursor/enterPressed-list31-expected.html b/experiments/Editor/tests/cursor/enterPressed-list31-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list31-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list31-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list31-input.html b/experiments/Editor/tests/cursor/enterPressed-list31-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list31-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list31-input.html
diff --git a/Editor/tests/cursor/enterPressed-list32-expected.html b/experiments/Editor/tests/cursor/enterPressed-list32-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list32-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list32-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list32-input.html b/experiments/Editor/tests/cursor/enterPressed-list32-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list32-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list32-input.html
diff --git a/Editor/tests/cursor/enterPressed-list33-expected.html b/experiments/Editor/tests/cursor/enterPressed-list33-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list33-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-list33-expected.html
diff --git a/Editor/tests/cursor/enterPressed-list33-input.html b/experiments/Editor/tests/cursor/enterPressed-list33-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-list33-input.html
rename to experiments/Editor/tests/cursor/enterPressed-list33-input.html
diff --git a/Editor/tests/cursor/enterPressed-next01-expected.html b/experiments/Editor/tests/cursor/enterPressed-next01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next01-input.html b/experiments/Editor/tests/cursor/enterPressed-next01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next01-input.html
diff --git a/Editor/tests/cursor/enterPressed-next02-expected.html b/experiments/Editor/tests/cursor/enterPressed-next02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next02-input.html b/experiments/Editor/tests/cursor/enterPressed-next02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next02-input.html
diff --git a/Editor/tests/cursor/enterPressed-next03-expected.html b/experiments/Editor/tests/cursor/enterPressed-next03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next03-input.html b/experiments/Editor/tests/cursor/enterPressed-next03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next03-input.html
diff --git a/Editor/tests/cursor/enterPressed-next04-expected.html b/experiments/Editor/tests/cursor/enterPressed-next04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next04-input.html b/experiments/Editor/tests/cursor/enterPressed-next04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next04-input.html
diff --git a/Editor/tests/cursor/enterPressed-next05a-expected.html b/experiments/Editor/tests/cursor/enterPressed-next05a-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05a-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next05a-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next05a-input.html b/experiments/Editor/tests/cursor/enterPressed-next05a-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05a-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next05a-input.html
diff --git a/Editor/tests/cursor/enterPressed-next05b-expected.html b/experiments/Editor/tests/cursor/enterPressed-next05b-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05b-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next05b-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next05b-input.html b/experiments/Editor/tests/cursor/enterPressed-next05b-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05b-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next05b-input.html
diff --git a/Editor/tests/cursor/enterPressed-next05c-expected.html b/experiments/Editor/tests/cursor/enterPressed-next05c-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05c-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next05c-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next05c-input.html b/experiments/Editor/tests/cursor/enterPressed-next05c-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05c-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next05c-input.html
diff --git a/Editor/tests/cursor/enterPressed-next05d-expected.html b/experiments/Editor/tests/cursor/enterPressed-next05d-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05d-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next05d-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next05d-input.html b/experiments/Editor/tests/cursor/enterPressed-next05d-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05d-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next05d-input.html
diff --git a/Editor/tests/cursor/enterPressed-next05e-expected.html b/experiments/Editor/tests/cursor/enterPressed-next05e-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05e-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next05e-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next05e-input.html b/experiments/Editor/tests/cursor/enterPressed-next05e-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next05e-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next05e-input.html
diff --git a/Editor/tests/cursor/enterPressed-next06-expected.html b/experiments/Editor/tests/cursor/enterPressed-next06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next06-input.html b/experiments/Editor/tests/cursor/enterPressed-next06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next06-input.html
diff --git a/Editor/tests/cursor/enterPressed-next07-expected.html b/experiments/Editor/tests/cursor/enterPressed-next07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next07-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next07-input.html b/experiments/Editor/tests/cursor/enterPressed-next07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next07-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next07-input.html
diff --git a/Editor/tests/cursor/enterPressed-next08-expected.html b/experiments/Editor/tests/cursor/enterPressed-next08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next08-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next08-input.html b/experiments/Editor/tests/cursor/enterPressed-next08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next08-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next08-input.html
diff --git a/Editor/tests/cursor/enterPressed-next09-expected.html b/experiments/Editor/tests/cursor/enterPressed-next09-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next09-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-next09-expected.html
diff --git a/Editor/tests/cursor/enterPressed-next09-input.html b/experiments/Editor/tests/cursor/enterPressed-next09-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-next09-input.html
rename to experiments/Editor/tests/cursor/enterPressed-next09-input.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass01-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass01-input.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass02-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass02-input.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass03-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass03-input.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass04-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass04-input.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass05-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass05-input.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass05-input.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html
diff --git a/Editor/tests/cursor/enterPressed-paragraphClass06-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-paragraphClass06-input.html
rename to experiments/Editor/tests/cursor/enterPressed-paragraphClass06-input.html
diff --git a/Editor/tests/cursor/enterPressed-selection01-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-selection01-expected.html
diff --git a/Editor/tests/cursor/enterPressed-selection01-input.html b/experiments/Editor/tests/cursor/enterPressed-selection01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection01-input.html
rename to experiments/Editor/tests/cursor/enterPressed-selection01-input.html
diff --git a/Editor/tests/cursor/enterPressed-selection02-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-selection02-expected.html
diff --git a/Editor/tests/cursor/enterPressed-selection02-input.html b/experiments/Editor/tests/cursor/enterPressed-selection02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection02-input.html
rename to experiments/Editor/tests/cursor/enterPressed-selection02-input.html
diff --git a/Editor/tests/cursor/enterPressed-selection03-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-selection03-expected.html
diff --git a/Editor/tests/cursor/enterPressed-selection03-input.html b/experiments/Editor/tests/cursor/enterPressed-selection03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection03-input.html
rename to experiments/Editor/tests/cursor/enterPressed-selection03-input.html
diff --git a/Editor/tests/cursor/enterPressed-selection04-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed-selection04-expected.html
diff --git a/Editor/tests/cursor/enterPressed-selection04-input.html b/experiments/Editor/tests/cursor/enterPressed-selection04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed-selection04-input.html
rename to experiments/Editor/tests/cursor/enterPressed-selection04-input.html
diff --git a/Editor/tests/cursor/enterPressed01-expected.html b/experiments/Editor/tests/cursor/enterPressed01-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed01-expected.html
rename to experiments/Editor/tests/cursor/enterPressed01-expected.html
diff --git a/Editor/tests/cursor/enterPressed01-input.html b/experiments/Editor/tests/cursor/enterPressed01-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed01-input.html
rename to experiments/Editor/tests/cursor/enterPressed01-input.html
diff --git a/Editor/tests/cursor/enterPressed02-expected.html b/experiments/Editor/tests/cursor/enterPressed02-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed02-expected.html
rename to experiments/Editor/tests/cursor/enterPressed02-expected.html
diff --git a/Editor/tests/cursor/enterPressed02-input.html b/experiments/Editor/tests/cursor/enterPressed02-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed02-input.html
rename to experiments/Editor/tests/cursor/enterPressed02-input.html
diff --git a/Editor/tests/cursor/enterPressed03-expected.html b/experiments/Editor/tests/cursor/enterPressed03-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed03-expected.html
rename to experiments/Editor/tests/cursor/enterPressed03-expected.html
diff --git a/Editor/tests/cursor/enterPressed03-input.html b/experiments/Editor/tests/cursor/enterPressed03-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed03-input.html
rename to experiments/Editor/tests/cursor/enterPressed03-input.html
diff --git a/Editor/tests/cursor/enterPressed04-expected.html b/experiments/Editor/tests/cursor/enterPressed04-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed04-expected.html
rename to experiments/Editor/tests/cursor/enterPressed04-expected.html
diff --git a/Editor/tests/cursor/enterPressed04-input.html b/experiments/Editor/tests/cursor/enterPressed04-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed04-input.html
rename to experiments/Editor/tests/cursor/enterPressed04-input.html
diff --git a/Editor/tests/cursor/enterPressed05-expected.html b/experiments/Editor/tests/cursor/enterPressed05-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed05-expected.html
rename to experiments/Editor/tests/cursor/enterPressed05-expected.html
diff --git a/Editor/tests/cursor/enterPressed05-input.html b/experiments/Editor/tests/cursor/enterPressed05-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed05-input.html
rename to experiments/Editor/tests/cursor/enterPressed05-input.html
diff --git a/Editor/tests/cursor/enterPressed06-expected.html b/experiments/Editor/tests/cursor/enterPressed06-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed06-expected.html
rename to experiments/Editor/tests/cursor/enterPressed06-expected.html
diff --git a/Editor/tests/cursor/enterPressed06-input.html b/experiments/Editor/tests/cursor/enterPressed06-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed06-input.html
rename to experiments/Editor/tests/cursor/enterPressed06-input.html
diff --git a/Editor/tests/cursor/enterPressed07-expected.html b/experiments/Editor/tests/cursor/enterPressed07-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed07-expected.html
rename to experiments/Editor/tests/cursor/enterPressed07-expected.html
diff --git a/Editor/tests/cursor/enterPressed07-input.html b/experiments/Editor/tests/cursor/enterPressed07-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed07-input.html
rename to experiments/Editor/tests/cursor/enterPressed07-input.html
diff --git a/Editor/tests/cursor/enterPressed08-expected.html b/experiments/Editor/tests/cursor/enterPressed08-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed08-expected.html
rename to experiments/Editor/tests/cursor/enterPressed08-expected.html
diff --git a/Editor/tests/cursor/enterPressed08-input.html b/experiments/Editor/tests/cursor/enterPressed08-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed08-input.html
rename to experiments/Editor/tests/cursor/enterPressed08-input.html
diff --git a/Editor/tests/cursor/enterPressed09-expected.html b/experiments/Editor/tests/cursor/enterPressed09-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed09-expected.html
rename to experiments/Editor/tests/cursor/enterPressed09-expected.html
diff --git a/Editor/tests/cursor/enterPressed09-input.html b/experiments/Editor/tests/cursor/enterPressed09-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed09-input.html
rename to experiments/Editor/tests/cursor/enterPressed09-input.html
diff --git a/Editor/tests/cursor/enterPressed10-expected.html b/experiments/Editor/tests/cursor/enterPressed10-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed10-expected.html
rename to experiments/Editor/tests/cursor/enterPressed10-expected.html
diff --git a/Editor/tests/cursor/enterPressed10-input.html b/experiments/Editor/tests/cursor/enterPressed10-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed10-input.html
rename to experiments/Editor/tests/cursor/enterPressed10-input.html
diff --git a/Editor/tests/cursor/enterPressed11-expected.html b/experiments/Editor/tests/cursor/enterPressed11-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed11-expected.html
rename to experiments/Editor/tests/cursor/enterPressed11-expected.html
diff --git a/Editor/tests/cursor/enterPressed11-input.html b/experiments/Editor/tests/cursor/enterPressed11-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed11-input.html
rename to experiments/Editor/tests/cursor/enterPressed11-input.html
diff --git a/Editor/tests/cursor/enterPressed12-expected.html b/experiments/Editor/tests/cursor/enterPressed12-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed12-expected.html
rename to experiments/Editor/tests/cursor/enterPressed12-expected.html
diff --git a/Editor/tests/cursor/enterPressed12-input.html b/experiments/Editor/tests/cursor/enterPressed12-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed12-input.html
rename to experiments/Editor/tests/cursor/enterPressed12-input.html
diff --git a/Editor/tests/cursor/enterPressed13-expected.html b/experiments/Editor/tests/cursor/enterPressed13-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed13-expected.html
rename to experiments/Editor/tests/cursor/enterPressed13-expected.html
diff --git a/Editor/tests/cursor/enterPressed13-input.html b/experiments/Editor/tests/cursor/enterPressed13-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed13-input.html
rename to experiments/Editor/tests/cursor/enterPressed13-input.html
diff --git a/Editor/tests/cursor/enterPressed14-expected.html b/experiments/Editor/tests/cursor/enterPressed14-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed14-expected.html
rename to experiments/Editor/tests/cursor/enterPressed14-expected.html
diff --git a/Editor/tests/cursor/enterPressed14-input.html b/experiments/Editor/tests/cursor/enterPressed14-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed14-input.html
rename to experiments/Editor/tests/cursor/enterPressed14-input.html
diff --git a/Editor/tests/cursor/enterPressed15-expected.html b/experiments/Editor/tests/cursor/enterPressed15-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed15-expected.html
rename to experiments/Editor/tests/cursor/enterPressed15-expected.html
diff --git a/Editor/tests/cursor/enterPressed15-input.html b/experiments/Editor/tests/cursor/enterPressed15-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed15-input.html
rename to experiments/Editor/tests/cursor/enterPressed15-input.html
diff --git a/Editor/tests/cursor/enterPressed16-expected.html b/experiments/Editor/tests/cursor/enterPressed16-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed16-expected.html
rename to experiments/Editor/tests/cursor/enterPressed16-expected.html
diff --git a/Editor/tests/cursor/enterPressed16-input.html b/experiments/Editor/tests/cursor/enterPressed16-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed16-input.html
rename to experiments/Editor/tests/cursor/enterPressed16-input.html
diff --git a/Editor/tests/cursor/enterPressed17-expected.html b/experiments/Editor/tests/cursor/enterPressed17-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed17-expected.html
rename to experiments/Editor/tests/cursor/enterPressed17-expected.html
diff --git a/Editor/tests/cursor/enterPressed17-input.html b/experiments/Editor/tests/cursor/enterPressed17-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed17-input.html
rename to experiments/Editor/tests/cursor/enterPressed17-input.html
diff --git a/Editor/tests/cursor/enterPressed18-expected.html b/experiments/Editor/tests/cursor/enterPressed18-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed18-expected.html
rename to experiments/Editor/tests/cursor/enterPressed18-expected.html
diff --git a/Editor/tests/cursor/enterPressed18-input.html b/experiments/Editor/tests/cursor/enterPressed18-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed18-input.html
rename to experiments/Editor/tests/cursor/enterPressed18-input.html
diff --git a/Editor/tests/cursor/enterPressed19-expected.html b/experiments/Editor/tests/cursor/enterPressed19-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed19-expected.html
rename to experiments/Editor/tests/cursor/enterPressed19-expected.html
diff --git a/Editor/tests/cursor/enterPressed19-input.html b/experiments/Editor/tests/cursor/enterPressed19-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed19-input.html
rename to experiments/Editor/tests/cursor/enterPressed19-input.html
diff --git a/Editor/tests/cursor/enterPressed20-expected.html b/experiments/Editor/tests/cursor/enterPressed20-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed20-expected.html
rename to experiments/Editor/tests/cursor/enterPressed20-expected.html
diff --git a/Editor/tests/cursor/enterPressed20-input.html b/experiments/Editor/tests/cursor/enterPressed20-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed20-input.html
rename to experiments/Editor/tests/cursor/enterPressed20-input.html
diff --git a/Editor/tests/cursor/enterPressed21-expected.html b/experiments/Editor/tests/cursor/enterPressed21-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed21-expected.html
rename to experiments/Editor/tests/cursor/enterPressed21-expected.html
diff --git a/Editor/tests/cursor/enterPressed21-input.html b/experiments/Editor/tests/cursor/enterPressed21-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed21-input.html
rename to experiments/Editor/tests/cursor/enterPressed21-input.html
diff --git a/Editor/tests/cursor/enterPressed22-expected.html b/experiments/Editor/tests/cursor/enterPressed22-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed22-expected.html
rename to experiments/Editor/tests/cursor/enterPressed22-expected.html
diff --git a/Editor/tests/cursor/enterPressed22-input.html b/experiments/Editor/tests/cursor/enterPressed22-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed22-input.html
rename to experiments/Editor/tests/cursor/enterPressed22-input.html
diff --git a/Editor/tests/cursor/enterPressed23-expected.html b/experiments/Editor/tests/cursor/enterPressed23-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed23-expected.html
rename to experiments/Editor/tests/cursor/enterPressed23-expected.html
diff --git a/Editor/tests/cursor/enterPressed23-input.html b/experiments/Editor/tests/cursor/enterPressed23-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed23-input.html
rename to experiments/Editor/tests/cursor/enterPressed23-input.html
diff --git a/Editor/tests/cursor/enterPressed24-expected.html b/experiments/Editor/tests/cursor/enterPressed24-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed24-expected.html
rename to experiments/Editor/tests/cursor/enterPressed24-expected.html
diff --git a/Editor/tests/cursor/enterPressed24-input.html b/experiments/Editor/tests/cursor/enterPressed24-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed24-input.html
rename to experiments/Editor/tests/cursor/enterPressed24-input.html
diff --git a/Editor/tests/cursor/enterPressed25-expected.html b/experiments/Editor/tests/cursor/enterPressed25-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed25-expected.html
rename to experiments/Editor/tests/cursor/enterPressed25-expected.html
diff --git a/Editor/tests/cursor/enterPressed25-input.html b/experiments/Editor/tests/cursor/enterPressed25-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed25-input.html
rename to experiments/Editor/tests/cursor/enterPressed25-input.html
diff --git a/Editor/tests/cursor/enterPressed26-expected.html b/experiments/Editor/tests/cursor/enterPressed26-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed26-expected.html
rename to experiments/Editor/tests/cursor/enterPressed26-expected.html
diff --git a/Editor/tests/cursor/enterPressed26-input.html b/experiments/Editor/tests/cursor/enterPressed26-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed26-input.html
rename to experiments/Editor/tests/cursor/enterPressed26-input.html
diff --git a/Editor/tests/cursor/enterPressed27-expected.html b/experiments/Editor/tests/cursor/enterPressed27-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed27-expected.html
rename to experiments/Editor/tests/cursor/enterPressed27-expected.html
diff --git a/Editor/tests/cursor/enterPressed27-input.html b/experiments/Editor/tests/cursor/enterPressed27-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed27-input.html
rename to experiments/Editor/tests/cursor/enterPressed27-input.html
diff --git a/Editor/tests/cursor/enterPressed28-expected.html b/experiments/Editor/tests/cursor/enterPressed28-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed28-expected.html
rename to experiments/Editor/tests/cursor/enterPressed28-expected.html
diff --git a/Editor/tests/cursor/enterPressed28-input.html b/experiments/Editor/tests/cursor/enterPressed28-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed28-input.html
rename to experiments/Editor/tests/cursor/enterPressed28-input.html
diff --git a/Editor/tests/cursor/enterPressed29-expected.html b/experiments/Editor/tests/cursor/enterPressed29-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed29-expected.html
rename to experiments/Editor/tests/cursor/enterPressed29-expected.html
diff --git a/Editor/tests/cursor/enterPressed29-input.html b/experiments/Editor/tests/cursor/enterPressed29-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed29-input.html
rename to experiments/Editor/tests/cursor/enterPressed29-input.html
diff --git a/Editor/tests/cursor/enterPressed30-expected.html b/experiments/Editor/tests/cursor/enterPressed30-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed30-expected.html
rename to experiments/Editor/tests/cursor/enterPressed30-expected.html
diff --git a/Editor/tests/cursor/enterPressed30-input.html b/experiments/Editor/tests/cursor/enterPressed30-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed30-input.html
rename to experiments/Editor/tests/cursor/enterPressed30-input.html
diff --git a/Editor/tests/cursor/enterPressed31-expected.html b/experiments/Editor/tests/cursor/enterPressed31-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed31-expected.html
rename to experiments/Editor/tests/cursor/enterPressed31-expected.html
diff --git a/Editor/tests/cursor/enterPressed31-input.html b/experiments/Editor/tests/cursor/enterPressed31-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed31-input.html
rename to experiments/Editor/tests/cursor/enterPressed31-input.html
diff --git a/Editor/tests/cursor/enterPressed32-expected.html b/experiments/Editor/tests/cursor/enterPressed32-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed32-expected.html
rename to experiments/Editor/tests/cursor/enterPressed32-expected.html
diff --git a/Editor/tests/cursor/enterPressed32-input.html b/experiments/Editor/tests/cursor/enterPressed32-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed32-input.html
rename to experiments/Editor/tests/cursor/enterPressed32-input.html
diff --git a/Editor/tests/cursor/enterPressed33-expected.html b/experiments/Editor/tests/cursor/enterPressed33-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed33-expected.html
rename to experiments/Editor/tests/cursor/enterPressed33-expected.html
diff --git a/Editor/tests/cursor/enterPressed33-input.html b/experiments/Editor/tests/cursor/enterPressed33-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed33-input.html
rename to experiments/Editor/tests/cursor/enterPressed33-input.html
diff --git a/Editor/tests/cursor/enterPressed34-expected.html b/experiments/Editor/tests/cursor/enterPressed34-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed34-expected.html
rename to experiments/Editor/tests/cursor/enterPressed34-expected.html
diff --git a/Editor/tests/cursor/enterPressed34-input.html b/experiments/Editor/tests/cursor/enterPressed34-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed34-input.html
rename to experiments/Editor/tests/cursor/enterPressed34-input.html
diff --git a/Editor/tests/cursor/enterPressed35-expected.html b/experiments/Editor/tests/cursor/enterPressed35-expected.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed35-expected.html
rename to experiments/Editor/tests/cursor/enterPressed35-expected.html
diff --git a/Editor/tests/cursor/enterPressed35-input.html b/experiments/Editor/tests/cursor/enterPressed35-input.html
similarity index 100%
rename from Editor/tests/cursor/enterPressed35-input.html
rename to experiments/Editor/tests/cursor/enterPressed35-input.html
diff --git a/Editor/tests/cursor/insertCharacter-caption01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-caption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-caption01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-caption01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-caption01-input.html b/experiments/Editor/tests/cursor/insertCharacter-caption01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-caption01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-caption01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-caption02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-caption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-caption02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-caption02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-caption02-input.html b/experiments/Editor/tests/cursor/insertCharacter-caption02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-caption02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-caption02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-dash01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-dash01-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-dash02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-dash02-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-dash03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-dash03-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-dash04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-dash04-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-dash04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-dash04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty01-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty02-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty03-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty04-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty05-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty05-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty05-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty05-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty05-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty06-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty06-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty06-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty06-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty06-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty07-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty07-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty07-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty07-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty07-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty08-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty08-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty08-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty08-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty08-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty09-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty09-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty09-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty09-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty09-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty09-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty09-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty09-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty10-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty10-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty10-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty10-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty10-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty10-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty10-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty10-input.html
diff --git a/Editor/tests/cursor/insertCharacter-empty11-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty11-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty11-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty11-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-empty11-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty11-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-empty11-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-empty11-input.html
diff --git a/Editor/tests/cursor/insertCharacter-figcaption01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-figcaption01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-figcaption01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-figcaption01-input.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-figcaption01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-figcaption01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-figcaption02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-figcaption02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-figcaption02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-figcaption02-input.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-figcaption02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-figcaption02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list01-input.html b/experiments/Editor/tests/cursor/insertCharacter-list01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list02-input.html b/experiments/Editor/tests/cursor/insertCharacter-list02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list03-input.html b/experiments/Editor/tests/cursor/insertCharacter-list03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list04-input.html b/experiments/Editor/tests/cursor/insertCharacter-list04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list05-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list05-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list05-input.html b/experiments/Editor/tests/cursor/insertCharacter-list05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list05-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list05-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list06-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list06-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list06-input.html b/experiments/Editor/tests/cursor/insertCharacter-list06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list06-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list06-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list07-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list07-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list07-input.html b/experiments/Editor/tests/cursor/insertCharacter-list07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list07-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list07-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list08-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list08-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list08-input.html b/experiments/Editor/tests/cursor/insertCharacter-list08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list08-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list08-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list09-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list09-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list09-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list09-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list09-input.html b/experiments/Editor/tests/cursor/insertCharacter-list09-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list09-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list09-input.html
diff --git a/Editor/tests/cursor/insertCharacter-list10-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list10-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list10-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-list10-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-list10-input.html b/experiments/Editor/tests/cursor/insertCharacter-list10-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-list10-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-list10-input.html
diff --git a/Editor/tests/cursor/insertCharacter-quotes01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-quotes01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-quotes01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-quotes01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-quotes01-input.html b/experiments/Editor/tests/cursor/insertCharacter-quotes01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-quotes01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-quotes01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space01-input.html b/experiments/Editor/tests/cursor/insertCharacter-space01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space02-input.html b/experiments/Editor/tests/cursor/insertCharacter-space02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space03-input.html b/experiments/Editor/tests/cursor/insertCharacter-space03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space04-input.html b/experiments/Editor/tests/cursor/insertCharacter-space04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space05-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space05-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space05-input.html b/experiments/Editor/tests/cursor/insertCharacter-space05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space05-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space05-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space06-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space06-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space06-input.html b/experiments/Editor/tests/cursor/insertCharacter-space06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space06-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space06-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space07-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space07-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space07-input.html b/experiments/Editor/tests/cursor/insertCharacter-space07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space07-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space07-input.html
diff --git a/Editor/tests/cursor/insertCharacter-space08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space08-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-space08-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-space08-input.html b/experiments/Editor/tests/cursor/insertCharacter-space08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-space08-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-space08-input.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-spchar01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar01-input.html b/experiments/Editor/tests/cursor/insertCharacter-spchar01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-spchar02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar02-input.html b/experiments/Editor/tests/cursor/insertCharacter-spchar02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-spchar03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar03-input.html b/experiments/Editor/tests/cursor/insertCharacter-spchar03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-spchar04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-spchar04-input.html b/experiments/Editor/tests/cursor/insertCharacter-spchar04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-spchar04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-spchar04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table01-input.html b/experiments/Editor/tests/cursor/insertCharacter-table01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table02-input.html b/experiments/Editor/tests/cursor/insertCharacter-table02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table03-input.html b/experiments/Editor/tests/cursor/insertCharacter-table03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table04-input.html b/experiments/Editor/tests/cursor/insertCharacter-table04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table05-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table05-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table05-input.html b/experiments/Editor/tests/cursor/insertCharacter-table05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table05-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table05-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table06-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table06-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table06-input.html b/experiments/Editor/tests/cursor/insertCharacter-table06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table06-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table06-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table07-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table07-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table07-input.html b/experiments/Editor/tests/cursor/insertCharacter-table07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table07-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table07-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table08-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table08-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table08-input.html b/experiments/Editor/tests/cursor/insertCharacter-table08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table08-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table08-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table09-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table09-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table09-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table09-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table09-input.html b/experiments/Editor/tests/cursor/insertCharacter-table09-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table09-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table09-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table10-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table10-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table10-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table10-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table10-input.html b/experiments/Editor/tests/cursor/insertCharacter-table10-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table10-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table10-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table11-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table11-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table11-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table11-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table11-input.html b/experiments/Editor/tests/cursor/insertCharacter-table11-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table11-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table11-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table12-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table12-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table12-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table12-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table12-input.html b/experiments/Editor/tests/cursor/insertCharacter-table12-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table12-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table12-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table13-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table13-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table13-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table13-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table13-input.html b/experiments/Editor/tests/cursor/insertCharacter-table13-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table13-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table13-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table14-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table14-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table14-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table14-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table14-input.html b/experiments/Editor/tests/cursor/insertCharacter-table14-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table14-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table14-input.html
diff --git a/Editor/tests/cursor/insertCharacter-table15-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table15-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table15-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-table15-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-table15-input.html b/experiments/Editor/tests/cursor/insertCharacter-table15-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-table15-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-table15-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph01-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph02-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph03-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph04-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph05-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph05-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph06-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph06-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph07-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph07-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph08-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph08-expected.html
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph08-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter-toparagraph08-input.html
rename to experiments/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
diff --git a/Editor/tests/cursor/insertCharacter01-expected.html b/experiments/Editor/tests/cursor/insertCharacter01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter01-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter01-expected.html
diff --git a/Editor/tests/cursor/insertCharacter01-input.html b/experiments/Editor/tests/cursor/insertCharacter01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter01-input.html
rename to experiments/Editor/tests/cursor/insertCharacter01-input.html
diff --git a/Editor/tests/cursor/insertCharacter02-expected.html b/experiments/Editor/tests/cursor/insertCharacter02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter02-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter02-expected.html
diff --git a/Editor/tests/cursor/insertCharacter02-input.html b/experiments/Editor/tests/cursor/insertCharacter02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter02-input.html
rename to experiments/Editor/tests/cursor/insertCharacter02-input.html
diff --git a/Editor/tests/cursor/insertCharacter03-expected.html b/experiments/Editor/tests/cursor/insertCharacter03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter03-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter03-expected.html
diff --git a/Editor/tests/cursor/insertCharacter03-input.html b/experiments/Editor/tests/cursor/insertCharacter03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter03-input.html
rename to experiments/Editor/tests/cursor/insertCharacter03-input.html
diff --git a/Editor/tests/cursor/insertCharacter04-expected.html b/experiments/Editor/tests/cursor/insertCharacter04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter04-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter04-expected.html
diff --git a/Editor/tests/cursor/insertCharacter04-input.html b/experiments/Editor/tests/cursor/insertCharacter04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter04-input.html
rename to experiments/Editor/tests/cursor/insertCharacter04-input.html
diff --git a/Editor/tests/cursor/insertCharacter05-expected.html b/experiments/Editor/tests/cursor/insertCharacter05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter05-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter05-expected.html
diff --git a/Editor/tests/cursor/insertCharacter05-input.html b/experiments/Editor/tests/cursor/insertCharacter05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter05-input.html
rename to experiments/Editor/tests/cursor/insertCharacter05-input.html
diff --git a/Editor/tests/cursor/insertCharacter06-expected.html b/experiments/Editor/tests/cursor/insertCharacter06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter06-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter06-expected.html
diff --git a/Editor/tests/cursor/insertCharacter06-input.html b/experiments/Editor/tests/cursor/insertCharacter06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter06-input.html
rename to experiments/Editor/tests/cursor/insertCharacter06-input.html
diff --git a/Editor/tests/cursor/insertCharacter07-expected.html b/experiments/Editor/tests/cursor/insertCharacter07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter07-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter07-expected.html
diff --git a/Editor/tests/cursor/insertCharacter07-input.html b/experiments/Editor/tests/cursor/insertCharacter07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter07-input.html
rename to experiments/Editor/tests/cursor/insertCharacter07-input.html
diff --git a/Editor/tests/cursor/insertCharacter08-expected.html b/experiments/Editor/tests/cursor/insertCharacter08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter08-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter08-expected.html
diff --git a/Editor/tests/cursor/insertCharacter08-input.html b/experiments/Editor/tests/cursor/insertCharacter08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter08-input.html
rename to experiments/Editor/tests/cursor/insertCharacter08-input.html
diff --git a/Editor/tests/cursor/insertCharacter09-expected.html b/experiments/Editor/tests/cursor/insertCharacter09-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter09-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter09-expected.html
diff --git a/Editor/tests/cursor/insertCharacter09-input.html b/experiments/Editor/tests/cursor/insertCharacter09-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter09-input.html
rename to experiments/Editor/tests/cursor/insertCharacter09-input.html
diff --git a/Editor/tests/cursor/insertCharacter10-expected.html b/experiments/Editor/tests/cursor/insertCharacter10-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter10-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter10-expected.html
diff --git a/Editor/tests/cursor/insertCharacter10-input.html b/experiments/Editor/tests/cursor/insertCharacter10-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter10-input.html
rename to experiments/Editor/tests/cursor/insertCharacter10-input.html
diff --git a/Editor/tests/cursor/insertCharacter11-expected.html b/experiments/Editor/tests/cursor/insertCharacter11-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter11-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter11-expected.html
diff --git a/Editor/tests/cursor/insertCharacter11-input.html b/experiments/Editor/tests/cursor/insertCharacter11-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter11-input.html
rename to experiments/Editor/tests/cursor/insertCharacter11-input.html
diff --git a/Editor/tests/cursor/insertCharacter12-expected.html b/experiments/Editor/tests/cursor/insertCharacter12-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter12-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter12-expected.html
diff --git a/Editor/tests/cursor/insertCharacter12-input.html b/experiments/Editor/tests/cursor/insertCharacter12-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter12-input.html
rename to experiments/Editor/tests/cursor/insertCharacter12-input.html
diff --git a/Editor/tests/cursor/insertCharacter13-expected.html b/experiments/Editor/tests/cursor/insertCharacter13-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter13-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter13-expected.html
diff --git a/Editor/tests/cursor/insertCharacter13-input.html b/experiments/Editor/tests/cursor/insertCharacter13-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter13-input.html
rename to experiments/Editor/tests/cursor/insertCharacter13-input.html
diff --git a/Editor/tests/cursor/insertCharacter14-expected.html b/experiments/Editor/tests/cursor/insertCharacter14-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter14-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter14-expected.html
diff --git a/Editor/tests/cursor/insertCharacter14-input.html b/experiments/Editor/tests/cursor/insertCharacter14-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter14-input.html
rename to experiments/Editor/tests/cursor/insertCharacter14-input.html
diff --git a/Editor/tests/cursor/insertCharacter15-expected.html b/experiments/Editor/tests/cursor/insertCharacter15-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter15-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter15-expected.html
diff --git a/Editor/tests/cursor/insertCharacter15-input.html b/experiments/Editor/tests/cursor/insertCharacter15-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter15-input.html
rename to experiments/Editor/tests/cursor/insertCharacter15-input.html
diff --git a/Editor/tests/cursor/insertCharacter16-expected.html b/experiments/Editor/tests/cursor/insertCharacter16-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter16-expected.html
rename to experiments/Editor/tests/cursor/insertCharacter16-expected.html
diff --git a/Editor/tests/cursor/insertCharacter16-input.html b/experiments/Editor/tests/cursor/insertCharacter16-input.html
similarity index 100%
rename from Editor/tests/cursor/insertCharacter16-input.html
rename to experiments/Editor/tests/cursor/insertCharacter16-input.html
diff --git a/Editor/tests/cursor/insertEndnote01-expected.html b/experiments/Editor/tests/cursor/insertEndnote01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote01-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote01-expected.html
diff --git a/Editor/tests/cursor/insertEndnote01-input.html b/experiments/Editor/tests/cursor/insertEndnote01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote01-input.html
rename to experiments/Editor/tests/cursor/insertEndnote01-input.html
diff --git a/Editor/tests/cursor/insertEndnote02-expected.html b/experiments/Editor/tests/cursor/insertEndnote02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote02-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote02-expected.html
diff --git a/Editor/tests/cursor/insertEndnote02-input.html b/experiments/Editor/tests/cursor/insertEndnote02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote02-input.html
rename to experiments/Editor/tests/cursor/insertEndnote02-input.html
diff --git a/Editor/tests/cursor/insertEndnote03-expected.html b/experiments/Editor/tests/cursor/insertEndnote03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote03-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote03-expected.html
diff --git a/Editor/tests/cursor/insertEndnote03-input.html b/experiments/Editor/tests/cursor/insertEndnote03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote03-input.html
rename to experiments/Editor/tests/cursor/insertEndnote03-input.html
diff --git a/Editor/tests/cursor/insertEndnote04-expected.html b/experiments/Editor/tests/cursor/insertEndnote04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote04-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote04-expected.html
diff --git a/Editor/tests/cursor/insertEndnote04-input.html b/experiments/Editor/tests/cursor/insertEndnote04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote04-input.html
rename to experiments/Editor/tests/cursor/insertEndnote04-input.html
diff --git a/Editor/tests/cursor/insertEndnote05-expected.html b/experiments/Editor/tests/cursor/insertEndnote05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote05-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote05-expected.html
diff --git a/Editor/tests/cursor/insertEndnote05-input.html b/experiments/Editor/tests/cursor/insertEndnote05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote05-input.html
rename to experiments/Editor/tests/cursor/insertEndnote05-input.html
diff --git a/Editor/tests/cursor/insertEndnote06-expected.html b/experiments/Editor/tests/cursor/insertEndnote06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote06-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote06-expected.html
diff --git a/Editor/tests/cursor/insertEndnote06-input.html b/experiments/Editor/tests/cursor/insertEndnote06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote06-input.html
rename to experiments/Editor/tests/cursor/insertEndnote06-input.html
diff --git a/Editor/tests/cursor/insertEndnote07-expected.html b/experiments/Editor/tests/cursor/insertEndnote07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote07-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote07-expected.html
diff --git a/Editor/tests/cursor/insertEndnote07-input.html b/experiments/Editor/tests/cursor/insertEndnote07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote07-input.html
rename to experiments/Editor/tests/cursor/insertEndnote07-input.html
diff --git a/Editor/tests/cursor/insertEndnote08-expected.html b/experiments/Editor/tests/cursor/insertEndnote08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote08-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote08-expected.html
diff --git a/Editor/tests/cursor/insertEndnote08-input.html b/experiments/Editor/tests/cursor/insertEndnote08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote08-input.html
rename to experiments/Editor/tests/cursor/insertEndnote08-input.html
diff --git a/Editor/tests/cursor/insertEndnote09-expected.html b/experiments/Editor/tests/cursor/insertEndnote09-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote09-expected.html
rename to experiments/Editor/tests/cursor/insertEndnote09-expected.html
diff --git a/Editor/tests/cursor/insertEndnote09-input.html b/experiments/Editor/tests/cursor/insertEndnote09-input.html
similarity index 100%
rename from Editor/tests/cursor/insertEndnote09-input.html
rename to experiments/Editor/tests/cursor/insertEndnote09-input.html
diff --git a/Editor/tests/cursor/insertFootnote01-expected.html b/experiments/Editor/tests/cursor/insertFootnote01-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote01-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote01-expected.html
diff --git a/Editor/tests/cursor/insertFootnote01-input.html b/experiments/Editor/tests/cursor/insertFootnote01-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote01-input.html
rename to experiments/Editor/tests/cursor/insertFootnote01-input.html
diff --git a/Editor/tests/cursor/insertFootnote02-expected.html b/experiments/Editor/tests/cursor/insertFootnote02-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote02-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote02-expected.html
diff --git a/Editor/tests/cursor/insertFootnote02-input.html b/experiments/Editor/tests/cursor/insertFootnote02-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote02-input.html
rename to experiments/Editor/tests/cursor/insertFootnote02-input.html
diff --git a/Editor/tests/cursor/insertFootnote03-expected.html b/experiments/Editor/tests/cursor/insertFootnote03-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote03-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote03-expected.html
diff --git a/Editor/tests/cursor/insertFootnote03-input.html b/experiments/Editor/tests/cursor/insertFootnote03-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote03-input.html
rename to experiments/Editor/tests/cursor/insertFootnote03-input.html
diff --git a/Editor/tests/cursor/insertFootnote04-expected.html b/experiments/Editor/tests/cursor/insertFootnote04-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote04-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote04-expected.html
diff --git a/Editor/tests/cursor/insertFootnote04-input.html b/experiments/Editor/tests/cursor/insertFootnote04-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote04-input.html
rename to experiments/Editor/tests/cursor/insertFootnote04-input.html
diff --git a/Editor/tests/cursor/insertFootnote05-expected.html b/experiments/Editor/tests/cursor/insertFootnote05-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote05-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote05-expected.html
diff --git a/Editor/tests/cursor/insertFootnote05-input.html b/experiments/Editor/tests/cursor/insertFootnote05-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote05-input.html
rename to experiments/Editor/tests/cursor/insertFootnote05-input.html
diff --git a/Editor/tests/cursor/insertFootnote06-expected.html b/experiments/Editor/tests/cursor/insertFootnote06-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote06-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote06-expected.html
diff --git a/Editor/tests/cursor/insertFootnote06-input.html b/experiments/Editor/tests/cursor/insertFootnote06-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote06-input.html
rename to experiments/Editor/tests/cursor/insertFootnote06-input.html
diff --git a/Editor/tests/cursor/insertFootnote07-expected.html b/experiments/Editor/tests/cursor/insertFootnote07-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote07-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote07-expected.html
diff --git a/Editor/tests/cursor/insertFootnote07-input.html b/experiments/Editor/tests/cursor/insertFootnote07-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote07-input.html
rename to experiments/Editor/tests/cursor/insertFootnote07-input.html
diff --git a/Editor/tests/cursor/insertFootnote08-expected.html b/experiments/Editor/tests/cursor/insertFootnote08-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote08-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote08-expected.html
diff --git a/Editor/tests/cursor/insertFootnote08-input.html b/experiments/Editor/tests/cursor/insertFootnote08-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote08-input.html
rename to experiments/Editor/tests/cursor/insertFootnote08-input.html
diff --git a/Editor/tests/cursor/insertFootnote09-expected.html b/experiments/Editor/tests/cursor/insertFootnote09-expected.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote09-expected.html
rename to experiments/Editor/tests/cursor/insertFootnote09-expected.html
diff --git a/Editor/tests/cursor/insertFootnote09-input.html b/experiments/Editor/tests/cursor/insertFootnote09-input.html
similarity index 100%
rename from Editor/tests/cursor/insertFootnote09-input.html
rename to experiments/Editor/tests/cursor/insertFootnote09-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint01-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint01-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint04-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint04-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint04-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint04-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint04-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint06-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint06-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint07-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
similarity index 100%
rename from Editor/tests/cursor/makeContainerInsertionPoint07-input.html
rename to experiments/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
diff --git a/Editor/tests/cursor/nbsp01-expected.html b/experiments/Editor/tests/cursor/nbsp01-expected.html
similarity index 100%
rename from Editor/tests/cursor/nbsp01-expected.html
rename to experiments/Editor/tests/cursor/nbsp01-expected.html
diff --git a/Editor/tests/cursor/nbsp01-input.html b/experiments/Editor/tests/cursor/nbsp01-input.html
similarity index 100%
rename from Editor/tests/cursor/nbsp01-input.html
rename to experiments/Editor/tests/cursor/nbsp01-input.html
diff --git a/Editor/tests/cursor/nbsp02-expected.html b/experiments/Editor/tests/cursor/nbsp02-expected.html
similarity index 100%
rename from Editor/tests/cursor/nbsp02-expected.html
rename to experiments/Editor/tests/cursor/nbsp02-expected.html
diff --git a/Editor/tests/cursor/nbsp02-input.html b/experiments/Editor/tests/cursor/nbsp02-input.html
similarity index 100%
rename from Editor/tests/cursor/nbsp02-input.html
rename to experiments/Editor/tests/cursor/nbsp02-input.html
diff --git a/Editor/tests/cursor/nbsp03-expected.html b/experiments/Editor/tests/cursor/nbsp03-expected.html
similarity index 100%
rename from Editor/tests/cursor/nbsp03-expected.html
rename to experiments/Editor/tests/cursor/nbsp03-expected.html
diff --git a/Editor/tests/cursor/nbsp03-input.html b/experiments/Editor/tests/cursor/nbsp03-input.html
similarity index 100%
rename from Editor/tests/cursor/nbsp03-input.html
rename to experiments/Editor/tests/cursor/nbsp03-input.html
diff --git a/Editor/tests/cursor/nbsp04-expected.html b/experiments/Editor/tests/cursor/nbsp04-expected.html
similarity index 100%
rename from Editor/tests/cursor/nbsp04-expected.html
rename to experiments/Editor/tests/cursor/nbsp04-expected.html
diff --git a/Editor/tests/cursor/nbsp04-input.html b/experiments/Editor/tests/cursor/nbsp04-input.html
similarity index 100%
rename from Editor/tests/cursor/nbsp04-input.html
rename to experiments/Editor/tests/cursor/nbsp04-input.html
diff --git a/Editor/tests/cursor/nbsp05-expected.html b/experiments/Editor/tests/cursor/nbsp05-expected.html
similarity index 100%
rename from Editor/tests/cursor/nbsp05-expected.html
rename to experiments/Editor/tests/cursor/nbsp05-expected.html
diff --git a/Editor/tests/cursor/nbsp05-input.html b/experiments/Editor/tests/cursor/nbsp05-input.html
similarity index 100%
rename from Editor/tests/cursor/nbsp05-input.html
rename to experiments/Editor/tests/cursor/nbsp05-input.html
diff --git a/Editor/tests/cursor/position-br01-expected.html b/experiments/Editor/tests/cursor/position-br01-expected.html
similarity index 100%
rename from Editor/tests/cursor/position-br01-expected.html
rename to experiments/Editor/tests/cursor/position-br01-expected.html
diff --git a/Editor/tests/cursor/position-br01-input.html b/experiments/Editor/tests/cursor/position-br01-input.html
similarity index 100%
rename from Editor/tests/cursor/position-br01-input.html
rename to experiments/Editor/tests/cursor/position-br01-input.html
diff --git a/Editor/tests/cursor/position-br02-expected.html b/experiments/Editor/tests/cursor/position-br02-expected.html
similarity index 100%
rename from Editor/tests/cursor/position-br02-expected.html
rename to experiments/Editor/tests/cursor/position-br02-expected.html
diff --git a/Editor/tests/cursor/position-br02-input.html b/experiments/Editor/tests/cursor/position-br02-input.html
similarity index 100%
rename from Editor/tests/cursor/position-br02-input.html
rename to experiments/Editor/tests/cursor/position-br02-input.html
diff --git a/Editor/tests/cursor/position-br03-expected.html b/experiments/Editor/tests/cursor/position-br03-expected.html
similarity index 100%
rename from Editor/tests/cursor/position-br03-expected.html
rename to experiments/Editor/tests/cursor/position-br03-expected.html
diff --git a/Editor/tests/cursor/position-br03-input.html b/experiments/Editor/tests/cursor/position-br03-input.html
similarity index 100%
rename from Editor/tests/cursor/position-br03-input.html
rename to experiments/Editor/tests/cursor/position-br03-input.html
diff --git a/Editor/tests/cursor/position-br04-expected.html b/experiments/Editor/tests/cursor/position-br04-expected.html
similarity index 100%
rename from Editor/tests/cursor/position-br04-expected.html
rename to experiments/Editor/tests/cursor/position-br04-expected.html
diff --git a/Editor/tests/cursor/position-br04-input.html b/experiments/Editor/tests/cursor/position-br04-input.html
similarity index 100%
rename from Editor/tests/cursor/position-br04-input.html
rename to experiments/Editor/tests/cursor/position-br04-input.html
diff --git a/Editor/tests/cursor/textAfterFigure01-expected.html b/experiments/Editor/tests/cursor/textAfterFigure01-expected.html
similarity index 100%
rename from Editor/tests/cursor/textAfterFigure01-expected.html
rename to experiments/Editor/tests/cursor/textAfterFigure01-expected.html
diff --git a/Editor/tests/cursor/textAfterFigure01-input.html b/experiments/Editor/tests/cursor/textAfterFigure01-input.html
similarity index 100%
rename from Editor/tests/cursor/textAfterFigure01-input.html
rename to experiments/Editor/tests/cursor/textAfterFigure01-input.html
diff --git a/Editor/tests/cursor/textAfterFigure02-expected.html b/experiments/Editor/tests/cursor/textAfterFigure02-expected.html
similarity index 100%
rename from Editor/tests/cursor/textAfterFigure02-expected.html
rename to experiments/Editor/tests/cursor/textAfterFigure02-expected.html
diff --git a/Editor/tests/cursor/textAfterFigure02-input.html b/experiments/Editor/tests/cursor/textAfterFigure02-input.html
similarity index 100%
rename from Editor/tests/cursor/textAfterFigure02-input.html
rename to experiments/Editor/tests/cursor/textAfterFigure02-input.html
diff --git a/Editor/tests/cursor/textAfterFigure03-expected.html b/experiments/Editor/tests/cursor/textAfterFigure03-expected.html
similarity index 100%
rename from Editor/tests/cursor/textAfterFigure03-expected.html
rename to experiments/Editor/tests/cursor/textAfterFigure03-expected.html
diff --git a/Editor/tests/cursor/textAfterFigure03-input.html b/experiments/Editor/tests/cursor/textAfterFigure03-input.html
similarity index 100%
rename from Editor/tests/cursor/textAfterFigure03-input.html
rename to experiments/Editor/tests/cursor/textAfterFigure03-input.html
diff --git a/Editor/tests/cursor/textAfterTable01-expected.html b/experiments/Editor/tests/cursor/textAfterTable01-expected.html
similarity index 100%
rename from Editor/tests/cursor/textAfterTable01-expected.html
rename to experiments/Editor/tests/cursor/textAfterTable01-expected.html
diff --git a/Editor/tests/cursor/textAfterTable01-input.html b/experiments/Editor/tests/cursor/textAfterTable01-input.html
similarity index 100%
rename from Editor/tests/cursor/textAfterTable01-input.html
rename to experiments/Editor/tests/cursor/textAfterTable01-input.html
diff --git a/Editor/tests/cursor/textAfterTable02-expected.html b/experiments/Editor/tests/cursor/textAfterTable02-expected.html
similarity index 100%
rename from Editor/tests/cursor/textAfterTable02-expected.html
rename to experiments/Editor/tests/cursor/textAfterTable02-expected.html
diff --git a/Editor/tests/cursor/textAfterTable02-input.html b/experiments/Editor/tests/cursor/textAfterTable02-input.html
similarity index 100%
rename from Editor/tests/cursor/textAfterTable02-input.html
rename to experiments/Editor/tests/cursor/textAfterTable02-input.html
diff --git a/Editor/tests/cursor/textAfterTable03-expected.html b/experiments/Editor/tests/cursor/textAfterTable03-expected.html
similarity index 100%
rename from Editor/tests/cursor/textAfterTable03-expected.html
rename to experiments/Editor/tests/cursor/textAfterTable03-expected.html
diff --git a/Editor/tests/cursor/textAfterTable03-input.html b/experiments/Editor/tests/cursor/textAfterTable03-input.html
similarity index 100%
rename from Editor/tests/cursor/textAfterTable03-input.html
rename to experiments/Editor/tests/cursor/textAfterTable03-input.html
diff --git a/Editor/tests/cursor/textBeforeFigure01-expected.html b/experiments/Editor/tests/cursor/textBeforeFigure01-expected.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeFigure01-expected.html
rename to experiments/Editor/tests/cursor/textBeforeFigure01-expected.html
diff --git a/Editor/tests/cursor/textBeforeFigure01-input.html b/experiments/Editor/tests/cursor/textBeforeFigure01-input.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeFigure01-input.html
rename to experiments/Editor/tests/cursor/textBeforeFigure01-input.html
diff --git a/Editor/tests/cursor/textBeforeFigure02-expected.html b/experiments/Editor/tests/cursor/textBeforeFigure02-expected.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeFigure02-expected.html
rename to experiments/Editor/tests/cursor/textBeforeFigure02-expected.html
diff --git a/Editor/tests/cursor/textBeforeFigure02-input.html b/experiments/Editor/tests/cursor/textBeforeFigure02-input.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeFigure02-input.html
rename to experiments/Editor/tests/cursor/textBeforeFigure02-input.html
diff --git a/Editor/tests/cursor/textBeforeFigure03-expected.html b/experiments/Editor/tests/cursor/textBeforeFigure03-expected.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeFigure03-expected.html
rename to experiments/Editor/tests/cursor/textBeforeFigure03-expected.html
diff --git a/Editor/tests/cursor/textBeforeFigure03-input.html b/experiments/Editor/tests/cursor/textBeforeFigure03-input.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeFigure03-input.html
rename to experiments/Editor/tests/cursor/textBeforeFigure03-input.html
diff --git a/Editor/tests/cursor/textBeforeTable01-expected.html b/experiments/Editor/tests/cursor/textBeforeTable01-expected.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeTable01-expected.html
rename to experiments/Editor/tests/cursor/textBeforeTable01-expected.html
diff --git a/Editor/tests/cursor/textBeforeTable01-input.html b/experiments/Editor/tests/cursor/textBeforeTable01-input.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeTable01-input.html
rename to experiments/Editor/tests/cursor/textBeforeTable01-input.html
diff --git a/Editor/tests/cursor/textBeforeTable02-expected.html b/experiments/Editor/tests/cursor/textBeforeTable02-expected.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeTable02-expected.html
rename to experiments/Editor/tests/cursor/textBeforeTable02-expected.html
diff --git a/Editor/tests/cursor/textBeforeTable02-input.html b/experiments/Editor/tests/cursor/textBeforeTable02-input.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeTable02-input.html
rename to experiments/Editor/tests/cursor/textBeforeTable02-input.html
diff --git a/Editor/tests/cursor/textBeforeTable03-expected.html b/experiments/Editor/tests/cursor/textBeforeTable03-expected.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeTable03-expected.html
rename to experiments/Editor/tests/cursor/textBeforeTable03-expected.html
diff --git a/Editor/tests/cursor/textBeforeTable03-input.html b/experiments/Editor/tests/cursor/textBeforeTable03-input.html
similarity index 100%
rename from Editor/tests/cursor/textBeforeTable03-input.html
rename to experiments/Editor/tests/cursor/textBeforeTable03-input.html
diff --git a/Editor/tests/dom/Position_next-expected.html b/experiments/Editor/tests/dom/Position_next-expected.html
similarity index 100%
rename from Editor/tests/dom/Position_next-expected.html
rename to experiments/Editor/tests/dom/Position_next-expected.html
diff --git a/Editor/tests/dom/Position_next-input.html b/experiments/Editor/tests/dom/Position_next-input.html
similarity index 100%
rename from Editor/tests/dom/Position_next-input.html
rename to experiments/Editor/tests/dom/Position_next-input.html
diff --git a/Editor/tests/dom/Position_prev-expected.html b/experiments/Editor/tests/dom/Position_prev-expected.html
similarity index 100%
rename from Editor/tests/dom/Position_prev-expected.html
rename to experiments/Editor/tests/dom/Position_prev-expected.html
diff --git a/Editor/tests/dom/Position_prev-input.html b/experiments/Editor/tests/dom/Position_prev-input.html
similarity index 100%
rename from Editor/tests/dom/Position_prev-input.html
rename to experiments/Editor/tests/dom/Position_prev-input.html
diff --git a/Editor/tests/dom/RangeTest.js b/experiments/Editor/tests/dom/RangeTest.js
similarity index 100%
rename from Editor/tests/dom/RangeTest.js
rename to experiments/Editor/tests/dom/RangeTest.js
diff --git a/Editor/tests/dom/Range_getOutermostNodes-expected.html b/experiments/Editor/tests/dom/Range_getOutermostNodes-expected.html
similarity index 100%
rename from Editor/tests/dom/Range_getOutermostNodes-expected.html
rename to experiments/Editor/tests/dom/Range_getOutermostNodes-expected.html
diff --git a/Editor/tests/dom/Range_getOutermostNodes-input.html b/experiments/Editor/tests/dom/Range_getOutermostNodes-input.html
similarity index 100%
rename from Editor/tests/dom/Range_getOutermostNodes-input.html
rename to experiments/Editor/tests/dom/Range_getOutermostNodes-input.html
diff --git a/Editor/tests/dom/Range_isForward-expected.html b/experiments/Editor/tests/dom/Range_isForward-expected.html
similarity index 100%
rename from Editor/tests/dom/Range_isForward-expected.html
rename to experiments/Editor/tests/dom/Range_isForward-expected.html
diff --git a/Editor/tests/dom/Range_isForward-input.html b/experiments/Editor/tests/dom/Range_isForward-input.html
similarity index 100%
rename from Editor/tests/dom/Range_isForward-input.html
rename to experiments/Editor/tests/dom/Range_isForward-input.html
diff --git a/Editor/tests/dom/avoidInline01-expected.html b/experiments/Editor/tests/dom/avoidInline01-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline01-expected.html
rename to experiments/Editor/tests/dom/avoidInline01-expected.html
diff --git a/Editor/tests/dom/avoidInline01-input.html b/experiments/Editor/tests/dom/avoidInline01-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline01-input.html
rename to experiments/Editor/tests/dom/avoidInline01-input.html
diff --git a/Editor/tests/dom/avoidInline02-expected.html b/experiments/Editor/tests/dom/avoidInline02-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline02-expected.html
rename to experiments/Editor/tests/dom/avoidInline02-expected.html
diff --git a/Editor/tests/dom/avoidInline02-input.html b/experiments/Editor/tests/dom/avoidInline02-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline02-input.html
rename to experiments/Editor/tests/dom/avoidInline02-input.html
diff --git a/Editor/tests/dom/avoidInline03-expected.html b/experiments/Editor/tests/dom/avoidInline03-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline03-expected.html
rename to experiments/Editor/tests/dom/avoidInline03-expected.html
diff --git a/Editor/tests/dom/avoidInline03-input.html b/experiments/Editor/tests/dom/avoidInline03-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline03-input.html
rename to experiments/Editor/tests/dom/avoidInline03-input.html
diff --git a/Editor/tests/dom/avoidInline04-expected.html b/experiments/Editor/tests/dom/avoidInline04-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline04-expected.html
rename to experiments/Editor/tests/dom/avoidInline04-expected.html
diff --git a/Editor/tests/dom/avoidInline04-input.html b/experiments/Editor/tests/dom/avoidInline04-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline04-input.html
rename to experiments/Editor/tests/dom/avoidInline04-input.html
diff --git a/Editor/tests/dom/avoidInline05-expected.html b/experiments/Editor/tests/dom/avoidInline05-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline05-expected.html
rename to experiments/Editor/tests/dom/avoidInline05-expected.html
diff --git a/Editor/tests/dom/avoidInline05-input.html b/experiments/Editor/tests/dom/avoidInline05-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline05-input.html
rename to experiments/Editor/tests/dom/avoidInline05-input.html
diff --git a/Editor/tests/dom/avoidInline06-expected.html b/experiments/Editor/tests/dom/avoidInline06-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline06-expected.html
rename to experiments/Editor/tests/dom/avoidInline06-expected.html
diff --git a/Editor/tests/dom/avoidInline06-input.html b/experiments/Editor/tests/dom/avoidInline06-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline06-input.html
rename to experiments/Editor/tests/dom/avoidInline06-input.html
diff --git a/Editor/tests/dom/avoidInline07-expected.html b/experiments/Editor/tests/dom/avoidInline07-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline07-expected.html
rename to experiments/Editor/tests/dom/avoidInline07-expected.html
diff --git a/Editor/tests/dom/avoidInline07-input.html b/experiments/Editor/tests/dom/avoidInline07-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline07-input.html
rename to experiments/Editor/tests/dom/avoidInline07-input.html
diff --git a/Editor/tests/dom/avoidInline08-expected.html b/experiments/Editor/tests/dom/avoidInline08-expected.html
similarity index 100%
rename from Editor/tests/dom/avoidInline08-expected.html
rename to experiments/Editor/tests/dom/avoidInline08-expected.html
diff --git a/Editor/tests/dom/avoidInline08-input.html b/experiments/Editor/tests/dom/avoidInline08-input.html
similarity index 100%
rename from Editor/tests/dom/avoidInline08-input.html
rename to experiments/Editor/tests/dom/avoidInline08-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph01-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph01-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph01-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph01-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph01-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph01-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph01-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph01-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph02-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph02-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph02-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph02-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph02-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph02-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph02-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph02-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph03-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph03-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph03-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph03-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph03-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph03-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph03-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph03-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph04-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph04-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph04-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph04-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph04-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph04-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph04-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph04-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph05-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph05-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph05-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph05-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph05-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph05-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph05-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph05-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph06-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph06-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph06-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph06-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph06-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph06-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph06-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph06-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph07-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph07-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph07-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph07-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph07-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph07-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph07-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph07-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph08-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph08-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph08-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph08-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph08-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph08-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph08-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph08-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph09-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph09-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph09-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph09-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph09-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph09-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph09-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph09-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph10-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph10-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph10-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph10-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph10-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph10-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph10-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph10-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph11-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph11-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph11-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph11-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph11-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph11-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph11-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph11-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph12-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph12-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph12-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph12-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph12-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph12-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph12-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph12-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph13-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph13-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph13-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph13-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph13-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph13-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph13-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph13-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph14-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph14-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph14-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph14-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph14-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph14-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph14-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph14-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph15-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph15-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph15-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph15-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph15-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph15-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph15-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph15-input.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph16-expected.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph16-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph16-expected.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph16-expected.html
diff --git a/Editor/tests/dom/ensureInlineNodesInParagraph16-input.html b/experiments/Editor/tests/dom/ensureInlineNodesInParagraph16-input.html
similarity index 100%
rename from Editor/tests/dom/ensureInlineNodesInParagraph16-input.html
rename to experiments/Editor/tests/dom/ensureInlineNodesInParagraph16-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy01-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy01-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy01-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy01-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy01-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy01-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy01-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy01-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy02-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy02-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy02-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy02-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy02-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy02-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy02-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy02-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy03-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy03-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy03-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy03-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy03-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy03-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy03-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy03-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy04-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy04-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy04-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy04-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy04-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy04-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy04-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy04-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy05-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy05-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy05-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy05-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy05-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy05-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy05-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy05-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy06-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy06-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy06-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy06-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy06-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy06-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy06-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy06-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy07-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy07-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy07-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy07-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy07-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy07-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy07-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy07-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy08-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy08-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy08-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy08-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy08-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy08-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy08-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy08-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy09-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy09-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy09-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy09-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy09-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy09-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy09-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy09-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy10-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy10-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy10-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy10-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy10-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy10-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy10-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy10-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy11-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy11-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy11-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy11-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy11-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy11-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy11-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy11-input.html
diff --git a/Editor/tests/dom/ensureValidHierarchy12-expected.html b/experiments/Editor/tests/dom/ensureValidHierarchy12-expected.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy12-expected.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy12-expected.html
diff --git a/Editor/tests/dom/ensureValidHierarchy12-input.html b/experiments/Editor/tests/dom/ensureValidHierarchy12-input.html
similarity index 100%
rename from Editor/tests/dom/ensureValidHierarchy12-input.html
rename to experiments/Editor/tests/dom/ensureValidHierarchy12-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours01-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours01-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours01-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours01-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours01-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours01-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours01-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours01-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours02-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours02-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours02-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours02-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours02-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours02-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours02-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours02-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours03-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours03-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours03-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours03-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours03-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours03-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours03-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours03-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours04-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours04-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours04-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours04-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours04-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours04-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours04-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours04-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours05-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours05-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours05-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours05-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours05-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours05-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours05-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours05-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours06-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours06-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours06-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours06-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours06-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours06-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours06-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours06-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours07-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours07-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours07-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours07-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours07-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours07-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours07-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours07-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours08-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours08-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours08-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours08-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours08-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours08-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours08-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours08-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours09-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours09-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours09-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours09-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours09-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours09-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours09-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours09-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours10-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours10-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours10-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours10-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours10-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours10-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours10-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours10-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours11-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours11-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours11-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours11-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours11-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours11-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours11-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours11-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours12-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours12-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours12-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours12-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours12-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours12-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours12-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours12-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours13-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours13-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours13-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours13-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours13-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours13-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours13-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours13-input.html
diff --git a/Editor/tests/dom/mergeWithNeighbours14-expected.html b/experiments/Editor/tests/dom/mergeWithNeighbours14-expected.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours14-expected.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours14-expected.html
diff --git a/Editor/tests/dom/mergeWithNeighbours14-input.html b/experiments/Editor/tests/dom/mergeWithNeighbours14-input.html
similarity index 100%
rename from Editor/tests/dom/mergeWithNeighbours14-input.html
rename to experiments/Editor/tests/dom/mergeWithNeighbours14-input.html
diff --git a/Editor/tests/dom/moveCharacters01-expected.html b/experiments/Editor/tests/dom/moveCharacters01-expected.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters01-expected.html
rename to experiments/Editor/tests/dom/moveCharacters01-expected.html
diff --git a/Editor/tests/dom/moveCharacters01-input.html b/experiments/Editor/tests/dom/moveCharacters01-input.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters01-input.html
rename to experiments/Editor/tests/dom/moveCharacters01-input.html
diff --git a/Editor/tests/dom/moveCharacters02-expected.html b/experiments/Editor/tests/dom/moveCharacters02-expected.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters02-expected.html
rename to experiments/Editor/tests/dom/moveCharacters02-expected.html
diff --git a/Editor/tests/dom/moveCharacters02-input.html b/experiments/Editor/tests/dom/moveCharacters02-input.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters02-input.html
rename to experiments/Editor/tests/dom/moveCharacters02-input.html
diff --git a/Editor/tests/dom/moveCharacters03-expected.html b/experiments/Editor/tests/dom/moveCharacters03-expected.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters03-expected.html
rename to experiments/Editor/tests/dom/moveCharacters03-expected.html
diff --git a/Editor/tests/dom/moveCharacters03-input.html b/experiments/Editor/tests/dom/moveCharacters03-input.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters03-input.html
rename to experiments/Editor/tests/dom/moveCharacters03-input.html
diff --git a/Editor/tests/dom/moveCharacters04-expected.html b/experiments/Editor/tests/dom/moveCharacters04-expected.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters04-expected.html
rename to experiments/Editor/tests/dom/moveCharacters04-expected.html
diff --git a/Editor/tests/dom/moveCharacters04-input.html b/experiments/Editor/tests/dom/moveCharacters04-input.html
similarity index 100%
rename from Editor/tests/dom/moveCharacters04-input.html
rename to experiments/Editor/tests/dom/moveCharacters04-input.html
diff --git a/Editor/tests/dom/moveNode01-expected.html b/experiments/Editor/tests/dom/moveNode01-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode01-expected.html
rename to experiments/Editor/tests/dom/moveNode01-expected.html
diff --git a/Editor/tests/dom/moveNode01-input.html b/experiments/Editor/tests/dom/moveNode01-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode01-input.html
rename to experiments/Editor/tests/dom/moveNode01-input.html
diff --git a/Editor/tests/dom/moveNode02-expected.html b/experiments/Editor/tests/dom/moveNode02-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode02-expected.html
rename to experiments/Editor/tests/dom/moveNode02-expected.html
diff --git a/Editor/tests/dom/moveNode02-input.html b/experiments/Editor/tests/dom/moveNode02-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode02-input.html
rename to experiments/Editor/tests/dom/moveNode02-input.html
diff --git a/Editor/tests/dom/moveNode03-expected.html b/experiments/Editor/tests/dom/moveNode03-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode03-expected.html
rename to experiments/Editor/tests/dom/moveNode03-expected.html
diff --git a/Editor/tests/dom/moveNode03-input.html b/experiments/Editor/tests/dom/moveNode03-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode03-input.html
rename to experiments/Editor/tests/dom/moveNode03-input.html
diff --git a/Editor/tests/dom/moveNode04-expected.html b/experiments/Editor/tests/dom/moveNode04-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode04-expected.html
rename to experiments/Editor/tests/dom/moveNode04-expected.html
diff --git a/Editor/tests/dom/moveNode04-input.html b/experiments/Editor/tests/dom/moveNode04-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode04-input.html
rename to experiments/Editor/tests/dom/moveNode04-input.html
diff --git a/Editor/tests/dom/moveNode05-expected.html b/experiments/Editor/tests/dom/moveNode05-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode05-expected.html
rename to experiments/Editor/tests/dom/moveNode05-expected.html
diff --git a/Editor/tests/dom/moveNode05-input.html b/experiments/Editor/tests/dom/moveNode05-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode05-input.html
rename to experiments/Editor/tests/dom/moveNode05-input.html
diff --git a/Editor/tests/dom/moveNode06-expected.html b/experiments/Editor/tests/dom/moveNode06-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode06-expected.html
rename to experiments/Editor/tests/dom/moveNode06-expected.html
diff --git a/Editor/tests/dom/moveNode06-input.html b/experiments/Editor/tests/dom/moveNode06-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode06-input.html
rename to experiments/Editor/tests/dom/moveNode06-input.html
diff --git a/Editor/tests/dom/moveNode07-expected.html b/experiments/Editor/tests/dom/moveNode07-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode07-expected.html
rename to experiments/Editor/tests/dom/moveNode07-expected.html
diff --git a/Editor/tests/dom/moveNode07-input.html b/experiments/Editor/tests/dom/moveNode07-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode07-input.html
rename to experiments/Editor/tests/dom/moveNode07-input.html
diff --git a/Editor/tests/dom/moveNode08-expected.html b/experiments/Editor/tests/dom/moveNode08-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode08-expected.html
rename to experiments/Editor/tests/dom/moveNode08-expected.html
diff --git a/Editor/tests/dom/moveNode08-input.html b/experiments/Editor/tests/dom/moveNode08-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode08-input.html
rename to experiments/Editor/tests/dom/moveNode08-input.html
diff --git a/Editor/tests/dom/moveNode09-expected.html b/experiments/Editor/tests/dom/moveNode09-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode09-expected.html
rename to experiments/Editor/tests/dom/moveNode09-expected.html
diff --git a/Editor/tests/dom/moveNode09-input.html b/experiments/Editor/tests/dom/moveNode09-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode09-input.html
rename to experiments/Editor/tests/dom/moveNode09-input.html
diff --git a/Editor/tests/dom/moveNode10-expected.html b/experiments/Editor/tests/dom/moveNode10-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode10-expected.html
rename to experiments/Editor/tests/dom/moveNode10-expected.html
diff --git a/Editor/tests/dom/moveNode10-input.html b/experiments/Editor/tests/dom/moveNode10-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode10-input.html
rename to experiments/Editor/tests/dom/moveNode10-input.html
diff --git a/Editor/tests/dom/moveNode11-expected.html b/experiments/Editor/tests/dom/moveNode11-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode11-expected.html
rename to experiments/Editor/tests/dom/moveNode11-expected.html
diff --git a/Editor/tests/dom/moveNode11-input.html b/experiments/Editor/tests/dom/moveNode11-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode11-input.html
rename to experiments/Editor/tests/dom/moveNode11-input.html
diff --git a/Editor/tests/dom/moveNode12-expected.html b/experiments/Editor/tests/dom/moveNode12-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode12-expected.html
rename to experiments/Editor/tests/dom/moveNode12-expected.html
diff --git a/Editor/tests/dom/moveNode12-input.html b/experiments/Editor/tests/dom/moveNode12-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode12-input.html
rename to experiments/Editor/tests/dom/moveNode12-input.html
diff --git a/Editor/tests/dom/moveNode13-expected.html b/experiments/Editor/tests/dom/moveNode13-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode13-expected.html
rename to experiments/Editor/tests/dom/moveNode13-expected.html
diff --git a/Editor/tests/dom/moveNode13-input.html b/experiments/Editor/tests/dom/moveNode13-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode13-input.html
rename to experiments/Editor/tests/dom/moveNode13-input.html
diff --git a/Editor/tests/dom/moveNode14-expected.html b/experiments/Editor/tests/dom/moveNode14-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode14-expected.html
rename to experiments/Editor/tests/dom/moveNode14-expected.html
diff --git a/Editor/tests/dom/moveNode14-input.html b/experiments/Editor/tests/dom/moveNode14-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode14-input.html
rename to experiments/Editor/tests/dom/moveNode14-input.html
diff --git a/Editor/tests/dom/moveNode15-expected.html b/experiments/Editor/tests/dom/moveNode15-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode15-expected.html
rename to experiments/Editor/tests/dom/moveNode15-expected.html
diff --git a/Editor/tests/dom/moveNode15-input.html b/experiments/Editor/tests/dom/moveNode15-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode15-input.html
rename to experiments/Editor/tests/dom/moveNode15-input.html
diff --git a/Editor/tests/dom/moveNode16-expected.html b/experiments/Editor/tests/dom/moveNode16-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode16-expected.html
rename to experiments/Editor/tests/dom/moveNode16-expected.html
diff --git a/Editor/tests/dom/moveNode16-input.html b/experiments/Editor/tests/dom/moveNode16-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode16-input.html
rename to experiments/Editor/tests/dom/moveNode16-input.html
diff --git a/Editor/tests/dom/moveNode17-expected.html b/experiments/Editor/tests/dom/moveNode17-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode17-expected.html
rename to experiments/Editor/tests/dom/moveNode17-expected.html
diff --git a/Editor/tests/dom/moveNode17-input.html b/experiments/Editor/tests/dom/moveNode17-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode17-input.html
rename to experiments/Editor/tests/dom/moveNode17-input.html
diff --git a/Editor/tests/dom/moveNode18-expected.html b/experiments/Editor/tests/dom/moveNode18-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode18-expected.html
rename to experiments/Editor/tests/dom/moveNode18-expected.html
diff --git a/Editor/tests/dom/moveNode18-input.html b/experiments/Editor/tests/dom/moveNode18-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode18-input.html
rename to experiments/Editor/tests/dom/moveNode18-input.html
diff --git a/Editor/tests/dom/moveNode19-expected.html b/experiments/Editor/tests/dom/moveNode19-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode19-expected.html
rename to experiments/Editor/tests/dom/moveNode19-expected.html
diff --git a/Editor/tests/dom/moveNode19-input.html b/experiments/Editor/tests/dom/moveNode19-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode19-input.html
rename to experiments/Editor/tests/dom/moveNode19-input.html
diff --git a/Editor/tests/dom/moveNode20-expected.html b/experiments/Editor/tests/dom/moveNode20-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode20-expected.html
rename to experiments/Editor/tests/dom/moveNode20-expected.html
diff --git a/Editor/tests/dom/moveNode20-input.html b/experiments/Editor/tests/dom/moveNode20-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode20-input.html
rename to experiments/Editor/tests/dom/moveNode20-input.html
diff --git a/Editor/tests/dom/moveNode21-expected.html b/experiments/Editor/tests/dom/moveNode21-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode21-expected.html
rename to experiments/Editor/tests/dom/moveNode21-expected.html
diff --git a/Editor/tests/dom/moveNode21-input.html b/experiments/Editor/tests/dom/moveNode21-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode21-input.html
rename to experiments/Editor/tests/dom/moveNode21-input.html
diff --git a/Editor/tests/dom/moveNode22-expected.html b/experiments/Editor/tests/dom/moveNode22-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode22-expected.html
rename to experiments/Editor/tests/dom/moveNode22-expected.html
diff --git a/Editor/tests/dom/moveNode22-input.html b/experiments/Editor/tests/dom/moveNode22-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode22-input.html
rename to experiments/Editor/tests/dom/moveNode22-input.html
diff --git a/Editor/tests/dom/moveNode23-expected.html b/experiments/Editor/tests/dom/moveNode23-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode23-expected.html
rename to experiments/Editor/tests/dom/moveNode23-expected.html
diff --git a/Editor/tests/dom/moveNode23-input.html b/experiments/Editor/tests/dom/moveNode23-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode23-input.html
rename to experiments/Editor/tests/dom/moveNode23-input.html
diff --git a/Editor/tests/dom/moveNode24-expected.html b/experiments/Editor/tests/dom/moveNode24-expected.html
similarity index 100%
rename from Editor/tests/dom/moveNode24-expected.html
rename to experiments/Editor/tests/dom/moveNode24-expected.html
diff --git a/Editor/tests/dom/moveNode24-input.html b/experiments/Editor/tests/dom/moveNode24-input.html
similarity index 100%
rename from Editor/tests/dom/moveNode24-input.html
rename to experiments/Editor/tests/dom/moveNode24-input.html
diff --git a/Editor/tests/dom/nextNode01-expected.html b/experiments/Editor/tests/dom/nextNode01-expected.html
similarity index 100%
rename from Editor/tests/dom/nextNode01-expected.html
rename to experiments/Editor/tests/dom/nextNode01-expected.html
diff --git a/Editor/tests/dom/nextNode01-input.html b/experiments/Editor/tests/dom/nextNode01-input.html
similarity index 100%
rename from Editor/tests/dom/nextNode01-input.html
rename to experiments/Editor/tests/dom/nextNode01-input.html
diff --git a/Editor/tests/dom/nextNode02-expected.html b/experiments/Editor/tests/dom/nextNode02-expected.html
similarity index 100%
rename from Editor/tests/dom/nextNode02-expected.html
rename to experiments/Editor/tests/dom/nextNode02-expected.html
diff --git a/Editor/tests/dom/nextNode02-input.html b/experiments/Editor/tests/dom/nextNode02-input.html
similarity index 100%
rename from Editor/tests/dom/nextNode02-input.html
rename to experiments/Editor/tests/dom/nextNode02-input.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren1-expected.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren1-expected.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren1-expected.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren1-expected.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren1-input.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren1-input.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren1-input.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren1-input.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren2-expected.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren2-expected.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren2-expected.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren2-expected.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren2-input.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren2-input.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren2-input.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren2-input.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren3-expected.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren3-expected.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren3-expected.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren3-expected.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren3-input.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren3-input.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren3-input.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren3-input.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren4-expected.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren4-expected.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren4-expected.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren4-expected.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren4-input.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren4-input.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren4-input.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren4-input.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren5-expected.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren5-expected.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren5-expected.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren5-expected.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren5-input.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren5-input.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren5-input.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren5-input.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren6-expected.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren6-expected.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren6-expected.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren6-expected.html
diff --git a/Editor/tests/dom/removeNodeButKeepChildren6-input.html b/experiments/Editor/tests/dom/removeNodeButKeepChildren6-input.html
similarity index 100%
rename from Editor/tests/dom/removeNodeButKeepChildren6-input.html
rename to experiments/Editor/tests/dom/removeNodeButKeepChildren6-input.html
diff --git a/Editor/tests/dom/replaceElement01-expected.html b/experiments/Editor/tests/dom/replaceElement01-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement01-expected.html
rename to experiments/Editor/tests/dom/replaceElement01-expected.html
diff --git a/Editor/tests/dom/replaceElement01-input.html b/experiments/Editor/tests/dom/replaceElement01-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement01-input.html
rename to experiments/Editor/tests/dom/replaceElement01-input.html
diff --git a/Editor/tests/dom/replaceElement02-expected.html b/experiments/Editor/tests/dom/replaceElement02-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement02-expected.html
rename to experiments/Editor/tests/dom/replaceElement02-expected.html
diff --git a/Editor/tests/dom/replaceElement02-input.html b/experiments/Editor/tests/dom/replaceElement02-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement02-input.html
rename to experiments/Editor/tests/dom/replaceElement02-input.html
diff --git a/Editor/tests/dom/replaceElement03-expected.html b/experiments/Editor/tests/dom/replaceElement03-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement03-expected.html
rename to experiments/Editor/tests/dom/replaceElement03-expected.html
diff --git a/Editor/tests/dom/replaceElement03-input.html b/experiments/Editor/tests/dom/replaceElement03-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement03-input.html
rename to experiments/Editor/tests/dom/replaceElement03-input.html
diff --git a/Editor/tests/dom/replaceElement04-expected.html b/experiments/Editor/tests/dom/replaceElement04-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement04-expected.html
rename to experiments/Editor/tests/dom/replaceElement04-expected.html
diff --git a/Editor/tests/dom/replaceElement04-input.html b/experiments/Editor/tests/dom/replaceElement04-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement04-input.html
rename to experiments/Editor/tests/dom/replaceElement04-input.html
diff --git a/Editor/tests/dom/replaceElement05-expected.html b/experiments/Editor/tests/dom/replaceElement05-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement05-expected.html
rename to experiments/Editor/tests/dom/replaceElement05-expected.html
diff --git a/Editor/tests/dom/replaceElement05-input.html b/experiments/Editor/tests/dom/replaceElement05-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement05-input.html
rename to experiments/Editor/tests/dom/replaceElement05-input.html
diff --git a/Editor/tests/dom/replaceElement06-expected.html b/experiments/Editor/tests/dom/replaceElement06-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement06-expected.html
rename to experiments/Editor/tests/dom/replaceElement06-expected.html
diff --git a/Editor/tests/dom/replaceElement06-input.html b/experiments/Editor/tests/dom/replaceElement06-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement06-input.html
rename to experiments/Editor/tests/dom/replaceElement06-input.html
diff --git a/Editor/tests/dom/replaceElement07-expected.html b/experiments/Editor/tests/dom/replaceElement07-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement07-expected.html
rename to experiments/Editor/tests/dom/replaceElement07-expected.html
diff --git a/Editor/tests/dom/replaceElement07-input.html b/experiments/Editor/tests/dom/replaceElement07-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement07-input.html
rename to experiments/Editor/tests/dom/replaceElement07-input.html
diff --git a/Editor/tests/dom/replaceElement08-expected.html b/experiments/Editor/tests/dom/replaceElement08-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement08-expected.html
rename to experiments/Editor/tests/dom/replaceElement08-expected.html
diff --git a/Editor/tests/dom/replaceElement08-input.html b/experiments/Editor/tests/dom/replaceElement08-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement08-input.html
rename to experiments/Editor/tests/dom/replaceElement08-input.html
diff --git a/Editor/tests/dom/replaceElement09-expected.html b/experiments/Editor/tests/dom/replaceElement09-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement09-expected.html
rename to experiments/Editor/tests/dom/replaceElement09-expected.html
diff --git a/Editor/tests/dom/replaceElement09-input.html b/experiments/Editor/tests/dom/replaceElement09-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement09-input.html
rename to experiments/Editor/tests/dom/replaceElement09-input.html
diff --git a/Editor/tests/dom/replaceElement10-expected.html b/experiments/Editor/tests/dom/replaceElement10-expected.html
similarity index 100%
rename from Editor/tests/dom/replaceElement10-expected.html
rename to experiments/Editor/tests/dom/replaceElement10-expected.html
diff --git a/Editor/tests/dom/replaceElement10-input.html b/experiments/Editor/tests/dom/replaceElement10-input.html
similarity index 100%
rename from Editor/tests/dom/replaceElement10-input.html
rename to experiments/Editor/tests/dom/replaceElement10-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-endnote01-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-endnote01-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-endnote01-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-endnote01-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-endnote01-input.html b/experiments/Editor/tests/dom/splitAroundSelection-endnote01-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-endnote01-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-endnote01-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-endnote02-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-endnote02-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-endnote02-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-endnote02-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-endnote02-input.html b/experiments/Editor/tests/dom/splitAroundSelection-endnote02-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-endnote02-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-endnote02-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-endnote03-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-endnote03-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-endnote03-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-endnote03-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-endnote03-input.html b/experiments/Editor/tests/dom/splitAroundSelection-endnote03-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-endnote03-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-endnote03-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-footnote01-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-footnote01-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-footnote01-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-footnote01-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-footnote01-input.html b/experiments/Editor/tests/dom/splitAroundSelection-footnote01-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-footnote01-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-footnote01-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-footnote02-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-footnote02-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-footnote02-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-footnote02-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-footnote02-input.html b/experiments/Editor/tests/dom/splitAroundSelection-footnote02-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-footnote02-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-footnote02-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-footnote03-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-footnote03-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-footnote03-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-footnote03-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-footnote03-input.html b/experiments/Editor/tests/dom/splitAroundSelection-footnote03-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-footnote03-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-footnote03-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested01-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested01-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested01-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested01-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested01-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested01-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested01-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested01-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested02-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested02-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested02-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested02-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested02-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested02-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested02-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested02-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested03-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested03-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested03-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested03-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested03-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested03-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested03-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested03-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested04-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested04-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested04-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested04-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested04-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested04-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested04-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested04-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested05-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested05-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested05-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested05-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested05-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested05-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested05-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested05-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested06-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested06-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested06-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested06-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested06-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested06-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested06-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested06-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested07-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested07-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested07-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested07-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested07-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested07-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested07-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested07-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested08-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested08-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested08-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested08-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested08-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested08-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested08-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested08-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested09-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested09-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested09-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested09-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested09-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested09-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested09-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested09-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested10-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested10-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested10-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested10-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested10-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested10-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested10-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested10-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested11-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested11-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested11-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested11-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested11-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested11-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested11-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested11-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested12-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested12-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested12-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested12-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested12-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested12-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested12-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested12-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested13-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested13-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested13-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested13-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested13-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested13-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested13-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested13-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested14-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested14-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested14-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested14-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested14-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested14-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested14-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested14-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested15-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested15-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested15-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested15-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested15-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested15-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested15-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested15-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested16-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested16-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested16-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested16-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested16-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested16-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested16-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested16-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested17-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested17-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested17-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested17-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested17-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested17-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested17-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested17-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested18-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested18-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested18-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested18-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested18-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested18-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested18-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested18-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested19-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested19-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested19-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested19-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested19-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested19-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested19-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested19-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested20-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested20-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested20-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested20-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested20-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested20-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested20-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested20-input.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested21-expected.html b/experiments/Editor/tests/dom/splitAroundSelection-nested21-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested21-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested21-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection-nested21-input.html b/experiments/Editor/tests/dom/splitAroundSelection-nested21-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection-nested21-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection-nested21-input.html
diff --git a/Editor/tests/dom/splitAroundSelection01-expected.html b/experiments/Editor/tests/dom/splitAroundSelection01-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection01-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection01-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection01-input.html b/experiments/Editor/tests/dom/splitAroundSelection01-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection01-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection01-input.html
diff --git a/Editor/tests/dom/splitAroundSelection02-expected.html b/experiments/Editor/tests/dom/splitAroundSelection02-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection02-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection02-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection02-input.html b/experiments/Editor/tests/dom/splitAroundSelection02-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection02-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection02-input.html
diff --git a/Editor/tests/dom/splitAroundSelection03-expected.html b/experiments/Editor/tests/dom/splitAroundSelection03-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection03-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection03-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection03-input.html b/experiments/Editor/tests/dom/splitAroundSelection03-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection03-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection03-input.html
diff --git a/Editor/tests/dom/splitAroundSelection04-expected.html b/experiments/Editor/tests/dom/splitAroundSelection04-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection04-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection04-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection04-input.html b/experiments/Editor/tests/dom/splitAroundSelection04-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection04-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection04-input.html
diff --git a/Editor/tests/dom/splitAroundSelection05-expected.html b/experiments/Editor/tests/dom/splitAroundSelection05-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection05-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection05-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection05-input.html b/experiments/Editor/tests/dom/splitAroundSelection05-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection05-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection05-input.html
diff --git a/Editor/tests/dom/splitAroundSelection06-expected.html b/experiments/Editor/tests/dom/splitAroundSelection06-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection06-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection06-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection06-input.html b/experiments/Editor/tests/dom/splitAroundSelection06-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection06-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection06-input.html
diff --git a/Editor/tests/dom/splitAroundSelection07-expected.html b/experiments/Editor/tests/dom/splitAroundSelection07-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection07-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection07-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection07-input.html b/experiments/Editor/tests/dom/splitAroundSelection07-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection07-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection07-input.html
diff --git a/Editor/tests/dom/splitAroundSelection08-expected.html b/experiments/Editor/tests/dom/splitAroundSelection08-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection08-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection08-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection08-input.html b/experiments/Editor/tests/dom/splitAroundSelection08-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection08-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection08-input.html
diff --git a/Editor/tests/dom/splitAroundSelection09-expected.html b/experiments/Editor/tests/dom/splitAroundSelection09-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection09-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection09-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection09-input.html b/experiments/Editor/tests/dom/splitAroundSelection09-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection09-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection09-input.html
diff --git a/Editor/tests/dom/splitAroundSelection10-expected.html b/experiments/Editor/tests/dom/splitAroundSelection10-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection10-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection10-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection10-input.html b/experiments/Editor/tests/dom/splitAroundSelection10-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection10-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection10-input.html
diff --git a/Editor/tests/dom/splitAroundSelection11-expected.html b/experiments/Editor/tests/dom/splitAroundSelection11-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection11-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection11-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection11-input.html b/experiments/Editor/tests/dom/splitAroundSelection11-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection11-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection11-input.html
diff --git a/Editor/tests/dom/splitAroundSelection12-expected.html b/experiments/Editor/tests/dom/splitAroundSelection12-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection12-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection12-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection12-input.html b/experiments/Editor/tests/dom/splitAroundSelection12-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection12-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection12-input.html
diff --git a/Editor/tests/dom/splitAroundSelection13-expected.html b/experiments/Editor/tests/dom/splitAroundSelection13-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection13-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection13-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection13-input.html b/experiments/Editor/tests/dom/splitAroundSelection13-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection13-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection13-input.html
diff --git a/Editor/tests/dom/splitAroundSelection14-expected.html b/experiments/Editor/tests/dom/splitAroundSelection14-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection14-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection14-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection14-input.html b/experiments/Editor/tests/dom/splitAroundSelection14-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection14-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection14-input.html
diff --git a/Editor/tests/dom/splitAroundSelection15-expected.html b/experiments/Editor/tests/dom/splitAroundSelection15-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection15-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection15-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection15-input.html b/experiments/Editor/tests/dom/splitAroundSelection15-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection15-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection15-input.html
diff --git a/Editor/tests/dom/splitAroundSelection16-expected.html b/experiments/Editor/tests/dom/splitAroundSelection16-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection16-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection16-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection16-input.html b/experiments/Editor/tests/dom/splitAroundSelection16-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection16-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection16-input.html
diff --git a/Editor/tests/dom/splitAroundSelection17-expected.html b/experiments/Editor/tests/dom/splitAroundSelection17-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection17-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection17-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection17-input.html b/experiments/Editor/tests/dom/splitAroundSelection17-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection17-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection17-input.html
diff --git a/Editor/tests/dom/splitAroundSelection18-expected.html b/experiments/Editor/tests/dom/splitAroundSelection18-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection18-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection18-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection18-input.html b/experiments/Editor/tests/dom/splitAroundSelection18-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection18-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection18-input.html
diff --git a/Editor/tests/dom/splitAroundSelection19-expected.html b/experiments/Editor/tests/dom/splitAroundSelection19-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection19-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection19-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection19-input.html b/experiments/Editor/tests/dom/splitAroundSelection19-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection19-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection19-input.html
diff --git a/Editor/tests/dom/splitAroundSelection20-expected.html b/experiments/Editor/tests/dom/splitAroundSelection20-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection20-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection20-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection20-input.html b/experiments/Editor/tests/dom/splitAroundSelection20-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection20-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection20-input.html
diff --git a/Editor/tests/dom/splitAroundSelection21-expected.html b/experiments/Editor/tests/dom/splitAroundSelection21-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection21-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection21-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection21-input.html b/experiments/Editor/tests/dom/splitAroundSelection21-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection21-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection21-input.html
diff --git a/Editor/tests/dom/splitAroundSelection22-expected.html b/experiments/Editor/tests/dom/splitAroundSelection22-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection22-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection22-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection22-input.html b/experiments/Editor/tests/dom/splitAroundSelection22-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection22-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection22-input.html
diff --git a/Editor/tests/dom/splitAroundSelection23-expected.html b/experiments/Editor/tests/dom/splitAroundSelection23-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection23-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection23-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection23-input.html b/experiments/Editor/tests/dom/splitAroundSelection23-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection23-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection23-input.html
diff --git a/Editor/tests/dom/splitAroundSelection24-expected.html b/experiments/Editor/tests/dom/splitAroundSelection24-expected.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection24-expected.html
rename to experiments/Editor/tests/dom/splitAroundSelection24-expected.html
diff --git a/Editor/tests/dom/splitAroundSelection24-input.html b/experiments/Editor/tests/dom/splitAroundSelection24-input.html
similarity index 100%
rename from Editor/tests/dom/splitAroundSelection24-input.html
rename to experiments/Editor/tests/dom/splitAroundSelection24-input.html
diff --git a/Editor/tests/dom/stripComments01-expected.html b/experiments/Editor/tests/dom/stripComments01-expected.html
similarity index 100%
rename from Editor/tests/dom/stripComments01-expected.html
rename to experiments/Editor/tests/dom/stripComments01-expected.html
diff --git a/Editor/tests/dom/stripComments01-input.html b/experiments/Editor/tests/dom/stripComments01-input.html
similarity index 100%
rename from Editor/tests/dom/stripComments01-input.html
rename to experiments/Editor/tests/dom/stripComments01-input.html
diff --git a/Editor/tests/dom/tracking-delete01-expected.html b/experiments/Editor/tests/dom/tracking-delete01-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-delete01-expected.html
rename to experiments/Editor/tests/dom/tracking-delete01-expected.html
diff --git a/Editor/tests/dom/tracking-delete01-input.html b/experiments/Editor/tests/dom/tracking-delete01-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-delete01-input.html
rename to experiments/Editor/tests/dom/tracking-delete01-input.html
diff --git a/Editor/tests/dom/tracking-delete02-expected.html b/experiments/Editor/tests/dom/tracking-delete02-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-delete02-expected.html
rename to experiments/Editor/tests/dom/tracking-delete02-expected.html
diff --git a/Editor/tests/dom/tracking-delete02-input.html b/experiments/Editor/tests/dom/tracking-delete02-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-delete02-input.html
rename to experiments/Editor/tests/dom/tracking-delete02-input.html
diff --git a/Editor/tests/dom/tracking-delete03-expected.html b/experiments/Editor/tests/dom/tracking-delete03-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-delete03-expected.html
rename to experiments/Editor/tests/dom/tracking-delete03-expected.html
diff --git a/Editor/tests/dom/tracking-delete03-input.html b/experiments/Editor/tests/dom/tracking-delete03-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-delete03-input.html
rename to experiments/Editor/tests/dom/tracking-delete03-input.html
diff --git a/Editor/tests/dom/tracking-mergeWithNeighbours01-expected.html b/experiments/Editor/tests/dom/tracking-mergeWithNeighbours01-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-mergeWithNeighbours01-expected.html
rename to experiments/Editor/tests/dom/tracking-mergeWithNeighbours01-expected.html
diff --git a/Editor/tests/dom/tracking-mergeWithNeighbours01-input.html b/experiments/Editor/tests/dom/tracking-mergeWithNeighbours01-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-mergeWithNeighbours01-input.html
rename to experiments/Editor/tests/dom/tracking-mergeWithNeighbours01-input.html
diff --git a/Editor/tests/dom/tracking-mergeWithNeighbours02-expected.html b/experiments/Editor/tests/dom/tracking-mergeWithNeighbours02-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-mergeWithNeighbours02-expected.html
rename to experiments/Editor/tests/dom/tracking-mergeWithNeighbours02-expected.html
diff --git a/Editor/tests/dom/tracking-mergeWithNeighbours02-input.html b/experiments/Editor/tests/dom/tracking-mergeWithNeighbours02-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-mergeWithNeighbours02-input.html
rename to experiments/Editor/tests/dom/tracking-mergeWithNeighbours02-input.html
diff --git a/Editor/tests/dom/tracking-moveNode-expected.html b/experiments/Editor/tests/dom/tracking-moveNode-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-moveNode-expected.html
rename to experiments/Editor/tests/dom/tracking-moveNode-expected.html
diff --git a/Editor/tests/dom/tracking-moveNode-input.html b/experiments/Editor/tests/dom/tracking-moveNode-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-moveNode-input.html
rename to experiments/Editor/tests/dom/tracking-moveNode-input.html
diff --git a/Editor/tests/dom/tracking-removeNodeButKeepChildren-expected.html b/experiments/Editor/tests/dom/tracking-removeNodeButKeepChildren-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-removeNodeButKeepChildren-expected.html
rename to experiments/Editor/tests/dom/tracking-removeNodeButKeepChildren-expected.html
diff --git a/Editor/tests/dom/tracking-removeNodeButKeepChildren-input.html b/experiments/Editor/tests/dom/tracking-removeNodeButKeepChildren-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-removeNodeButKeepChildren-input.html
rename to experiments/Editor/tests/dom/tracking-removeNodeButKeepChildren-input.html
diff --git a/Editor/tests/dom/tracking-replaceElement-expected.html b/experiments/Editor/tests/dom/tracking-replaceElement-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-replaceElement-expected.html
rename to experiments/Editor/tests/dom/tracking-replaceElement-expected.html
diff --git a/Editor/tests/dom/tracking-replaceElement-input.html b/experiments/Editor/tests/dom/tracking-replaceElement-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-replaceElement-input.html
rename to experiments/Editor/tests/dom/tracking-replaceElement-input.html
diff --git a/Editor/tests/dom/tracking-text1-expected.html b/experiments/Editor/tests/dom/tracking-text1-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text1-expected.html
rename to experiments/Editor/tests/dom/tracking-text1-expected.html
diff --git a/Editor/tests/dom/tracking-text1-input.html b/experiments/Editor/tests/dom/tracking-text1-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text1-input.html
rename to experiments/Editor/tests/dom/tracking-text1-input.html
diff --git a/Editor/tests/dom/tracking-text2-expected.html b/experiments/Editor/tests/dom/tracking-text2-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text2-expected.html
rename to experiments/Editor/tests/dom/tracking-text2-expected.html
diff --git a/Editor/tests/dom/tracking-text2-input.html b/experiments/Editor/tests/dom/tracking-text2-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text2-input.html
rename to experiments/Editor/tests/dom/tracking-text2-input.html
diff --git a/Editor/tests/dom/tracking-text3-expected.html b/experiments/Editor/tests/dom/tracking-text3-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text3-expected.html
rename to experiments/Editor/tests/dom/tracking-text3-expected.html
diff --git a/Editor/tests/dom/tracking-text3-input.html b/experiments/Editor/tests/dom/tracking-text3-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text3-input.html
rename to experiments/Editor/tests/dom/tracking-text3-input.html
diff --git a/Editor/tests/dom/tracking-text4-expected.html b/experiments/Editor/tests/dom/tracking-text4-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text4-expected.html
rename to experiments/Editor/tests/dom/tracking-text4-expected.html
diff --git a/Editor/tests/dom/tracking-text4-input.html b/experiments/Editor/tests/dom/tracking-text4-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text4-input.html
rename to experiments/Editor/tests/dom/tracking-text4-input.html
diff --git a/Editor/tests/dom/tracking-text5-expected.html b/experiments/Editor/tests/dom/tracking-text5-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text5-expected.html
rename to experiments/Editor/tests/dom/tracking-text5-expected.html
diff --git a/Editor/tests/dom/tracking-text5-input.html b/experiments/Editor/tests/dom/tracking-text5-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text5-input.html
rename to experiments/Editor/tests/dom/tracking-text5-input.html
diff --git a/Editor/tests/dom/tracking-text6-expected.html b/experiments/Editor/tests/dom/tracking-text6-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text6-expected.html
rename to experiments/Editor/tests/dom/tracking-text6-expected.html
diff --git a/Editor/tests/dom/tracking-text6-input.html b/experiments/Editor/tests/dom/tracking-text6-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text6-input.html
rename to experiments/Editor/tests/dom/tracking-text6-input.html
diff --git a/Editor/tests/dom/tracking-text7-expected.html b/experiments/Editor/tests/dom/tracking-text7-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text7-expected.html
rename to experiments/Editor/tests/dom/tracking-text7-expected.html
diff --git a/Editor/tests/dom/tracking-text7-input.html b/experiments/Editor/tests/dom/tracking-text7-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text7-input.html
rename to experiments/Editor/tests/dom/tracking-text7-input.html
diff --git a/Editor/tests/dom/tracking-text8-expected.html b/experiments/Editor/tests/dom/tracking-text8-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text8-expected.html
rename to experiments/Editor/tests/dom/tracking-text8-expected.html
diff --git a/Editor/tests/dom/tracking-text8-input.html b/experiments/Editor/tests/dom/tracking-text8-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text8-input.html
rename to experiments/Editor/tests/dom/tracking-text8-input.html
diff --git a/Editor/tests/dom/tracking-text9-expected.html b/experiments/Editor/tests/dom/tracking-text9-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-text9-expected.html
rename to experiments/Editor/tests/dom/tracking-text9-expected.html
diff --git a/Editor/tests/dom/tracking-text9-input.html b/experiments/Editor/tests/dom/tracking-text9-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-text9-input.html
rename to experiments/Editor/tests/dom/tracking-text9-input.html
diff --git a/Editor/tests/dom/tracking-wrapNode-expected.html b/experiments/Editor/tests/dom/tracking-wrapNode-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking-wrapNode-expected.html
rename to experiments/Editor/tests/dom/tracking-wrapNode-expected.html
diff --git a/Editor/tests/dom/tracking-wrapNode-input.html b/experiments/Editor/tests/dom/tracking-wrapNode-input.html
similarity index 100%
rename from Editor/tests/dom/tracking-wrapNode-input.html
rename to experiments/Editor/tests/dom/tracking-wrapNode-input.html
diff --git a/Editor/tests/dom/tracking1-expected.html b/experiments/Editor/tests/dom/tracking1-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking1-expected.html
rename to experiments/Editor/tests/dom/tracking1-expected.html
diff --git a/Editor/tests/dom/tracking1-input.html b/experiments/Editor/tests/dom/tracking1-input.html
similarity index 100%
rename from Editor/tests/dom/tracking1-input.html
rename to experiments/Editor/tests/dom/tracking1-input.html
diff --git a/Editor/tests/dom/tracking2-expected.html b/experiments/Editor/tests/dom/tracking2-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking2-expected.html
rename to experiments/Editor/tests/dom/tracking2-expected.html
diff --git a/Editor/tests/dom/tracking2-input.html b/experiments/Editor/tests/dom/tracking2-input.html
similarity index 100%
rename from Editor/tests/dom/tracking2-input.html
rename to experiments/Editor/tests/dom/tracking2-input.html
diff --git a/Editor/tests/dom/tracking3-expected.html b/experiments/Editor/tests/dom/tracking3-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking3-expected.html
rename to experiments/Editor/tests/dom/tracking3-expected.html
diff --git a/Editor/tests/dom/tracking3-input.html b/experiments/Editor/tests/dom/tracking3-input.html
similarity index 100%
rename from Editor/tests/dom/tracking3-input.html
rename to experiments/Editor/tests/dom/tracking3-input.html
diff --git a/Editor/tests/dom/tracking4-expected.html b/experiments/Editor/tests/dom/tracking4-expected.html
similarity index 100%
rename from Editor/tests/dom/tracking4-expected.html
rename to experiments/Editor/tests/dom/tracking4-expected.html
diff --git a/Editor/tests/dom/tracking4-input.html b/experiments/Editor/tests/dom/tracking4-input.html
similarity index 100%
rename from Editor/tests/dom/tracking4-input.html
rename to experiments/Editor/tests/dom/tracking4-input.html
diff --git a/Editor/tests/dom/wrapSiblings01-expected.html b/experiments/Editor/tests/dom/wrapSiblings01-expected.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings01-expected.html
rename to experiments/Editor/tests/dom/wrapSiblings01-expected.html
diff --git a/Editor/tests/dom/wrapSiblings01-input.html b/experiments/Editor/tests/dom/wrapSiblings01-input.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings01-input.html
rename to experiments/Editor/tests/dom/wrapSiblings01-input.html
diff --git a/Editor/tests/dom/wrapSiblings02-expected.html b/experiments/Editor/tests/dom/wrapSiblings02-expected.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings02-expected.html
rename to experiments/Editor/tests/dom/wrapSiblings02-expected.html
diff --git a/Editor/tests/dom/wrapSiblings02-input.html b/experiments/Editor/tests/dom/wrapSiblings02-input.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings02-input.html
rename to experiments/Editor/tests/dom/wrapSiblings02-input.html
diff --git a/Editor/tests/dom/wrapSiblings03-expected.html b/experiments/Editor/tests/dom/wrapSiblings03-expected.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings03-expected.html
rename to experiments/Editor/tests/dom/wrapSiblings03-expected.html
diff --git a/Editor/tests/dom/wrapSiblings03-input.html b/experiments/Editor/tests/dom/wrapSiblings03-input.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings03-input.html
rename to experiments/Editor/tests/dom/wrapSiblings03-input.html
diff --git a/Editor/tests/dom/wrapSiblings04-expected.html b/experiments/Editor/tests/dom/wrapSiblings04-expected.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings04-expected.html
rename to experiments/Editor/tests/dom/wrapSiblings04-expected.html
diff --git a/Editor/tests/dom/wrapSiblings04-input.html b/experiments/Editor/tests/dom/wrapSiblings04-input.html
similarity index 100%
rename from Editor/tests/dom/wrapSiblings04-input.html
rename to experiments/Editor/tests/dom/wrapSiblings04-input.html
diff --git a/Editor/tests/figures/FiguresTest.js b/experiments/Editor/tests/figures/FiguresTest.js
similarity index 100%
rename from Editor/tests/figures/FiguresTest.js
rename to experiments/Editor/tests/figures/FiguresTest.js
diff --git a/Editor/tests/figures/getProperties01-expected.html b/experiments/Editor/tests/figures/getProperties01-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties01-expected.html
rename to experiments/Editor/tests/figures/getProperties01-expected.html
diff --git a/Editor/tests/figures/getProperties01-input.html b/experiments/Editor/tests/figures/getProperties01-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties01-input.html
rename to experiments/Editor/tests/figures/getProperties01-input.html
diff --git a/Editor/tests/figures/getProperties02-expected.html b/experiments/Editor/tests/figures/getProperties02-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties02-expected.html
rename to experiments/Editor/tests/figures/getProperties02-expected.html
diff --git a/Editor/tests/figures/getProperties02-input.html b/experiments/Editor/tests/figures/getProperties02-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties02-input.html
rename to experiments/Editor/tests/figures/getProperties02-input.html
diff --git a/Editor/tests/figures/getProperties03-expected.html b/experiments/Editor/tests/figures/getProperties03-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties03-expected.html
rename to experiments/Editor/tests/figures/getProperties03-expected.html
diff --git a/Editor/tests/figures/getProperties03-input.html b/experiments/Editor/tests/figures/getProperties03-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties03-input.html
rename to experiments/Editor/tests/figures/getProperties03-input.html
diff --git a/Editor/tests/figures/getProperties04-expected.html b/experiments/Editor/tests/figures/getProperties04-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties04-expected.html
rename to experiments/Editor/tests/figures/getProperties04-expected.html
diff --git a/Editor/tests/figures/getProperties04-input.html b/experiments/Editor/tests/figures/getProperties04-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties04-input.html
rename to experiments/Editor/tests/figures/getProperties04-input.html
diff --git a/Editor/tests/figures/getProperties05-expected.html b/experiments/Editor/tests/figures/getProperties05-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties05-expected.html
rename to experiments/Editor/tests/figures/getProperties05-expected.html
diff --git a/Editor/tests/figures/getProperties05-input.html b/experiments/Editor/tests/figures/getProperties05-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties05-input.html
rename to experiments/Editor/tests/figures/getProperties05-input.html
diff --git a/Editor/tests/figures/getProperties06-expected.html b/experiments/Editor/tests/figures/getProperties06-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties06-expected.html
rename to experiments/Editor/tests/figures/getProperties06-expected.html
diff --git a/Editor/tests/figures/getProperties06-input.html b/experiments/Editor/tests/figures/getProperties06-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties06-input.html
rename to experiments/Editor/tests/figures/getProperties06-input.html
diff --git a/Editor/tests/figures/getProperties07-expected.html b/experiments/Editor/tests/figures/getProperties07-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties07-expected.html
rename to experiments/Editor/tests/figures/getProperties07-expected.html
diff --git a/Editor/tests/figures/getProperties07-input.html b/experiments/Editor/tests/figures/getProperties07-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties07-input.html
rename to experiments/Editor/tests/figures/getProperties07-input.html
diff --git a/Editor/tests/figures/getProperties08-expected.html b/experiments/Editor/tests/figures/getProperties08-expected.html
similarity index 100%
rename from Editor/tests/figures/getProperties08-expected.html
rename to experiments/Editor/tests/figures/getProperties08-expected.html
diff --git a/Editor/tests/figures/getProperties08-input.html b/experiments/Editor/tests/figures/getProperties08-input.html
similarity index 100%
rename from Editor/tests/figures/getProperties08-input.html
rename to experiments/Editor/tests/figures/getProperties08-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy01-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy01-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy01-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy01-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy01-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy01-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy01-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy01-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy02-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy02-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy02-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy02-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy02-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy02-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy02-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy02-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy03-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy03-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy03-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy03-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy03-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy03-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy03-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy03-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy04-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy04-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy04-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy04-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy04-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy04-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy04-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy04-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy05-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy05-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy05-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy05-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy05-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy05-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy05-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy05-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy06-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy06-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy06-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy06-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy06-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy06-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy06-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy06-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy07-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy07-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy07-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy07-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy07-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy07-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy07-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy07-input.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy08-expected.html b/experiments/Editor/tests/figures/insertFigure-hierarchy08-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy08-expected.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy08-expected.html
diff --git a/Editor/tests/figures/insertFigure-hierarchy08-input.html b/experiments/Editor/tests/figures/insertFigure-hierarchy08-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure-hierarchy08-input.html
rename to experiments/Editor/tests/figures/insertFigure-hierarchy08-input.html
diff --git a/Editor/tests/figures/insertFigure01-expected.html b/experiments/Editor/tests/figures/insertFigure01-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure01-expected.html
rename to experiments/Editor/tests/figures/insertFigure01-expected.html
diff --git a/Editor/tests/figures/insertFigure01-input.html b/experiments/Editor/tests/figures/insertFigure01-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure01-input.html
rename to experiments/Editor/tests/figures/insertFigure01-input.html
diff --git a/Editor/tests/figures/insertFigure02-expected.html b/experiments/Editor/tests/figures/insertFigure02-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure02-expected.html
rename to experiments/Editor/tests/figures/insertFigure02-expected.html
diff --git a/Editor/tests/figures/insertFigure02-input.html b/experiments/Editor/tests/figures/insertFigure02-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure02-input.html
rename to experiments/Editor/tests/figures/insertFigure02-input.html
diff --git a/Editor/tests/figures/insertFigure03-expected.html b/experiments/Editor/tests/figures/insertFigure03-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure03-expected.html
rename to experiments/Editor/tests/figures/insertFigure03-expected.html
diff --git a/Editor/tests/figures/insertFigure03-input.html b/experiments/Editor/tests/figures/insertFigure03-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure03-input.html
rename to experiments/Editor/tests/figures/insertFigure03-input.html
diff --git a/Editor/tests/figures/insertFigure04-expected.html b/experiments/Editor/tests/figures/insertFigure04-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure04-expected.html
rename to experiments/Editor/tests/figures/insertFigure04-expected.html
diff --git a/Editor/tests/figures/insertFigure04-input.html b/experiments/Editor/tests/figures/insertFigure04-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure04-input.html
rename to experiments/Editor/tests/figures/insertFigure04-input.html
diff --git a/Editor/tests/figures/insertFigure05-expected.html b/experiments/Editor/tests/figures/insertFigure05-expected.html
similarity index 100%
rename from Editor/tests/figures/insertFigure05-expected.html
rename to experiments/Editor/tests/figures/insertFigure05-expected.html
diff --git a/Editor/tests/figures/insertFigure05-input.html b/experiments/Editor/tests/figures/insertFigure05-input.html
similarity index 100%
rename from Editor/tests/figures/insertFigure05-input.html
rename to experiments/Editor/tests/figures/insertFigure05-input.html
diff --git a/Editor/tests/figures/nothing.png b/experiments/Editor/tests/figures/nothing.png
similarity index 100%
rename from Editor/tests/figures/nothing.png
rename to experiments/Editor/tests/figures/nothing.png
Binary files differ
diff --git a/Editor/tests/figures/setProperties01-expected.html b/experiments/Editor/tests/figures/setProperties01-expected.html
similarity index 100%
rename from Editor/tests/figures/setProperties01-expected.html
rename to experiments/Editor/tests/figures/setProperties01-expected.html
diff --git a/Editor/tests/figures/setProperties01-input.html b/experiments/Editor/tests/figures/setProperties01-input.html
similarity index 100%
rename from Editor/tests/figures/setProperties01-input.html
rename to experiments/Editor/tests/figures/setProperties01-input.html
diff --git a/Editor/tests/figures/setProperties02-expected.html b/experiments/Editor/tests/figures/setProperties02-expected.html
similarity index 100%
rename from Editor/tests/figures/setProperties02-expected.html
rename to experiments/Editor/tests/figures/setProperties02-expected.html
diff --git a/Editor/tests/figures/setProperties02-input.html b/experiments/Editor/tests/figures/setProperties02-input.html
similarity index 100%
rename from Editor/tests/figures/setProperties02-input.html
rename to experiments/Editor/tests/figures/setProperties02-input.html
diff --git a/Editor/tests/figures/setProperties03-expected.html b/experiments/Editor/tests/figures/setProperties03-expected.html
similarity index 100%
rename from Editor/tests/figures/setProperties03-expected.html
rename to experiments/Editor/tests/figures/setProperties03-expected.html
diff --git a/Editor/tests/figures/setProperties03-input.html b/experiments/Editor/tests/figures/setProperties03-input.html
similarity index 100%
rename from Editor/tests/figures/setProperties03-input.html
rename to experiments/Editor/tests/figures/setProperties03-input.html
diff --git a/Editor/tests/figures/setProperties04-expected.html b/experiments/Editor/tests/figures/setProperties04-expected.html
similarity index 100%
rename from Editor/tests/figures/setProperties04-expected.html
rename to experiments/Editor/tests/figures/setProperties04-expected.html
diff --git a/Editor/tests/figures/setProperties04-input.html b/experiments/Editor/tests/figures/setProperties04-input.html
similarity index 100%
rename from Editor/tests/figures/setProperties04-input.html
rename to experiments/Editor/tests/figures/setProperties04-input.html
diff --git a/Editor/tests/formatting/classNames01-expected.html b/experiments/Editor/tests/formatting/classNames01-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames01-expected.html
rename to experiments/Editor/tests/formatting/classNames01-expected.html
diff --git a/Editor/tests/formatting/classNames01-input.html b/experiments/Editor/tests/formatting/classNames01-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames01-input.html
rename to experiments/Editor/tests/formatting/classNames01-input.html
diff --git a/Editor/tests/formatting/classNames02-expected.html b/experiments/Editor/tests/formatting/classNames02-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames02-expected.html
rename to experiments/Editor/tests/formatting/classNames02-expected.html
diff --git a/Editor/tests/formatting/classNames02-input.html b/experiments/Editor/tests/formatting/classNames02-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames02-input.html
rename to experiments/Editor/tests/formatting/classNames02-input.html
diff --git a/Editor/tests/formatting/classNames03-expected.html b/experiments/Editor/tests/formatting/classNames03-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames03-expected.html
rename to experiments/Editor/tests/formatting/classNames03-expected.html
diff --git a/Editor/tests/formatting/classNames03-input.html b/experiments/Editor/tests/formatting/classNames03-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames03-input.html
rename to experiments/Editor/tests/formatting/classNames03-input.html
diff --git a/Editor/tests/formatting/classNames04-expected.html b/experiments/Editor/tests/formatting/classNames04-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames04-expected.html
rename to experiments/Editor/tests/formatting/classNames04-expected.html
diff --git a/Editor/tests/formatting/classNames04-input.html b/experiments/Editor/tests/formatting/classNames04-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames04-input.html
rename to experiments/Editor/tests/formatting/classNames04-input.html
diff --git a/Editor/tests/formatting/classNames05-expected.html b/experiments/Editor/tests/formatting/classNames05-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames05-expected.html
rename to experiments/Editor/tests/formatting/classNames05-expected.html
diff --git a/Editor/tests/formatting/classNames05-input.html b/experiments/Editor/tests/formatting/classNames05-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames05-input.html
rename to experiments/Editor/tests/formatting/classNames05-input.html
diff --git a/Editor/tests/formatting/classNames06-expected.html b/experiments/Editor/tests/formatting/classNames06-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames06-expected.html
rename to experiments/Editor/tests/formatting/classNames06-expected.html
diff --git a/Editor/tests/formatting/classNames06-input.html b/experiments/Editor/tests/formatting/classNames06-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames06-input.html
rename to experiments/Editor/tests/formatting/classNames06-input.html
diff --git a/Editor/tests/formatting/classNames07-expected.html b/experiments/Editor/tests/formatting/classNames07-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames07-expected.html
rename to experiments/Editor/tests/formatting/classNames07-expected.html
diff --git a/Editor/tests/formatting/classNames07-input.html b/experiments/Editor/tests/formatting/classNames07-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames07-input.html
rename to experiments/Editor/tests/formatting/classNames07-input.html
diff --git a/Editor/tests/formatting/classNames08-expected.html b/experiments/Editor/tests/formatting/classNames08-expected.html
similarity index 100%
rename from Editor/tests/formatting/classNames08-expected.html
rename to experiments/Editor/tests/formatting/classNames08-expected.html
diff --git a/Editor/tests/formatting/classNames08-input.html b/experiments/Editor/tests/formatting/classNames08-input.html
similarity index 100%
rename from Editor/tests/formatting/classNames08-input.html
rename to experiments/Editor/tests/formatting/classNames08-input.html
diff --git a/Editor/tests/formatting/empty01-expected.html b/experiments/Editor/tests/formatting/empty01-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty01-expected.html
rename to experiments/Editor/tests/formatting/empty01-expected.html
diff --git a/Editor/tests/formatting/empty01-input.html b/experiments/Editor/tests/formatting/empty01-input.html
similarity index 100%
rename from Editor/tests/formatting/empty01-input.html
rename to experiments/Editor/tests/formatting/empty01-input.html
diff --git a/Editor/tests/formatting/empty02-expected.html b/experiments/Editor/tests/formatting/empty02-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty02-expected.html
rename to experiments/Editor/tests/formatting/empty02-expected.html
diff --git a/Editor/tests/formatting/empty02-input.html b/experiments/Editor/tests/formatting/empty02-input.html
similarity index 100%
rename from Editor/tests/formatting/empty02-input.html
rename to experiments/Editor/tests/formatting/empty02-input.html
diff --git a/Editor/tests/formatting/empty03-expected.html b/experiments/Editor/tests/formatting/empty03-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty03-expected.html
rename to experiments/Editor/tests/formatting/empty03-expected.html
diff --git a/Editor/tests/formatting/empty03-input.html b/experiments/Editor/tests/formatting/empty03-input.html
similarity index 100%
rename from Editor/tests/formatting/empty03-input.html
rename to experiments/Editor/tests/formatting/empty03-input.html
diff --git a/Editor/tests/formatting/empty04-expected.html b/experiments/Editor/tests/formatting/empty04-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty04-expected.html
rename to experiments/Editor/tests/formatting/empty04-expected.html
diff --git a/Editor/tests/formatting/empty04-input.html b/experiments/Editor/tests/formatting/empty04-input.html
similarity index 100%
rename from Editor/tests/formatting/empty04-input.html
rename to experiments/Editor/tests/formatting/empty04-input.html
diff --git a/Editor/tests/formatting/empty05-expected.html b/experiments/Editor/tests/formatting/empty05-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty05-expected.html
rename to experiments/Editor/tests/formatting/empty05-expected.html
diff --git a/Editor/tests/formatting/empty05-input.html b/experiments/Editor/tests/formatting/empty05-input.html
similarity index 100%
rename from Editor/tests/formatting/empty05-input.html
rename to experiments/Editor/tests/formatting/empty05-input.html
diff --git a/Editor/tests/formatting/empty06-expected.html b/experiments/Editor/tests/formatting/empty06-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty06-expected.html
rename to experiments/Editor/tests/formatting/empty06-expected.html
diff --git a/Editor/tests/formatting/empty06-input.html b/experiments/Editor/tests/formatting/empty06-input.html
similarity index 100%
rename from Editor/tests/formatting/empty06-input.html
rename to experiments/Editor/tests/formatting/empty06-input.html
diff --git a/Editor/tests/formatting/empty07-expected.html b/experiments/Editor/tests/formatting/empty07-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty07-expected.html
rename to experiments/Editor/tests/formatting/empty07-expected.html
diff --git a/Editor/tests/formatting/empty07-input.html b/experiments/Editor/tests/formatting/empty07-input.html
similarity index 100%
rename from Editor/tests/formatting/empty07-input.html
rename to experiments/Editor/tests/formatting/empty07-input.html
diff --git a/Editor/tests/formatting/empty08-expected.html b/experiments/Editor/tests/formatting/empty08-expected.html
similarity index 100%
rename from Editor/tests/formatting/empty08-expected.html
rename to experiments/Editor/tests/formatting/empty08-expected.html
diff --git a/Editor/tests/formatting/empty08-input.html b/experiments/Editor/tests/formatting/empty08-input.html
similarity index 100%
rename from Editor/tests/formatting/empty08-input.html
rename to experiments/Editor/tests/formatting/empty08-input.html
diff --git a/Editor/tests/formatting/getFormatting-class01-expected.html b/experiments/Editor/tests/formatting/getFormatting-class01-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class01-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class01-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class01-input.html b/experiments/Editor/tests/formatting/getFormatting-class01-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class01-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class01-input.html
diff --git a/Editor/tests/formatting/getFormatting-class02-expected.html b/experiments/Editor/tests/formatting/getFormatting-class02-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class02-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class02-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class02-input.html b/experiments/Editor/tests/formatting/getFormatting-class02-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class02-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class02-input.html
diff --git a/Editor/tests/formatting/getFormatting-class03-expected.html b/experiments/Editor/tests/formatting/getFormatting-class03-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class03-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class03-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class03-input.html b/experiments/Editor/tests/formatting/getFormatting-class03-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class03-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class03-input.html
diff --git a/Editor/tests/formatting/getFormatting-class04-expected.html b/experiments/Editor/tests/formatting/getFormatting-class04-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class04-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class04-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class04-input.html b/experiments/Editor/tests/formatting/getFormatting-class04-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class04-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class04-input.html
diff --git a/Editor/tests/formatting/getFormatting-class05-expected.html b/experiments/Editor/tests/formatting/getFormatting-class05-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class05-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class05-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class05-input.html b/experiments/Editor/tests/formatting/getFormatting-class05-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class05-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class05-input.html
diff --git a/Editor/tests/formatting/getFormatting-class06-expected.html b/experiments/Editor/tests/formatting/getFormatting-class06-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class06-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class06-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class06-input.html b/experiments/Editor/tests/formatting/getFormatting-class06-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class06-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class06-input.html
diff --git a/Editor/tests/formatting/getFormatting-class07-expected.html b/experiments/Editor/tests/formatting/getFormatting-class07-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class07-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class07-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class07-input.html b/experiments/Editor/tests/formatting/getFormatting-class07-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class07-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class07-input.html
diff --git a/Editor/tests/formatting/getFormatting-class08-expected.html b/experiments/Editor/tests/formatting/getFormatting-class08-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class08-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-class08-expected.html
diff --git a/Editor/tests/formatting/getFormatting-class08-input.html b/experiments/Editor/tests/formatting/getFormatting-class08-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-class08-input.html
rename to experiments/Editor/tests/formatting/getFormatting-class08-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty01a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty01a-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty01a-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty01a-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty01a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty01a-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty01a-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty01a-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty01b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty01b-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty01b-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty01b-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty01b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty01b-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty01b-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty01b-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty02a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty02a-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty02a-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty02a-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty02a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty02a-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty02a-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty02a-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty02b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty02b-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty02b-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty02b-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty02b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty02b-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty02b-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty02b-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty03a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty03a-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty03a-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty03a-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty03a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty03a-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty03a-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty03a-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty03b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty03b-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty03b-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty03b-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty03b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty03b-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty03b-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty03b-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty04a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty04a-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty04a-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty04a-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty04a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty04a-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty04a-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty04a-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty04b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty04b-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty04b-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty04b-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty04b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty04b-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty04b-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty04b-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty05a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty05a-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty05a-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty05a-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty05a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty05a-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty05a-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty05a-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty05b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty05b-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty05b-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty05b-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty05b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty05b-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty05b-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty05b-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty06a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty06a-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty06a-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty06a-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty06a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty06a-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty06a-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty06a-input.html
diff --git a/Editor/tests/formatting/getFormatting-empty06b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty06b-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty06b-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-empty06b-expected.html
diff --git a/Editor/tests/formatting/getFormatting-empty06b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty06b-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-empty06b-input.html
rename to experiments/Editor/tests/formatting/getFormatting-empty06b-input.html
diff --git a/Editor/tests/formatting/getFormatting-list01-expected.html b/experiments/Editor/tests/formatting/getFormatting-list01-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list01-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list01-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list01-input.html b/experiments/Editor/tests/formatting/getFormatting-list01-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list01-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list01-input.html
diff --git a/Editor/tests/formatting/getFormatting-list02-expected.html b/experiments/Editor/tests/formatting/getFormatting-list02-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list02-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list02-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list02-input.html b/experiments/Editor/tests/formatting/getFormatting-list02-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list02-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list02-input.html
diff --git a/Editor/tests/formatting/getFormatting-list03-expected.html b/experiments/Editor/tests/formatting/getFormatting-list03-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list03-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list03-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list03-input.html b/experiments/Editor/tests/formatting/getFormatting-list03-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list03-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list03-input.html
diff --git a/Editor/tests/formatting/getFormatting-list04-expected.html b/experiments/Editor/tests/formatting/getFormatting-list04-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list04-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list04-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list04-input.html b/experiments/Editor/tests/formatting/getFormatting-list04-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list04-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list04-input.html
diff --git a/Editor/tests/formatting/getFormatting-list05-expected.html b/experiments/Editor/tests/formatting/getFormatting-list05-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list05-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list05-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list05-input.html b/experiments/Editor/tests/formatting/getFormatting-list05-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list05-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list05-input.html
diff --git a/Editor/tests/formatting/getFormatting-list06-expected.html b/experiments/Editor/tests/formatting/getFormatting-list06-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list06-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list06-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list06-input.html b/experiments/Editor/tests/formatting/getFormatting-list06-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list06-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list06-input.html
diff --git a/Editor/tests/formatting/getFormatting-list07-expected.html b/experiments/Editor/tests/formatting/getFormatting-list07-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list07-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list07-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list07-input.html b/experiments/Editor/tests/formatting/getFormatting-list07-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list07-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list07-input.html
diff --git a/Editor/tests/formatting/getFormatting-list08-expected.html b/experiments/Editor/tests/formatting/getFormatting-list08-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list08-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list08-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list08-input.html b/experiments/Editor/tests/formatting/getFormatting-list08-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list08-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list08-input.html
diff --git a/Editor/tests/formatting/getFormatting-list09-expected.html b/experiments/Editor/tests/formatting/getFormatting-list09-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list09-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list09-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list09-input.html b/experiments/Editor/tests/formatting/getFormatting-list09-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list09-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list09-input.html
diff --git a/Editor/tests/formatting/getFormatting-list10-expected.html b/experiments/Editor/tests/formatting/getFormatting-list10-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list10-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list10-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list10-input.html b/experiments/Editor/tests/formatting/getFormatting-list10-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list10-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list10-input.html
diff --git a/Editor/tests/formatting/getFormatting-list11-expected.html b/experiments/Editor/tests/formatting/getFormatting-list11-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list11-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list11-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list11-input.html b/experiments/Editor/tests/formatting/getFormatting-list11-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list11-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list11-input.html
diff --git a/Editor/tests/formatting/getFormatting-list12-expected.html b/experiments/Editor/tests/formatting/getFormatting-list12-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list12-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list12-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list12-input.html b/experiments/Editor/tests/formatting/getFormatting-list12-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list12-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list12-input.html
diff --git a/Editor/tests/formatting/getFormatting-list13-expected.html b/experiments/Editor/tests/formatting/getFormatting-list13-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list13-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list13-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list13-input.html b/experiments/Editor/tests/formatting/getFormatting-list13-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list13-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list13-input.html
diff --git a/Editor/tests/formatting/getFormatting-list14-expected.html b/experiments/Editor/tests/formatting/getFormatting-list14-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list14-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list14-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list14-input.html b/experiments/Editor/tests/formatting/getFormatting-list14-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list14-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list14-input.html
diff --git a/Editor/tests/formatting/getFormatting-list15-expected.html b/experiments/Editor/tests/formatting/getFormatting-list15-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list15-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list15-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list15-input.html b/experiments/Editor/tests/formatting/getFormatting-list15-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list15-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list15-input.html
diff --git a/Editor/tests/formatting/getFormatting-list16-expected.html b/experiments/Editor/tests/formatting/getFormatting-list16-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list16-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list16-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list16-input.html b/experiments/Editor/tests/formatting/getFormatting-list16-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list16-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list16-input.html
diff --git a/Editor/tests/formatting/getFormatting-list17-expected.html b/experiments/Editor/tests/formatting/getFormatting-list17-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list17-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list17-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list17-input.html b/experiments/Editor/tests/formatting/getFormatting-list17-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list17-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list17-input.html
diff --git a/Editor/tests/formatting/getFormatting-list18-expected.html b/experiments/Editor/tests/formatting/getFormatting-list18-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list18-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list18-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list18-input.html b/experiments/Editor/tests/formatting/getFormatting-list18-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list18-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list18-input.html
diff --git a/Editor/tests/formatting/getFormatting-list19-expected.html b/experiments/Editor/tests/formatting/getFormatting-list19-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list19-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list19-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list19-input.html b/experiments/Editor/tests/formatting/getFormatting-list19-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list19-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list19-input.html
diff --git a/Editor/tests/formatting/getFormatting-list20-expected.html b/experiments/Editor/tests/formatting/getFormatting-list20-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list20-expected.html
rename to experiments/Editor/tests/formatting/getFormatting-list20-expected.html
diff --git a/Editor/tests/formatting/getFormatting-list20-input.html b/experiments/Editor/tests/formatting/getFormatting-list20-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting-list20-input.html
rename to experiments/Editor/tests/formatting/getFormatting-list20-input.html
diff --git a/Editor/tests/formatting/getFormatting01-expected.html b/experiments/Editor/tests/formatting/getFormatting01-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting01-expected.html
rename to experiments/Editor/tests/formatting/getFormatting01-expected.html
diff --git a/Editor/tests/formatting/getFormatting01-input.html b/experiments/Editor/tests/formatting/getFormatting01-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting01-input.html
rename to experiments/Editor/tests/formatting/getFormatting01-input.html
diff --git a/Editor/tests/formatting/getFormatting02-expected.html b/experiments/Editor/tests/formatting/getFormatting02-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting02-expected.html
rename to experiments/Editor/tests/formatting/getFormatting02-expected.html
diff --git a/Editor/tests/formatting/getFormatting02-input.html b/experiments/Editor/tests/formatting/getFormatting02-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting02-input.html
rename to experiments/Editor/tests/formatting/getFormatting02-input.html
diff --git a/Editor/tests/formatting/getFormatting03-expected.html b/experiments/Editor/tests/formatting/getFormatting03-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting03-expected.html
rename to experiments/Editor/tests/formatting/getFormatting03-expected.html
diff --git a/Editor/tests/formatting/getFormatting03-input.html b/experiments/Editor/tests/formatting/getFormatting03-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting03-input.html
rename to experiments/Editor/tests/formatting/getFormatting03-input.html
diff --git a/Editor/tests/formatting/getFormatting04-expected.html b/experiments/Editor/tests/formatting/getFormatting04-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting04-expected.html
rename to experiments/Editor/tests/formatting/getFormatting04-expected.html
diff --git a/Editor/tests/formatting/getFormatting04-input.html b/experiments/Editor/tests/formatting/getFormatting04-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting04-input.html
rename to experiments/Editor/tests/formatting/getFormatting04-input.html
diff --git a/Editor/tests/formatting/getFormatting05-expected.html b/experiments/Editor/tests/formatting/getFormatting05-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting05-expected.html
rename to experiments/Editor/tests/formatting/getFormatting05-expected.html
diff --git a/Editor/tests/formatting/getFormatting05-input.html b/experiments/Editor/tests/formatting/getFormatting05-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting05-input.html
rename to experiments/Editor/tests/formatting/getFormatting05-input.html
diff --git a/Editor/tests/formatting/getFormatting06-expected.html b/experiments/Editor/tests/formatting/getFormatting06-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting06-expected.html
rename to experiments/Editor/tests/formatting/getFormatting06-expected.html
diff --git a/Editor/tests/formatting/getFormatting06-input.html b/experiments/Editor/tests/formatting/getFormatting06-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting06-input.html
rename to experiments/Editor/tests/formatting/getFormatting06-input.html
diff --git a/Editor/tests/formatting/getFormatting07-expected.html b/experiments/Editor/tests/formatting/getFormatting07-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting07-expected.html
rename to experiments/Editor/tests/formatting/getFormatting07-expected.html
diff --git a/Editor/tests/formatting/getFormatting07-input.html b/experiments/Editor/tests/formatting/getFormatting07-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting07-input.html
rename to experiments/Editor/tests/formatting/getFormatting07-input.html
diff --git a/Editor/tests/formatting/getFormatting08-expected.html b/experiments/Editor/tests/formatting/getFormatting08-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting08-expected.html
rename to experiments/Editor/tests/formatting/getFormatting08-expected.html
diff --git a/Editor/tests/formatting/getFormatting08-input.html b/experiments/Editor/tests/formatting/getFormatting08-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting08-input.html
rename to experiments/Editor/tests/formatting/getFormatting08-input.html
diff --git a/Editor/tests/formatting/getFormatting09-expected.html b/experiments/Editor/tests/formatting/getFormatting09-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting09-expected.html
rename to experiments/Editor/tests/formatting/getFormatting09-expected.html
diff --git a/Editor/tests/formatting/getFormatting09-input.html b/experiments/Editor/tests/formatting/getFormatting09-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting09-input.html
rename to experiments/Editor/tests/formatting/getFormatting09-input.html
diff --git a/Editor/tests/formatting/getFormatting10-expected.html b/experiments/Editor/tests/formatting/getFormatting10-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting10-expected.html
rename to experiments/Editor/tests/formatting/getFormatting10-expected.html
diff --git a/Editor/tests/formatting/getFormatting10-input.html b/experiments/Editor/tests/formatting/getFormatting10-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting10-input.html
rename to experiments/Editor/tests/formatting/getFormatting10-input.html
diff --git a/Editor/tests/formatting/getFormatting11-expected.html b/experiments/Editor/tests/formatting/getFormatting11-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting11-expected.html
rename to experiments/Editor/tests/formatting/getFormatting11-expected.html
diff --git a/Editor/tests/formatting/getFormatting11-input.html b/experiments/Editor/tests/formatting/getFormatting11-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting11-input.html
rename to experiments/Editor/tests/formatting/getFormatting11-input.html
diff --git a/Editor/tests/formatting/getFormatting12-expected.html b/experiments/Editor/tests/formatting/getFormatting12-expected.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting12-expected.html
rename to experiments/Editor/tests/formatting/getFormatting12-expected.html
diff --git a/Editor/tests/formatting/getFormatting12-input.html b/experiments/Editor/tests/formatting/getFormatting12-input.html
similarity index 100%
rename from Editor/tests/formatting/getFormatting12-input.html
rename to experiments/Editor/tests/formatting/getFormatting12-input.html
diff --git a/Editor/tests/formatting/indiv01a-expected.html b/experiments/Editor/tests/formatting/indiv01a-expected.html
similarity index 100%
rename from Editor/tests/formatting/indiv01a-expected.html
rename to experiments/Editor/tests/formatting/indiv01a-expected.html
diff --git a/Editor/tests/formatting/indiv01a-input.html b/experiments/Editor/tests/formatting/indiv01a-input.html
similarity index 100%
rename from Editor/tests/formatting/indiv01a-input.html
rename to experiments/Editor/tests/formatting/indiv01a-input.html
diff --git a/Editor/tests/formatting/indiv01b-expected.html b/experiments/Editor/tests/formatting/indiv01b-expected.html
similarity index 100%
rename from Editor/tests/formatting/indiv01b-expected.html
rename to experiments/Editor/tests/formatting/indiv01b-expected.html
diff --git a/Editor/tests/formatting/indiv01b-input.html b/experiments/Editor/tests/formatting/indiv01b-input.html
similarity index 100%
rename from Editor/tests/formatting/indiv01b-input.html
rename to experiments/Editor/tests/formatting/indiv01b-input.html
diff --git a/Editor/tests/formatting/indiv02a-expected.html b/experiments/Editor/tests/formatting/indiv02a-expected.html
similarity index 100%
rename from Editor/tests/formatting/indiv02a-expected.html
rename to experiments/Editor/tests/formatting/indiv02a-expected.html
diff --git a/Editor/tests/formatting/indiv02a-input.html b/experiments/Editor/tests/formatting/indiv02a-input.html
similarity index 100%
rename from Editor/tests/formatting/indiv02a-input.html
rename to experiments/Editor/tests/formatting/indiv02a-input.html
diff --git a/Editor/tests/formatting/indiv02b-expected.html b/experiments/Editor/tests/formatting/indiv02b-expected.html
similarity index 100%
rename from Editor/tests/formatting/indiv02b-expected.html
rename to experiments/Editor/tests/formatting/indiv02b-expected.html
diff --git a/Editor/tests/formatting/indiv02b-input.html b/experiments/Editor/tests/formatting/indiv02b-input.html
similarity index 100%
rename from Editor/tests/formatting/indiv02b-input.html
rename to experiments/Editor/tests/formatting/indiv02b-input.html
diff --git a/Editor/tests/formatting/indiv03a-expected.html b/experiments/Editor/tests/formatting/indiv03a-expected.html
similarity index 100%
rename from Editor/tests/formatting/indiv03a-expected.html
rename to experiments/Editor/tests/formatting/indiv03a-expected.html
diff --git a/Editor/tests/formatting/indiv03a-input.html b/experiments/Editor/tests/formatting/indiv03a-input.html
similarity index 100%
rename from Editor/tests/formatting/indiv03a-input.html
rename to experiments/Editor/tests/formatting/indiv03a-input.html
diff --git a/Editor/tests/formatting/indiv03b-expected.html b/experiments/Editor/tests/formatting/indiv03b-expected.html
similarity index 100%
rename from Editor/tests/formatting/indiv03b-expected.html
rename to experiments/Editor/tests/formatting/indiv03b-expected.html
diff --git a/Editor/tests/formatting/indiv03b-input.html b/experiments/Editor/tests/formatting/indiv03b-input.html
similarity index 100%
rename from Editor/tests/formatting/indiv03b-input.html
rename to experiments/Editor/tests/formatting/indiv03b-input.html
diff --git a/Editor/tests/formatting/inline-change01-expected.html b/experiments/Editor/tests/formatting/inline-change01-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change01-expected.html
rename to experiments/Editor/tests/formatting/inline-change01-expected.html
diff --git a/Editor/tests/formatting/inline-change01-input.html b/experiments/Editor/tests/formatting/inline-change01-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change01-input.html
rename to experiments/Editor/tests/formatting/inline-change01-input.html
diff --git a/Editor/tests/formatting/inline-change02-expected.html b/experiments/Editor/tests/formatting/inline-change02-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change02-expected.html
rename to experiments/Editor/tests/formatting/inline-change02-expected.html
diff --git a/Editor/tests/formatting/inline-change02-input.html b/experiments/Editor/tests/formatting/inline-change02-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change02-input.html
rename to experiments/Editor/tests/formatting/inline-change02-input.html
diff --git a/Editor/tests/formatting/inline-change03-expected.html b/experiments/Editor/tests/formatting/inline-change03-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change03-expected.html
rename to experiments/Editor/tests/formatting/inline-change03-expected.html
diff --git a/Editor/tests/formatting/inline-change03-input.html b/experiments/Editor/tests/formatting/inline-change03-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change03-input.html
rename to experiments/Editor/tests/formatting/inline-change03-input.html
diff --git a/Editor/tests/formatting/inline-change04-expected.html b/experiments/Editor/tests/formatting/inline-change04-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change04-expected.html
rename to experiments/Editor/tests/formatting/inline-change04-expected.html
diff --git a/Editor/tests/formatting/inline-change04-input.html b/experiments/Editor/tests/formatting/inline-change04-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change04-input.html
rename to experiments/Editor/tests/formatting/inline-change04-input.html
diff --git a/Editor/tests/formatting/inline-change05-expected.html b/experiments/Editor/tests/formatting/inline-change05-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change05-expected.html
rename to experiments/Editor/tests/formatting/inline-change05-expected.html
diff --git a/Editor/tests/formatting/inline-change05-input.html b/experiments/Editor/tests/formatting/inline-change05-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change05-input.html
rename to experiments/Editor/tests/formatting/inline-change05-input.html
diff --git a/Editor/tests/formatting/inline-change06-expected.html b/experiments/Editor/tests/formatting/inline-change06-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change06-expected.html
rename to experiments/Editor/tests/formatting/inline-change06-expected.html
diff --git a/Editor/tests/formatting/inline-change06-input.html b/experiments/Editor/tests/formatting/inline-change06-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change06-input.html
rename to experiments/Editor/tests/formatting/inline-change06-input.html
diff --git a/Editor/tests/formatting/inline-change07-expected.html b/experiments/Editor/tests/formatting/inline-change07-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change07-expected.html
rename to experiments/Editor/tests/formatting/inline-change07-expected.html
diff --git a/Editor/tests/formatting/inline-change07-input.html b/experiments/Editor/tests/formatting/inline-change07-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change07-input.html
rename to experiments/Editor/tests/formatting/inline-change07-input.html
diff --git a/Editor/tests/formatting/inline-change08-expected.html b/experiments/Editor/tests/formatting/inline-change08-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change08-expected.html
rename to experiments/Editor/tests/formatting/inline-change08-expected.html
diff --git a/Editor/tests/formatting/inline-change08-input.html b/experiments/Editor/tests/formatting/inline-change08-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change08-input.html
rename to experiments/Editor/tests/formatting/inline-change08-input.html
diff --git a/Editor/tests/formatting/inline-change09-expected.html b/experiments/Editor/tests/formatting/inline-change09-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change09-expected.html
rename to experiments/Editor/tests/formatting/inline-change09-expected.html
diff --git a/Editor/tests/formatting/inline-change09-input.html b/experiments/Editor/tests/formatting/inline-change09-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change09-input.html
rename to experiments/Editor/tests/formatting/inline-change09-input.html
diff --git a/Editor/tests/formatting/inline-change10-expected.html b/experiments/Editor/tests/formatting/inline-change10-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change10-expected.html
rename to experiments/Editor/tests/formatting/inline-change10-expected.html
diff --git a/Editor/tests/formatting/inline-change10-input.html b/experiments/Editor/tests/formatting/inline-change10-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change10-input.html
rename to experiments/Editor/tests/formatting/inline-change10-input.html
diff --git a/Editor/tests/formatting/inline-change11-expected.html b/experiments/Editor/tests/formatting/inline-change11-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change11-expected.html
rename to experiments/Editor/tests/formatting/inline-change11-expected.html
diff --git a/Editor/tests/formatting/inline-change11-input.html b/experiments/Editor/tests/formatting/inline-change11-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change11-input.html
rename to experiments/Editor/tests/formatting/inline-change11-input.html
diff --git a/Editor/tests/formatting/inline-change12-expected.html b/experiments/Editor/tests/formatting/inline-change12-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change12-expected.html
rename to experiments/Editor/tests/formatting/inline-change12-expected.html
diff --git a/Editor/tests/formatting/inline-change12-input.html b/experiments/Editor/tests/formatting/inline-change12-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change12-input.html
rename to experiments/Editor/tests/formatting/inline-change12-input.html
diff --git a/Editor/tests/formatting/inline-change13-expected.html b/experiments/Editor/tests/formatting/inline-change13-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change13-expected.html
rename to experiments/Editor/tests/formatting/inline-change13-expected.html
diff --git a/Editor/tests/formatting/inline-change13-input.html b/experiments/Editor/tests/formatting/inline-change13-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change13-input.html
rename to experiments/Editor/tests/formatting/inline-change13-input.html
diff --git a/Editor/tests/formatting/inline-change14-expected.html b/experiments/Editor/tests/formatting/inline-change14-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change14-expected.html
rename to experiments/Editor/tests/formatting/inline-change14-expected.html
diff --git a/Editor/tests/formatting/inline-change14-input.html b/experiments/Editor/tests/formatting/inline-change14-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change14-input.html
rename to experiments/Editor/tests/formatting/inline-change14-input.html
diff --git a/Editor/tests/formatting/inline-change15-expected.html b/experiments/Editor/tests/formatting/inline-change15-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change15-expected.html
rename to experiments/Editor/tests/formatting/inline-change15-expected.html
diff --git a/Editor/tests/formatting/inline-change15-input.html b/experiments/Editor/tests/formatting/inline-change15-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change15-input.html
rename to experiments/Editor/tests/formatting/inline-change15-input.html
diff --git a/Editor/tests/formatting/inline-change16-expected.html b/experiments/Editor/tests/formatting/inline-change16-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change16-expected.html
rename to experiments/Editor/tests/formatting/inline-change16-expected.html
diff --git a/Editor/tests/formatting/inline-change16-input.html b/experiments/Editor/tests/formatting/inline-change16-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change16-input.html
rename to experiments/Editor/tests/formatting/inline-change16-input.html
diff --git a/Editor/tests/formatting/inline-change17-expected.html b/experiments/Editor/tests/formatting/inline-change17-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change17-expected.html
rename to experiments/Editor/tests/formatting/inline-change17-expected.html
diff --git a/Editor/tests/formatting/inline-change17-input.html b/experiments/Editor/tests/formatting/inline-change17-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change17-input.html
rename to experiments/Editor/tests/formatting/inline-change17-input.html
diff --git a/Editor/tests/formatting/inline-change18-expected.html b/experiments/Editor/tests/formatting/inline-change18-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change18-expected.html
rename to experiments/Editor/tests/formatting/inline-change18-expected.html
diff --git a/Editor/tests/formatting/inline-change18-input.html b/experiments/Editor/tests/formatting/inline-change18-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change18-input.html
rename to experiments/Editor/tests/formatting/inline-change18-input.html
diff --git a/Editor/tests/formatting/inline-change19-expected.html b/experiments/Editor/tests/formatting/inline-change19-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change19-expected.html
rename to experiments/Editor/tests/formatting/inline-change19-expected.html
diff --git a/Editor/tests/formatting/inline-change19-input.html b/experiments/Editor/tests/formatting/inline-change19-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change19-input.html
rename to experiments/Editor/tests/formatting/inline-change19-input.html
diff --git a/Editor/tests/formatting/inline-change20-expected.html b/experiments/Editor/tests/formatting/inline-change20-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change20-expected.html
rename to experiments/Editor/tests/formatting/inline-change20-expected.html
diff --git a/Editor/tests/formatting/inline-change20-input.html b/experiments/Editor/tests/formatting/inline-change20-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change20-input.html
rename to experiments/Editor/tests/formatting/inline-change20-input.html
diff --git a/Editor/tests/formatting/inline-change21-expected.html b/experiments/Editor/tests/formatting/inline-change21-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change21-expected.html
rename to experiments/Editor/tests/formatting/inline-change21-expected.html
diff --git a/Editor/tests/formatting/inline-change21-input.html b/experiments/Editor/tests/formatting/inline-change21-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change21-input.html
rename to experiments/Editor/tests/formatting/inline-change21-input.html
diff --git a/Editor/tests/formatting/inline-change22-expected.html b/experiments/Editor/tests/formatting/inline-change22-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-change22-expected.html
rename to experiments/Editor/tests/formatting/inline-change22-expected.html
diff --git a/Editor/tests/formatting/inline-change22-input.html b/experiments/Editor/tests/formatting/inline-change22-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-change22-input.html
rename to experiments/Editor/tests/formatting/inline-change22-input.html
diff --git a/Editor/tests/formatting/inline-endnote01-expected.html b/experiments/Editor/tests/formatting/inline-endnote01-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote01-expected.html
rename to experiments/Editor/tests/formatting/inline-endnote01-expected.html
diff --git a/Editor/tests/formatting/inline-endnote01-input.html b/experiments/Editor/tests/formatting/inline-endnote01-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote01-input.html
rename to experiments/Editor/tests/formatting/inline-endnote01-input.html
diff --git a/Editor/tests/formatting/inline-endnote02-expected.html b/experiments/Editor/tests/formatting/inline-endnote02-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote02-expected.html
rename to experiments/Editor/tests/formatting/inline-endnote02-expected.html
diff --git a/Editor/tests/formatting/inline-endnote02-input.html b/experiments/Editor/tests/formatting/inline-endnote02-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote02-input.html
rename to experiments/Editor/tests/formatting/inline-endnote02-input.html
diff --git a/Editor/tests/formatting/inline-endnote03-expected.html b/experiments/Editor/tests/formatting/inline-endnote03-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote03-expected.html
rename to experiments/Editor/tests/formatting/inline-endnote03-expected.html
diff --git a/Editor/tests/formatting/inline-endnote03-input.html b/experiments/Editor/tests/formatting/inline-endnote03-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote03-input.html
rename to experiments/Editor/tests/formatting/inline-endnote03-input.html
diff --git a/Editor/tests/formatting/inline-endnote04-expected.html b/experiments/Editor/tests/formatting/inline-endnote04-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote04-expected.html
rename to experiments/Editor/tests/formatting/inline-endnote04-expected.html
diff --git a/Editor/tests/formatting/inline-endnote04-input.html b/experiments/Editor/tests/formatting/inline-endnote04-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote04-input.html
rename to experiments/Editor/tests/formatting/inline-endnote04-input.html
diff --git a/Editor/tests/formatting/inline-endnote05-expected.html b/experiments/Editor/tests/formatting/inline-endnote05-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote05-expected.html
rename to experiments/Editor/tests/formatting/inline-endnote05-expected.html
diff --git a/Editor/tests/formatting/inline-endnote05-input.html b/experiments/Editor/tests/formatting/inline-endnote05-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote05-input.html
rename to experiments/Editor/tests/formatting/inline-endnote05-input.html
diff --git a/Editor/tests/formatting/inline-endnote06-expected.html b/experiments/Editor/tests/formatting/inline-endnote06-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote06-expected.html
rename to experiments/Editor/tests/formatting/inline-endnote06-expected.html
diff --git a/Editor/tests/formatting/inline-endnote06-input.html b/experiments/Editor/tests/formatting/inline-endnote06-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-endnote06-input.html
rename to experiments/Editor/tests/formatting/inline-endnote06-input.html
diff --git a/Editor/tests/formatting/inline-footnote01-expected.html b/experiments/Editor/tests/formatting/inline-footnote01-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote01-expected.html
rename to experiments/Editor/tests/formatting/inline-footnote01-expected.html
diff --git a/Editor/tests/formatting/inline-footnote01-input.html b/experiments/Editor/tests/formatting/inline-footnote01-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote01-input.html
rename to experiments/Editor/tests/formatting/inline-footnote01-input.html
diff --git a/Editor/tests/formatting/inline-footnote02-expected.html b/experiments/Editor/tests/formatting/inline-footnote02-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote02-expected.html
rename to experiments/Editor/tests/formatting/inline-footnote02-expected.html
diff --git a/Editor/tests/formatting/inline-footnote02-input.html b/experiments/Editor/tests/formatting/inline-footnote02-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote02-input.html
rename to experiments/Editor/tests/formatting/inline-footnote02-input.html
diff --git a/Editor/tests/formatting/inline-footnote03-expected.html b/experiments/Editor/tests/formatting/inline-footnote03-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote03-expected.html
rename to experiments/Editor/tests/formatting/inline-footnote03-expected.html
diff --git a/Editor/tests/formatting/inline-footnote03-input.html b/experiments/Editor/tests/formatting/inline-footnote03-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote03-input.html
rename to experiments/Editor/tests/formatting/inline-footnote03-input.html
diff --git a/Editor/tests/formatting/inline-footnote04-expected.html b/experiments/Editor/tests/formatting/inline-footnote04-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote04-expected.html
rename to experiments/Editor/tests/formatting/inline-footnote04-expected.html
diff --git a/Editor/tests/formatting/inline-footnote04-input.html b/experiments/Editor/tests/formatting/inline-footnote04-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote04-input.html
rename to experiments/Editor/tests/formatting/inline-footnote04-input.html
diff --git a/Editor/tests/formatting/inline-footnote05-expected.html b/experiments/Editor/tests/formatting/inline-footnote05-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote05-expected.html
rename to experiments/Editor/tests/formatting/inline-footnote05-expected.html
diff --git a/Editor/tests/formatting/inline-footnote05-input.html b/experiments/Editor/tests/formatting/inline-footnote05-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote05-input.html
rename to experiments/Editor/tests/formatting/inline-footnote05-input.html
diff --git a/Editor/tests/formatting/inline-footnote06-expected.html b/experiments/Editor/tests/formatting/inline-footnote06-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote06-expected.html
rename to experiments/Editor/tests/formatting/inline-footnote06-expected.html
diff --git a/Editor/tests/formatting/inline-footnote06-input.html b/experiments/Editor/tests/formatting/inline-footnote06-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-footnote06-input.html
rename to experiments/Editor/tests/formatting/inline-footnote06-input.html
diff --git a/Editor/tests/formatting/inline-remove01-expected.html b/experiments/Editor/tests/formatting/inline-remove01-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove01-expected.html
rename to experiments/Editor/tests/formatting/inline-remove01-expected.html
diff --git a/Editor/tests/formatting/inline-remove01-input.html b/experiments/Editor/tests/formatting/inline-remove01-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove01-input.html
rename to experiments/Editor/tests/formatting/inline-remove01-input.html
diff --git a/Editor/tests/formatting/inline-remove02-expected.html b/experiments/Editor/tests/formatting/inline-remove02-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove02-expected.html
rename to experiments/Editor/tests/formatting/inline-remove02-expected.html
diff --git a/Editor/tests/formatting/inline-remove02-input.html b/experiments/Editor/tests/formatting/inline-remove02-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove02-input.html
rename to experiments/Editor/tests/formatting/inline-remove02-input.html
diff --git a/Editor/tests/formatting/inline-remove03-expected.html b/experiments/Editor/tests/formatting/inline-remove03-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove03-expected.html
rename to experiments/Editor/tests/formatting/inline-remove03-expected.html
diff --git a/Editor/tests/formatting/inline-remove03-input.html b/experiments/Editor/tests/formatting/inline-remove03-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove03-input.html
rename to experiments/Editor/tests/formatting/inline-remove03-input.html
diff --git a/Editor/tests/formatting/inline-remove04-expected.html b/experiments/Editor/tests/formatting/inline-remove04-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove04-expected.html
rename to experiments/Editor/tests/formatting/inline-remove04-expected.html
diff --git a/Editor/tests/formatting/inline-remove04-input.html b/experiments/Editor/tests/formatting/inline-remove04-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove04-input.html
rename to experiments/Editor/tests/formatting/inline-remove04-input.html
diff --git a/Editor/tests/formatting/inline-remove05-expected.html b/experiments/Editor/tests/formatting/inline-remove05-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove05-expected.html
rename to experiments/Editor/tests/formatting/inline-remove05-expected.html
diff --git a/Editor/tests/formatting/inline-remove05-input.html b/experiments/Editor/tests/formatting/inline-remove05-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove05-input.html
rename to experiments/Editor/tests/formatting/inline-remove05-input.html
diff --git a/Editor/tests/formatting/inline-remove06-expected.html b/experiments/Editor/tests/formatting/inline-remove06-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove06-expected.html
rename to experiments/Editor/tests/formatting/inline-remove06-expected.html
diff --git a/Editor/tests/formatting/inline-remove06-input.html b/experiments/Editor/tests/formatting/inline-remove06-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove06-input.html
rename to experiments/Editor/tests/formatting/inline-remove06-input.html
diff --git a/Editor/tests/formatting/inline-remove07-expected.html b/experiments/Editor/tests/formatting/inline-remove07-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove07-expected.html
rename to experiments/Editor/tests/formatting/inline-remove07-expected.html
diff --git a/Editor/tests/formatting/inline-remove07-input.html b/experiments/Editor/tests/formatting/inline-remove07-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove07-input.html
rename to experiments/Editor/tests/formatting/inline-remove07-input.html
diff --git a/Editor/tests/formatting/inline-remove08-expected.html b/experiments/Editor/tests/formatting/inline-remove08-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove08-expected.html
rename to experiments/Editor/tests/formatting/inline-remove08-expected.html
diff --git a/Editor/tests/formatting/inline-remove08-input.html b/experiments/Editor/tests/formatting/inline-remove08-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove08-input.html
rename to experiments/Editor/tests/formatting/inline-remove08-input.html
diff --git a/Editor/tests/formatting/inline-remove09-expected.html b/experiments/Editor/tests/formatting/inline-remove09-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove09-expected.html
rename to experiments/Editor/tests/formatting/inline-remove09-expected.html
diff --git a/Editor/tests/formatting/inline-remove09-input.html b/experiments/Editor/tests/formatting/inline-remove09-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove09-input.html
rename to experiments/Editor/tests/formatting/inline-remove09-input.html
diff --git a/Editor/tests/formatting/inline-remove10-expected.html b/experiments/Editor/tests/formatting/inline-remove10-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove10-expected.html
rename to experiments/Editor/tests/formatting/inline-remove10-expected.html
diff --git a/Editor/tests/formatting/inline-remove10-input.html b/experiments/Editor/tests/formatting/inline-remove10-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove10-input.html
rename to experiments/Editor/tests/formatting/inline-remove10-input.html
diff --git a/Editor/tests/formatting/inline-remove11-expected.html b/experiments/Editor/tests/formatting/inline-remove11-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove11-expected.html
rename to experiments/Editor/tests/formatting/inline-remove11-expected.html
diff --git a/Editor/tests/formatting/inline-remove11-input.html b/experiments/Editor/tests/formatting/inline-remove11-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove11-input.html
rename to experiments/Editor/tests/formatting/inline-remove11-input.html
diff --git a/Editor/tests/formatting/inline-remove12-expected.html b/experiments/Editor/tests/formatting/inline-remove12-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove12-expected.html
rename to experiments/Editor/tests/formatting/inline-remove12-expected.html
diff --git a/Editor/tests/formatting/inline-remove12-input.html b/experiments/Editor/tests/formatting/inline-remove12-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove12-input.html
rename to experiments/Editor/tests/formatting/inline-remove12-input.html
diff --git a/Editor/tests/formatting/inline-remove13-expected.html b/experiments/Editor/tests/formatting/inline-remove13-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove13-expected.html
rename to experiments/Editor/tests/formatting/inline-remove13-expected.html
diff --git a/Editor/tests/formatting/inline-remove13-input.html b/experiments/Editor/tests/formatting/inline-remove13-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove13-input.html
rename to experiments/Editor/tests/formatting/inline-remove13-input.html
diff --git a/Editor/tests/formatting/inline-remove14-expected.html b/experiments/Editor/tests/formatting/inline-remove14-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove14-expected.html
rename to experiments/Editor/tests/formatting/inline-remove14-expected.html
diff --git a/Editor/tests/formatting/inline-remove14-input.html b/experiments/Editor/tests/formatting/inline-remove14-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove14-input.html
rename to experiments/Editor/tests/formatting/inline-remove14-input.html
diff --git a/Editor/tests/formatting/inline-remove15-expected.html b/experiments/Editor/tests/formatting/inline-remove15-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove15-expected.html
rename to experiments/Editor/tests/formatting/inline-remove15-expected.html
diff --git a/Editor/tests/formatting/inline-remove15-input.html b/experiments/Editor/tests/formatting/inline-remove15-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove15-input.html
rename to experiments/Editor/tests/formatting/inline-remove15-input.html
diff --git a/Editor/tests/formatting/inline-remove16-expected.html b/experiments/Editor/tests/formatting/inline-remove16-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove16-expected.html
rename to experiments/Editor/tests/formatting/inline-remove16-expected.html
diff --git a/Editor/tests/formatting/inline-remove16-input.html b/experiments/Editor/tests/formatting/inline-remove16-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove16-input.html
rename to experiments/Editor/tests/formatting/inline-remove16-input.html
diff --git a/Editor/tests/formatting/inline-remove17-expected.html b/experiments/Editor/tests/formatting/inline-remove17-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove17-expected.html
rename to experiments/Editor/tests/formatting/inline-remove17-expected.html
diff --git a/Editor/tests/formatting/inline-remove17-input.html b/experiments/Editor/tests/formatting/inline-remove17-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove17-input.html
rename to experiments/Editor/tests/formatting/inline-remove17-input.html
diff --git a/Editor/tests/formatting/inline-remove18-expected.html b/experiments/Editor/tests/formatting/inline-remove18-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove18-expected.html
rename to experiments/Editor/tests/formatting/inline-remove18-expected.html
diff --git a/Editor/tests/formatting/inline-remove18-input.html b/experiments/Editor/tests/formatting/inline-remove18-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove18-input.html
rename to experiments/Editor/tests/formatting/inline-remove18-input.html
diff --git a/Editor/tests/formatting/inline-remove19-expected.html b/experiments/Editor/tests/formatting/inline-remove19-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove19-expected.html
rename to experiments/Editor/tests/formatting/inline-remove19-expected.html
diff --git a/Editor/tests/formatting/inline-remove19-input.html b/experiments/Editor/tests/formatting/inline-remove19-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove19-input.html
rename to experiments/Editor/tests/formatting/inline-remove19-input.html
diff --git a/Editor/tests/formatting/inline-remove20-expected.html b/experiments/Editor/tests/formatting/inline-remove20-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove20-expected.html
rename to experiments/Editor/tests/formatting/inline-remove20-expected.html
diff --git a/Editor/tests/formatting/inline-remove20-input.html b/experiments/Editor/tests/formatting/inline-remove20-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-remove20-input.html
rename to experiments/Editor/tests/formatting/inline-remove20-input.html
diff --git a/Editor/tests/formatting/inline-set01-nop-expected.html b/experiments/Editor/tests/formatting/inline-set01-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set01-nop-expected.html
rename to experiments/Editor/tests/formatting/inline-set01-nop-expected.html
diff --git a/Editor/tests/formatting/inline-set01-nop-input.html b/experiments/Editor/tests/formatting/inline-set01-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set01-nop-input.html
rename to experiments/Editor/tests/formatting/inline-set01-nop-input.html
diff --git a/Editor/tests/formatting/inline-set01-outer-expected.html b/experiments/Editor/tests/formatting/inline-set01-outer-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set01-outer-expected.html
rename to experiments/Editor/tests/formatting/inline-set01-outer-expected.html
diff --git a/Editor/tests/formatting/inline-set01-outer-input.html b/experiments/Editor/tests/formatting/inline-set01-outer-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set01-outer-input.html
rename to experiments/Editor/tests/formatting/inline-set01-outer-input.html
diff --git a/Editor/tests/formatting/inline-set01-p-expected.html b/experiments/Editor/tests/formatting/inline-set01-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set01-p-expected.html
rename to experiments/Editor/tests/formatting/inline-set01-p-expected.html
diff --git a/Editor/tests/formatting/inline-set01-p-input.html b/experiments/Editor/tests/formatting/inline-set01-p-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set01-p-input.html
rename to experiments/Editor/tests/formatting/inline-set01-p-input.html
diff --git a/Editor/tests/formatting/inline-set02-nop-expected.html b/experiments/Editor/tests/formatting/inline-set02-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set02-nop-expected.html
rename to experiments/Editor/tests/formatting/inline-set02-nop-expected.html
diff --git a/Editor/tests/formatting/inline-set02-nop-input.html b/experiments/Editor/tests/formatting/inline-set02-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set02-nop-input.html
rename to experiments/Editor/tests/formatting/inline-set02-nop-input.html
diff --git a/Editor/tests/formatting/inline-set02-outer-expected.html b/experiments/Editor/tests/formatting/inline-set02-outer-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set02-outer-expected.html
rename to experiments/Editor/tests/formatting/inline-set02-outer-expected.html
diff --git a/Editor/tests/formatting/inline-set02-outer-input.html b/experiments/Editor/tests/formatting/inline-set02-outer-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set02-outer-input.html
rename to experiments/Editor/tests/formatting/inline-set02-outer-input.html
diff --git a/Editor/tests/formatting/inline-set02-p-expected.html b/experiments/Editor/tests/formatting/inline-set02-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set02-p-expected.html
rename to experiments/Editor/tests/formatting/inline-set02-p-expected.html
diff --git a/Editor/tests/formatting/inline-set02-p-input.html b/experiments/Editor/tests/formatting/inline-set02-p-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set02-p-input.html
rename to experiments/Editor/tests/formatting/inline-set02-p-input.html
diff --git a/Editor/tests/formatting/inline-set03-nop-expected.html b/experiments/Editor/tests/formatting/inline-set03-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set03-nop-expected.html
rename to experiments/Editor/tests/formatting/inline-set03-nop-expected.html
diff --git a/Editor/tests/formatting/inline-set03-nop-input.html b/experiments/Editor/tests/formatting/inline-set03-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set03-nop-input.html
rename to experiments/Editor/tests/formatting/inline-set03-nop-input.html
diff --git a/Editor/tests/formatting/inline-set03-outer-expected.html b/experiments/Editor/tests/formatting/inline-set03-outer-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set03-outer-expected.html
rename to experiments/Editor/tests/formatting/inline-set03-outer-expected.html
diff --git a/Editor/tests/formatting/inline-set03-outer-input.html b/experiments/Editor/tests/formatting/inline-set03-outer-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set03-outer-input.html
rename to experiments/Editor/tests/formatting/inline-set03-outer-input.html
diff --git a/Editor/tests/formatting/inline-set03-p-expected.html b/experiments/Editor/tests/formatting/inline-set03-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set03-p-expected.html
rename to experiments/Editor/tests/formatting/inline-set03-p-expected.html
diff --git a/Editor/tests/formatting/inline-set03-p-input.html b/experiments/Editor/tests/formatting/inline-set03-p-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set03-p-input.html
rename to experiments/Editor/tests/formatting/inline-set03-p-input.html
diff --git a/Editor/tests/formatting/inline-set04-expected.html b/experiments/Editor/tests/formatting/inline-set04-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set04-expected.html
rename to experiments/Editor/tests/formatting/inline-set04-expected.html
diff --git a/Editor/tests/formatting/inline-set04-input.html b/experiments/Editor/tests/formatting/inline-set04-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set04-input.html
rename to experiments/Editor/tests/formatting/inline-set04-input.html
diff --git a/Editor/tests/formatting/inline-set05-expected.html b/experiments/Editor/tests/formatting/inline-set05-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set05-expected.html
rename to experiments/Editor/tests/formatting/inline-set05-expected.html
diff --git a/Editor/tests/formatting/inline-set05-input.html b/experiments/Editor/tests/formatting/inline-set05-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set05-input.html
rename to experiments/Editor/tests/formatting/inline-set05-input.html
diff --git a/Editor/tests/formatting/inline-set06-expected.html b/experiments/Editor/tests/formatting/inline-set06-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set06-expected.html
rename to experiments/Editor/tests/formatting/inline-set06-expected.html
diff --git a/Editor/tests/formatting/inline-set06-input.html b/experiments/Editor/tests/formatting/inline-set06-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set06-input.html
rename to experiments/Editor/tests/formatting/inline-set06-input.html
diff --git a/Editor/tests/formatting/inline-set07-expected.html b/experiments/Editor/tests/formatting/inline-set07-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set07-expected.html
rename to experiments/Editor/tests/formatting/inline-set07-expected.html
diff --git a/Editor/tests/formatting/inline-set07-input.html b/experiments/Editor/tests/formatting/inline-set07-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set07-input.html
rename to experiments/Editor/tests/formatting/inline-set07-input.html
diff --git a/Editor/tests/formatting/inline-set07-outer-expected.html b/experiments/Editor/tests/formatting/inline-set07-outer-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set07-outer-expected.html
rename to experiments/Editor/tests/formatting/inline-set07-outer-expected.html
diff --git a/Editor/tests/formatting/inline-set07-outer-input.html b/experiments/Editor/tests/formatting/inline-set07-outer-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set07-outer-input.html
rename to experiments/Editor/tests/formatting/inline-set07-outer-input.html
diff --git a/Editor/tests/formatting/inline-set08-expected.html b/experiments/Editor/tests/formatting/inline-set08-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set08-expected.html
rename to experiments/Editor/tests/formatting/inline-set08-expected.html
diff --git a/Editor/tests/formatting/inline-set08-input.html b/experiments/Editor/tests/formatting/inline-set08-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set08-input.html
rename to experiments/Editor/tests/formatting/inline-set08-input.html
diff --git a/Editor/tests/formatting/inline-set08-outer-expected.html b/experiments/Editor/tests/formatting/inline-set08-outer-expected.html
similarity index 100%
rename from Editor/tests/formatting/inline-set08-outer-expected.html
rename to experiments/Editor/tests/formatting/inline-set08-outer-expected.html
diff --git a/Editor/tests/formatting/inline-set08-outer-input.html b/experiments/Editor/tests/formatting/inline-set08-outer-input.html
similarity index 100%
rename from Editor/tests/formatting/inline-set08-outer-input.html
rename to experiments/Editor/tests/formatting/inline-set08-outer-input.html
diff --git a/Editor/tests/formatting/justCursor01-expected.html b/experiments/Editor/tests/formatting/justCursor01-expected.html
similarity index 100%
rename from Editor/tests/formatting/justCursor01-expected.html
rename to experiments/Editor/tests/formatting/justCursor01-expected.html
diff --git a/Editor/tests/formatting/justCursor01-input.html b/experiments/Editor/tests/formatting/justCursor01-input.html
similarity index 100%
rename from Editor/tests/formatting/justCursor01-input.html
rename to experiments/Editor/tests/formatting/justCursor01-input.html
diff --git a/Editor/tests/formatting/justCursor02-expected.html b/experiments/Editor/tests/formatting/justCursor02-expected.html
similarity index 100%
rename from Editor/tests/formatting/justCursor02-expected.html
rename to experiments/Editor/tests/formatting/justCursor02-expected.html
diff --git a/Editor/tests/formatting/justCursor02-input.html b/experiments/Editor/tests/formatting/justCursor02-input.html
similarity index 100%
rename from Editor/tests/formatting/justCursor02-input.html
rename to experiments/Editor/tests/formatting/justCursor02-input.html
diff --git a/Editor/tests/formatting/justCursor03-expected.html b/experiments/Editor/tests/formatting/justCursor03-expected.html
similarity index 100%
rename from Editor/tests/formatting/justCursor03-expected.html
rename to experiments/Editor/tests/formatting/justCursor03-expected.html
diff --git a/Editor/tests/formatting/justCursor03-input.html b/experiments/Editor/tests/formatting/justCursor03-input.html
similarity index 100%
rename from Editor/tests/formatting/justCursor03-input.html
rename to experiments/Editor/tests/formatting/justCursor03-input.html
diff --git a/Editor/tests/formatting/justCursor04-expected.html b/experiments/Editor/tests/formatting/justCursor04-expected.html
similarity index 100%
rename from Editor/tests/formatting/justCursor04-expected.html
rename to experiments/Editor/tests/formatting/justCursor04-expected.html
diff --git a/Editor/tests/formatting/justCursor04-input.html b/experiments/Editor/tests/formatting/justCursor04-input.html
similarity index 100%
rename from Editor/tests/formatting/justCursor04-input.html
rename to experiments/Editor/tests/formatting/justCursor04-input.html
diff --git a/Editor/tests/formatting/mergeUpwards01-expected.html b/experiments/Editor/tests/formatting/mergeUpwards01-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards01-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards01-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards01-input.html b/experiments/Editor/tests/formatting/mergeUpwards01-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards01-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards01-input.html
diff --git a/Editor/tests/formatting/mergeUpwards02-expected.html b/experiments/Editor/tests/formatting/mergeUpwards02-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards02-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards02-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards02-input.html b/experiments/Editor/tests/formatting/mergeUpwards02-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards02-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards02-input.html
diff --git a/Editor/tests/formatting/mergeUpwards03-expected.html b/experiments/Editor/tests/formatting/mergeUpwards03-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards03-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards03-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards03-input.html b/experiments/Editor/tests/formatting/mergeUpwards03-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards03-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards03-input.html
diff --git a/Editor/tests/formatting/mergeUpwards04-expected.html b/experiments/Editor/tests/formatting/mergeUpwards04-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards04-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards04-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards04-input.html b/experiments/Editor/tests/formatting/mergeUpwards04-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards04-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards04-input.html
diff --git a/Editor/tests/formatting/mergeUpwards05-expected.html b/experiments/Editor/tests/formatting/mergeUpwards05-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards05-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards05-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards05-input.html b/experiments/Editor/tests/formatting/mergeUpwards05-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards05-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards05-input.html
diff --git a/Editor/tests/formatting/mergeUpwards06-expected.html b/experiments/Editor/tests/formatting/mergeUpwards06-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards06-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards06-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards06-input.html b/experiments/Editor/tests/formatting/mergeUpwards06-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards06-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards06-input.html
diff --git a/Editor/tests/formatting/mergeUpwards07-expected.html b/experiments/Editor/tests/formatting/mergeUpwards07-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards07-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards07-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards07-input.html b/experiments/Editor/tests/formatting/mergeUpwards07-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards07-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards07-input.html
diff --git a/Editor/tests/formatting/mergeUpwards08-expected.html b/experiments/Editor/tests/formatting/mergeUpwards08-expected.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards08-expected.html
rename to experiments/Editor/tests/formatting/mergeUpwards08-expected.html
diff --git a/Editor/tests/formatting/mergeUpwards08-input.html b/experiments/Editor/tests/formatting/mergeUpwards08-input.html
similarity index 100%
rename from Editor/tests/formatting/mergeUpwards08-input.html
rename to experiments/Editor/tests/formatting/mergeUpwards08-input.html
diff --git a/Editor/tests/formatting/paragraph-change01-expected.html b/experiments/Editor/tests/formatting/paragraph-change01-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change01-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change01-expected.html
diff --git a/Editor/tests/formatting/paragraph-change01-input.html b/experiments/Editor/tests/formatting/paragraph-change01-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change01-input.html
rename to experiments/Editor/tests/formatting/paragraph-change01-input.html
diff --git a/Editor/tests/formatting/paragraph-change02-expected.html b/experiments/Editor/tests/formatting/paragraph-change02-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change02-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change02-expected.html
diff --git a/Editor/tests/formatting/paragraph-change02-input.html b/experiments/Editor/tests/formatting/paragraph-change02-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change02-input.html
rename to experiments/Editor/tests/formatting/paragraph-change02-input.html
diff --git a/Editor/tests/formatting/paragraph-change03-expected.html b/experiments/Editor/tests/formatting/paragraph-change03-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change03-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change03-expected.html
diff --git a/Editor/tests/formatting/paragraph-change03-input.html b/experiments/Editor/tests/formatting/paragraph-change03-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change03-input.html
rename to experiments/Editor/tests/formatting/paragraph-change03-input.html
diff --git a/Editor/tests/formatting/paragraph-change04-expected.html b/experiments/Editor/tests/formatting/paragraph-change04-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change04-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change04-expected.html
diff --git a/Editor/tests/formatting/paragraph-change04-input.html b/experiments/Editor/tests/formatting/paragraph-change04-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change04-input.html
rename to experiments/Editor/tests/formatting/paragraph-change04-input.html
diff --git a/Editor/tests/formatting/paragraph-change05-expected.html b/experiments/Editor/tests/formatting/paragraph-change05-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change05-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change05-expected.html
diff --git a/Editor/tests/formatting/paragraph-change05-input.html b/experiments/Editor/tests/formatting/paragraph-change05-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change05-input.html
rename to experiments/Editor/tests/formatting/paragraph-change05-input.html
diff --git a/Editor/tests/formatting/paragraph-change06-expected.html b/experiments/Editor/tests/formatting/paragraph-change06-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change06-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change06-expected.html
diff --git a/Editor/tests/formatting/paragraph-change06-input.html b/experiments/Editor/tests/formatting/paragraph-change06-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change06-input.html
rename to experiments/Editor/tests/formatting/paragraph-change06-input.html
diff --git a/Editor/tests/formatting/paragraph-change07-expected.html b/experiments/Editor/tests/formatting/paragraph-change07-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change07-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change07-expected.html
diff --git a/Editor/tests/formatting/paragraph-change07-input.html b/experiments/Editor/tests/formatting/paragraph-change07-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change07-input.html
rename to experiments/Editor/tests/formatting/paragraph-change07-input.html
diff --git a/Editor/tests/formatting/paragraph-change08-expected.html b/experiments/Editor/tests/formatting/paragraph-change08-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change08-expected.html
rename to experiments/Editor/tests/formatting/paragraph-change08-expected.html
diff --git a/Editor/tests/formatting/paragraph-change08-input.html b/experiments/Editor/tests/formatting/paragraph-change08-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-change08-input.html
rename to experiments/Editor/tests/formatting/paragraph-change08-input.html
diff --git a/Editor/tests/formatting/paragraph-remove01-expected.html b/experiments/Editor/tests/formatting/paragraph-remove01-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove01-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove01-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove01-input.html b/experiments/Editor/tests/formatting/paragraph-remove01-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove01-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove01-input.html
diff --git a/Editor/tests/formatting/paragraph-remove02-expected.html b/experiments/Editor/tests/formatting/paragraph-remove02-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove02-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove02-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove02-input.html b/experiments/Editor/tests/formatting/paragraph-remove02-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove02-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove02-input.html
diff --git a/Editor/tests/formatting/paragraph-remove03-expected.html b/experiments/Editor/tests/formatting/paragraph-remove03-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove03-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove03-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove03-input.html b/experiments/Editor/tests/formatting/paragraph-remove03-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove03-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove03-input.html
diff --git a/Editor/tests/formatting/paragraph-remove04-expected.html b/experiments/Editor/tests/formatting/paragraph-remove04-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove04-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove04-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove04-input.html b/experiments/Editor/tests/formatting/paragraph-remove04-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove04-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove04-input.html
diff --git a/Editor/tests/formatting/paragraph-remove05-expected.html b/experiments/Editor/tests/formatting/paragraph-remove05-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove05-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove05-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove05-input.html b/experiments/Editor/tests/formatting/paragraph-remove05-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove05-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove05-input.html
diff --git a/Editor/tests/formatting/paragraph-remove06-expected.html b/experiments/Editor/tests/formatting/paragraph-remove06-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove06-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove06-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove06-input.html b/experiments/Editor/tests/formatting/paragraph-remove06-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove06-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove06-input.html
diff --git a/Editor/tests/formatting/paragraph-remove07-expected.html b/experiments/Editor/tests/formatting/paragraph-remove07-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove07-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove07-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove07-input.html b/experiments/Editor/tests/formatting/paragraph-remove07-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove07-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove07-input.html
diff --git a/Editor/tests/formatting/paragraph-remove08-expected.html b/experiments/Editor/tests/formatting/paragraph-remove08-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove08-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove08-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove08-input.html b/experiments/Editor/tests/formatting/paragraph-remove08-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove08-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove08-input.html
diff --git a/Editor/tests/formatting/paragraph-remove09-expected.html b/experiments/Editor/tests/formatting/paragraph-remove09-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove09-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove09-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove09-input.html b/experiments/Editor/tests/formatting/paragraph-remove09-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove09-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove09-input.html
diff --git a/Editor/tests/formatting/paragraph-remove10-expected.html b/experiments/Editor/tests/formatting/paragraph-remove10-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove10-expected.html
rename to experiments/Editor/tests/formatting/paragraph-remove10-expected.html
diff --git a/Editor/tests/formatting/paragraph-remove10-input.html b/experiments/Editor/tests/formatting/paragraph-remove10-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-remove10-input.html
rename to experiments/Editor/tests/formatting/paragraph-remove10-input.html
diff --git a/Editor/tests/formatting/paragraph-set01-expected.html b/experiments/Editor/tests/formatting/paragraph-set01-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set01-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set01-expected.html
diff --git a/Editor/tests/formatting/paragraph-set01-input.html b/experiments/Editor/tests/formatting/paragraph-set01-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set01-input.html
rename to experiments/Editor/tests/formatting/paragraph-set01-input.html
diff --git a/Editor/tests/formatting/paragraph-set02-expected.html b/experiments/Editor/tests/formatting/paragraph-set02-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set02-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set02-expected.html
diff --git a/Editor/tests/formatting/paragraph-set02-input.html b/experiments/Editor/tests/formatting/paragraph-set02-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set02-input.html
rename to experiments/Editor/tests/formatting/paragraph-set02-input.html
diff --git a/Editor/tests/formatting/paragraph-set03-expected.html b/experiments/Editor/tests/formatting/paragraph-set03-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set03-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set03-expected.html
diff --git a/Editor/tests/formatting/paragraph-set03-input.html b/experiments/Editor/tests/formatting/paragraph-set03-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set03-input.html
rename to experiments/Editor/tests/formatting/paragraph-set03-input.html
diff --git a/Editor/tests/formatting/paragraph-set04-expected.html b/experiments/Editor/tests/formatting/paragraph-set04-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set04-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set04-expected.html
diff --git a/Editor/tests/formatting/paragraph-set04-input.html b/experiments/Editor/tests/formatting/paragraph-set04-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set04-input.html
rename to experiments/Editor/tests/formatting/paragraph-set04-input.html
diff --git a/Editor/tests/formatting/paragraph-set05-expected.html b/experiments/Editor/tests/formatting/paragraph-set05-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set05-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set05-expected.html
diff --git a/Editor/tests/formatting/paragraph-set05-input.html b/experiments/Editor/tests/formatting/paragraph-set05-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set05-input.html
rename to experiments/Editor/tests/formatting/paragraph-set05-input.html
diff --git a/Editor/tests/formatting/paragraph-set06-expected.html b/experiments/Editor/tests/formatting/paragraph-set06-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set06-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set06-expected.html
diff --git a/Editor/tests/formatting/paragraph-set06-input.html b/experiments/Editor/tests/formatting/paragraph-set06-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set06-input.html
rename to experiments/Editor/tests/formatting/paragraph-set06-input.html
diff --git a/Editor/tests/formatting/paragraph-set07-expected.html b/experiments/Editor/tests/formatting/paragraph-set07-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set07-expected.html
rename to experiments/Editor/tests/formatting/paragraph-set07-expected.html
diff --git a/Editor/tests/formatting/paragraph-set07-input.html b/experiments/Editor/tests/formatting/paragraph-set07-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraph-set07-input.html
rename to experiments/Editor/tests/formatting/paragraph-set07-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition01-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition01-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition01-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition01-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition01-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition02-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition02-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition02-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition02-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition02-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition03-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition03-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition03-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition03-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition03-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition04-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition04-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition04-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition04-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition04-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition05-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition05-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition05-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition05-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition05-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition06-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition06-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition06-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition06-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition06-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition07-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition07-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition07-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition07-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition07-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition08-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition08-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition08-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition08-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition08-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition09-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition09-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition09-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition09-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition09-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition10-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition10-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition10-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition10-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition10-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition10-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition10-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition10-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition11-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition11-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition11-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition11-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition11-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition12-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition12-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition12-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition12-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition12-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition12-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition12-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition12-input.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition13-expected.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition13-input.html b/experiments/Editor/tests/formatting/paragraphTextUpToPosition13-input.html
similarity index 100%
rename from Editor/tests/formatting/paragraphTextUpToPosition13-input.html
rename to experiments/Editor/tests/formatting/paragraphTextUpToPosition13-input.html
diff --git a/Editor/tests/formatting/preserveAbstract01a-expected.html b/experiments/Editor/tests/formatting/preserveAbstract01a-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract01a-expected.html
rename to experiments/Editor/tests/formatting/preserveAbstract01a-expected.html
diff --git a/Editor/tests/formatting/preserveAbstract01a-input.html b/experiments/Editor/tests/formatting/preserveAbstract01a-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract01a-input.html
rename to experiments/Editor/tests/formatting/preserveAbstract01a-input.html
diff --git a/Editor/tests/formatting/preserveAbstract01b-expected.html b/experiments/Editor/tests/formatting/preserveAbstract01b-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract01b-expected.html
rename to experiments/Editor/tests/formatting/preserveAbstract01b-expected.html
diff --git a/Editor/tests/formatting/preserveAbstract01b-input.html b/experiments/Editor/tests/formatting/preserveAbstract01b-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract01b-input.html
rename to experiments/Editor/tests/formatting/preserveAbstract01b-input.html
diff --git a/Editor/tests/formatting/preserveAbstract02a-expected.html b/experiments/Editor/tests/formatting/preserveAbstract02a-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract02a-expected.html
rename to experiments/Editor/tests/formatting/preserveAbstract02a-expected.html
diff --git a/Editor/tests/formatting/preserveAbstract02a-input.html b/experiments/Editor/tests/formatting/preserveAbstract02a-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract02a-input.html
rename to experiments/Editor/tests/formatting/preserveAbstract02a-input.html
diff --git a/Editor/tests/formatting/preserveAbstract02b-expected.html b/experiments/Editor/tests/formatting/preserveAbstract02b-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract02b-expected.html
rename to experiments/Editor/tests/formatting/preserveAbstract02b-expected.html
diff --git a/Editor/tests/formatting/preserveAbstract02b-input.html b/experiments/Editor/tests/formatting/preserveAbstract02b-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract02b-input.html
rename to experiments/Editor/tests/formatting/preserveAbstract02b-input.html
diff --git a/Editor/tests/formatting/preserveAbstract03a-expected.html b/experiments/Editor/tests/formatting/preserveAbstract03a-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract03a-expected.html
rename to experiments/Editor/tests/formatting/preserveAbstract03a-expected.html
diff --git a/Editor/tests/formatting/preserveAbstract03a-input.html b/experiments/Editor/tests/formatting/preserveAbstract03a-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract03a-input.html
rename to experiments/Editor/tests/formatting/preserveAbstract03a-input.html
diff --git a/Editor/tests/formatting/preserveAbstract03b-expected.html b/experiments/Editor/tests/formatting/preserveAbstract03b-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract03b-expected.html
rename to experiments/Editor/tests/formatting/preserveAbstract03b-expected.html
diff --git a/Editor/tests/formatting/preserveAbstract03b-input.html b/experiments/Editor/tests/formatting/preserveAbstract03b-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveAbstract03b-input.html
rename to experiments/Editor/tests/formatting/preserveAbstract03b-input.html
diff --git a/Editor/tests/formatting/preserveParaProps01-expected.html b/experiments/Editor/tests/formatting/preserveParaProps01-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps01-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps01-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps01-input.html b/experiments/Editor/tests/formatting/preserveParaProps01-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps01-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps01-input.html
diff --git a/Editor/tests/formatting/preserveParaProps02-expected.html b/experiments/Editor/tests/formatting/preserveParaProps02-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps02-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps02-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps02-input.html b/experiments/Editor/tests/formatting/preserveParaProps02-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps02-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps02-input.html
diff --git a/Editor/tests/formatting/preserveParaProps03-expected.html b/experiments/Editor/tests/formatting/preserveParaProps03-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps03-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps03-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps03-input.html b/experiments/Editor/tests/formatting/preserveParaProps03-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps03-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps03-input.html
diff --git a/Editor/tests/formatting/preserveParaProps04-expected.html b/experiments/Editor/tests/formatting/preserveParaProps04-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps04-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps04-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps04-input.html b/experiments/Editor/tests/formatting/preserveParaProps04-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps04-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps04-input.html
diff --git a/Editor/tests/formatting/preserveParaProps05-expected.html b/experiments/Editor/tests/formatting/preserveParaProps05-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps05-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps05-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps05-input.html b/experiments/Editor/tests/formatting/preserveParaProps05-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps05-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps05-input.html
diff --git a/Editor/tests/formatting/preserveParaProps06-expected.html b/experiments/Editor/tests/formatting/preserveParaProps06-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps06-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps06-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps06-input.html b/experiments/Editor/tests/formatting/preserveParaProps06-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps06-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps06-input.html
diff --git a/Editor/tests/formatting/preserveParaProps07-expected.html b/experiments/Editor/tests/formatting/preserveParaProps07-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps07-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps07-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps07-input.html b/experiments/Editor/tests/formatting/preserveParaProps07-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps07-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps07-input.html
diff --git a/Editor/tests/formatting/preserveParaProps08-expected.html b/experiments/Editor/tests/formatting/preserveParaProps08-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps08-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps08-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps08-input.html b/experiments/Editor/tests/formatting/preserveParaProps08-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps08-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps08-input.html
diff --git a/Editor/tests/formatting/preserveParaProps09-expected.html b/experiments/Editor/tests/formatting/preserveParaProps09-expected.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps09-expected.html
rename to experiments/Editor/tests/formatting/preserveParaProps09-expected.html
diff --git a/Editor/tests/formatting/preserveParaProps09-input.html b/experiments/Editor/tests/formatting/preserveParaProps09-input.html
similarity index 100%
rename from Editor/tests/formatting/preserveParaProps09-input.html
rename to experiments/Editor/tests/formatting/preserveParaProps09-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure01-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure02-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure03-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure04-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure05-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure05-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure05-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure05-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure05-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure05-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure05-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure05-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure06-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure06-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure06-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure06-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure06-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure06-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure06-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure06-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure07-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure07-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure07-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure07-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure07-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure07-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure07-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure07-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure08-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure08-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure08-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure08-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure08-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure08-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure08-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure08-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure09-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure09-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure09-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure09-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure09-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure09-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure09-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure09-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure10-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure10-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure10-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure10-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure10-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure10-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure10-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure10-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure11-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure11-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure11-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure11-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure11-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure11-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure11-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure11-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure12-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure12-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure12-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure12-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure12-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure12-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure12-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure12-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure13-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure13-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure13-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure13-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure13-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure13-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure13-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure13-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure14-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure14-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure14-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure14-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure14-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure14-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure14-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure14-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure15-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure15-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure15-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure15-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure15-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure15-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure15-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure15-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure16-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure16-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure16-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure16-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure16-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure16-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure16-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure16-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure17-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure17-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure17-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure17-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure17-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties-structure17-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties-structure17-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties-structure17-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties01-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties01-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties01-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties01-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties01-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties01-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties01-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties01-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties02-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties02-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties02-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties02-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties02-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties02-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties02-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties02-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties03-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties03-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties03-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties03-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties03-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties03-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties03-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties03-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties04-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties04-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties04-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties04-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties04-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties04-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties04-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties04-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties05-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties05-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties05-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties05-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties05-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties05-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties05-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties05-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties06-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties06-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties06-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties06-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties06-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties06-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties06-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties06-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties07-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties07-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties07-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties07-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties07-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties07-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties07-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties07-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties08-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties08-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties08-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties08-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties08-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties08-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties08-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties08-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties09-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties09-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties09-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties09-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties09-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties09-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties09-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties09-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties10-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties10-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties10-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties10-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties10-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties10-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties10-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties10-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties11-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties11-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties11-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties11-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties11-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties11-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties11-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties11-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties12-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties12-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties12-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties12-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties12-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties12-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties12-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties12-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties13-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties13-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties13-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties13-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties13-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties13-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties13-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties13-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties14-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties14-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties14-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties14-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties14-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties14-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties14-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties14-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties15-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties15-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties15-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties15-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties15-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties15-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties15-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties15-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties16-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties16-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties16-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties16-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties16-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties16-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties16-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties16-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties17-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties17-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties17-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties17-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties17-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties17-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties17-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties17-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties18-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties18-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties18-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties18-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties18-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties18-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties18-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties18-input.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties19-expected.html b/experiments/Editor/tests/formatting/pushDownInlineProperties19-expected.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties19-expected.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties19-expected.html
diff --git a/Editor/tests/formatting/pushDownInlineProperties19-input.html b/experiments/Editor/tests/formatting/pushDownInlineProperties19-input.html
similarity index 100%
rename from Editor/tests/formatting/pushDownInlineProperties19-input.html
rename to experiments/Editor/tests/formatting/pushDownInlineProperties19-input.html
diff --git a/Editor/tests/formatting/splitTextAfter01-expected.html b/experiments/Editor/tests/formatting/splitTextAfter01-expected.html
similarity index 100%
rename from Editor/tests/formatting/splitTextAfter01-expected.html
rename to experiments/Editor/tests/formatting/splitTextAfter01-expected.html
diff --git a/Editor/tests/formatting/splitTextAfter01-input.html b/experiments/Editor/tests/formatting/splitTextAfter01-input.html
similarity index 100%
rename from Editor/tests/formatting/splitTextAfter01-input.html
rename to experiments/Editor/tests/formatting/splitTextAfter01-input.html
diff --git a/Editor/tests/formatting/splitTextBefore01-expected.html b/experiments/Editor/tests/formatting/splitTextBefore01-expected.html
similarity index 100%
rename from Editor/tests/formatting/splitTextBefore01-expected.html
rename to experiments/Editor/tests/formatting/splitTextBefore01-expected.html
diff --git a/Editor/tests/formatting/splitTextBefore01-input.html b/experiments/Editor/tests/formatting/splitTextBefore01-input.html
similarity index 100%
rename from Editor/tests/formatting/splitTextBefore01-input.html
rename to experiments/Editor/tests/formatting/splitTextBefore01-input.html
diff --git a/Editor/tests/formatting/style-nop01-expected.html b/experiments/Editor/tests/formatting/style-nop01-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop01-expected.html
rename to experiments/Editor/tests/formatting/style-nop01-expected.html
diff --git a/Editor/tests/formatting/style-nop01-input.html b/experiments/Editor/tests/formatting/style-nop01-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop01-input.html
rename to experiments/Editor/tests/formatting/style-nop01-input.html
diff --git a/Editor/tests/formatting/style-nop01a-expected.html b/experiments/Editor/tests/formatting/style-nop01a-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop01a-expected.html
rename to experiments/Editor/tests/formatting/style-nop01a-expected.html
diff --git a/Editor/tests/formatting/style-nop01a-input.html b/experiments/Editor/tests/formatting/style-nop01a-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop01a-input.html
rename to experiments/Editor/tests/formatting/style-nop01a-input.html
diff --git a/Editor/tests/formatting/style-nop02-expected.html b/experiments/Editor/tests/formatting/style-nop02-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop02-expected.html
rename to experiments/Editor/tests/formatting/style-nop02-expected.html
diff --git a/Editor/tests/formatting/style-nop02-input.html b/experiments/Editor/tests/formatting/style-nop02-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop02-input.html
rename to experiments/Editor/tests/formatting/style-nop02-input.html
diff --git a/Editor/tests/formatting/style-nop03-expected.html b/experiments/Editor/tests/formatting/style-nop03-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop03-expected.html
rename to experiments/Editor/tests/formatting/style-nop03-expected.html
diff --git a/Editor/tests/formatting/style-nop03-input.html b/experiments/Editor/tests/formatting/style-nop03-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop03-input.html
rename to experiments/Editor/tests/formatting/style-nop03-input.html
diff --git a/Editor/tests/formatting/style-nop04-expected.html b/experiments/Editor/tests/formatting/style-nop04-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop04-expected.html
rename to experiments/Editor/tests/formatting/style-nop04-expected.html
diff --git a/Editor/tests/formatting/style-nop04-input.html b/experiments/Editor/tests/formatting/style-nop04-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop04-input.html
rename to experiments/Editor/tests/formatting/style-nop04-input.html
diff --git a/Editor/tests/formatting/style-nop05-expected.html b/experiments/Editor/tests/formatting/style-nop05-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop05-expected.html
rename to experiments/Editor/tests/formatting/style-nop05-expected.html
diff --git a/Editor/tests/formatting/style-nop05-input.html b/experiments/Editor/tests/formatting/style-nop05-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop05-input.html
rename to experiments/Editor/tests/formatting/style-nop05-input.html
diff --git a/Editor/tests/formatting/style-nop06-expected.html b/experiments/Editor/tests/formatting/style-nop06-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop06-expected.html
rename to experiments/Editor/tests/formatting/style-nop06-expected.html
diff --git a/Editor/tests/formatting/style-nop06-input.html b/experiments/Editor/tests/formatting/style-nop06-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop06-input.html
rename to experiments/Editor/tests/formatting/style-nop06-input.html
diff --git a/Editor/tests/formatting/style-nop07-expected.html b/experiments/Editor/tests/formatting/style-nop07-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop07-expected.html
rename to experiments/Editor/tests/formatting/style-nop07-expected.html
diff --git a/Editor/tests/formatting/style-nop07-input.html b/experiments/Editor/tests/formatting/style-nop07-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop07-input.html
rename to experiments/Editor/tests/formatting/style-nop07-input.html
diff --git a/Editor/tests/formatting/style-nop08-expected.html b/experiments/Editor/tests/formatting/style-nop08-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop08-expected.html
rename to experiments/Editor/tests/formatting/style-nop08-expected.html
diff --git a/Editor/tests/formatting/style-nop08-input.html b/experiments/Editor/tests/formatting/style-nop08-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop08-input.html
rename to experiments/Editor/tests/formatting/style-nop08-input.html
diff --git a/Editor/tests/formatting/style-nop09-expected.html b/experiments/Editor/tests/formatting/style-nop09-expected.html
similarity index 100%
rename from Editor/tests/formatting/style-nop09-expected.html
rename to experiments/Editor/tests/formatting/style-nop09-expected.html
diff --git a/Editor/tests/formatting/style-nop09-input.html b/experiments/Editor/tests/formatting/style-nop09-input.html
similarity index 100%
rename from Editor/tests/formatting/style-nop09-input.html
rename to experiments/Editor/tests/formatting/style-nop09-input.html
diff --git a/Editor/tests/formatting/style01-expected.html b/experiments/Editor/tests/formatting/style01-expected.html
similarity index 100%
rename from Editor/tests/formatting/style01-expected.html
rename to experiments/Editor/tests/formatting/style01-expected.html
diff --git a/Editor/tests/formatting/style01-input.html b/experiments/Editor/tests/formatting/style01-input.html
similarity index 100%
rename from Editor/tests/formatting/style01-input.html
rename to experiments/Editor/tests/formatting/style01-input.html
diff --git a/Editor/tests/formatting/style02-expected.html b/experiments/Editor/tests/formatting/style02-expected.html
similarity index 100%
rename from Editor/tests/formatting/style02-expected.html
rename to experiments/Editor/tests/formatting/style02-expected.html
diff --git a/Editor/tests/formatting/style02-input.html b/experiments/Editor/tests/formatting/style02-input.html
similarity index 100%
rename from Editor/tests/formatting/style02-input.html
rename to experiments/Editor/tests/formatting/style02-input.html
diff --git a/Editor/tests/formatting/style03-expected.html b/experiments/Editor/tests/formatting/style03-expected.html
similarity index 100%
rename from Editor/tests/formatting/style03-expected.html
rename to experiments/Editor/tests/formatting/style03-expected.html
diff --git a/Editor/tests/formatting/style03-input.html b/experiments/Editor/tests/formatting/style03-input.html
similarity index 100%
rename from Editor/tests/formatting/style03-input.html
rename to experiments/Editor/tests/formatting/style03-input.html
diff --git a/Editor/tests/formatting/style04-expected.html b/experiments/Editor/tests/formatting/style04-expected.html
similarity index 100%
rename from Editor/tests/formatting/style04-expected.html
rename to experiments/Editor/tests/formatting/style04-expected.html
diff --git a/Editor/tests/formatting/style04-input.html b/experiments/Editor/tests/formatting/style04-input.html
similarity index 100%
rename from Editor/tests/formatting/style04-input.html
rename to experiments/Editor/tests/formatting/style04-input.html
diff --git a/Editor/tests/formatting/style05-expected.html b/experiments/Editor/tests/formatting/style05-expected.html
similarity index 100%
rename from Editor/tests/formatting/style05-expected.html
rename to experiments/Editor/tests/formatting/style05-expected.html
diff --git a/Editor/tests/formatting/style05-input.html b/experiments/Editor/tests/formatting/style05-input.html
similarity index 100%
rename from Editor/tests/formatting/style05-input.html
rename to experiments/Editor/tests/formatting/style05-input.html
diff --git a/Editor/tests/formatting/style06-expected.html b/experiments/Editor/tests/formatting/style06-expected.html
similarity index 100%
rename from Editor/tests/formatting/style06-expected.html
rename to experiments/Editor/tests/formatting/style06-expected.html
diff --git a/Editor/tests/formatting/style06-input.html b/experiments/Editor/tests/formatting/style06-input.html
similarity index 100%
rename from Editor/tests/formatting/style06-input.html
rename to experiments/Editor/tests/formatting/style06-input.html
diff --git a/Editor/tests/formatting/style07-expected.html b/experiments/Editor/tests/formatting/style07-expected.html
similarity index 100%
rename from Editor/tests/formatting/style07-expected.html
rename to experiments/Editor/tests/formatting/style07-expected.html
diff --git a/Editor/tests/formatting/style07-input.html b/experiments/Editor/tests/formatting/style07-input.html
similarity index 100%
rename from Editor/tests/formatting/style07-input.html
rename to experiments/Editor/tests/formatting/style07-input.html
diff --git a/Editor/tests/formatting/style08-expected.html b/experiments/Editor/tests/formatting/style08-expected.html
similarity index 100%
rename from Editor/tests/formatting/style08-expected.html
rename to experiments/Editor/tests/formatting/style08-expected.html
diff --git a/Editor/tests/formatting/style08-input.html b/experiments/Editor/tests/formatting/style08-input.html
similarity index 100%
rename from Editor/tests/formatting/style08-input.html
rename to experiments/Editor/tests/formatting/style08-input.html
diff --git a/Editor/tests/formatting/style09-expected.html b/experiments/Editor/tests/formatting/style09-expected.html
similarity index 100%
rename from Editor/tests/formatting/style09-expected.html
rename to experiments/Editor/tests/formatting/style09-expected.html
diff --git a/Editor/tests/formatting/style09-input.html b/experiments/Editor/tests/formatting/style09-input.html
similarity index 100%
rename from Editor/tests/formatting/style09-input.html
rename to experiments/Editor/tests/formatting/style09-input.html
diff --git a/Editor/tests/formatting/style10-expected.html b/experiments/Editor/tests/formatting/style10-expected.html
similarity index 100%
rename from Editor/tests/formatting/style10-expected.html
rename to experiments/Editor/tests/formatting/style10-expected.html
diff --git a/Editor/tests/formatting/style10-input.html b/experiments/Editor/tests/formatting/style10-input.html
similarity index 100%
rename from Editor/tests/formatting/style10-input.html
rename to experiments/Editor/tests/formatting/style10-input.html
diff --git a/Editor/tests/formatting/style11-nop-expected.html b/experiments/Editor/tests/formatting/style11-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style11-nop-expected.html
rename to experiments/Editor/tests/formatting/style11-nop-expected.html
diff --git a/Editor/tests/formatting/style11-nop-input.html b/experiments/Editor/tests/formatting/style11-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style11-nop-input.html
rename to experiments/Editor/tests/formatting/style11-nop-input.html
diff --git a/Editor/tests/formatting/style11-p-expected.html b/experiments/Editor/tests/formatting/style11-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style11-p-expected.html
rename to experiments/Editor/tests/formatting/style11-p-expected.html
diff --git a/Editor/tests/formatting/style11-p-input.html b/experiments/Editor/tests/formatting/style11-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style11-p-input.html
rename to experiments/Editor/tests/formatting/style11-p-input.html
diff --git a/Editor/tests/formatting/style12-nop-expected.html b/experiments/Editor/tests/formatting/style12-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style12-nop-expected.html
rename to experiments/Editor/tests/formatting/style12-nop-expected.html
diff --git a/Editor/tests/formatting/style12-nop-input.html b/experiments/Editor/tests/formatting/style12-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style12-nop-input.html
rename to experiments/Editor/tests/formatting/style12-nop-input.html
diff --git a/Editor/tests/formatting/style12-p-expected.html b/experiments/Editor/tests/formatting/style12-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style12-p-expected.html
rename to experiments/Editor/tests/formatting/style12-p-expected.html
diff --git a/Editor/tests/formatting/style12-p-input.html b/experiments/Editor/tests/formatting/style12-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style12-p-input.html
rename to experiments/Editor/tests/formatting/style12-p-input.html
diff --git a/Editor/tests/formatting/style13-expected.html b/experiments/Editor/tests/formatting/style13-expected.html
similarity index 100%
rename from Editor/tests/formatting/style13-expected.html
rename to experiments/Editor/tests/formatting/style13-expected.html
diff --git a/Editor/tests/formatting/style13-input.html b/experiments/Editor/tests/formatting/style13-input.html
similarity index 100%
rename from Editor/tests/formatting/style13-input.html
rename to experiments/Editor/tests/formatting/style13-input.html
diff --git a/Editor/tests/formatting/style14-expected.html b/experiments/Editor/tests/formatting/style14-expected.html
similarity index 100%
rename from Editor/tests/formatting/style14-expected.html
rename to experiments/Editor/tests/formatting/style14-expected.html
diff --git a/Editor/tests/formatting/style14-input.html b/experiments/Editor/tests/formatting/style14-input.html
similarity index 100%
rename from Editor/tests/formatting/style14-input.html
rename to experiments/Editor/tests/formatting/style14-input.html
diff --git a/Editor/tests/formatting/style15-expected.html b/experiments/Editor/tests/formatting/style15-expected.html
similarity index 100%
rename from Editor/tests/formatting/style15-expected.html
rename to experiments/Editor/tests/formatting/style15-expected.html
diff --git a/Editor/tests/formatting/style15-input.html b/experiments/Editor/tests/formatting/style15-input.html
similarity index 100%
rename from Editor/tests/formatting/style15-input.html
rename to experiments/Editor/tests/formatting/style15-input.html
diff --git a/Editor/tests/formatting/style16-nop-expected.html b/experiments/Editor/tests/formatting/style16-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style16-nop-expected.html
rename to experiments/Editor/tests/formatting/style16-nop-expected.html
diff --git a/Editor/tests/formatting/style16-nop-input.html b/experiments/Editor/tests/formatting/style16-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style16-nop-input.html
rename to experiments/Editor/tests/formatting/style16-nop-input.html
diff --git a/Editor/tests/formatting/style16-p-expected.html b/experiments/Editor/tests/formatting/style16-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style16-p-expected.html
rename to experiments/Editor/tests/formatting/style16-p-expected.html
diff --git a/Editor/tests/formatting/style16-p-input.html b/experiments/Editor/tests/formatting/style16-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style16-p-input.html
rename to experiments/Editor/tests/formatting/style16-p-input.html
diff --git a/Editor/tests/formatting/style17-nop-expected.html b/experiments/Editor/tests/formatting/style17-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style17-nop-expected.html
rename to experiments/Editor/tests/formatting/style17-nop-expected.html
diff --git a/Editor/tests/formatting/style17-nop-input.html b/experiments/Editor/tests/formatting/style17-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style17-nop-input.html
rename to experiments/Editor/tests/formatting/style17-nop-input.html
diff --git a/Editor/tests/formatting/style17-p-expected.html b/experiments/Editor/tests/formatting/style17-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style17-p-expected.html
rename to experiments/Editor/tests/formatting/style17-p-expected.html
diff --git a/Editor/tests/formatting/style17-p-input.html b/experiments/Editor/tests/formatting/style17-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style17-p-input.html
rename to experiments/Editor/tests/formatting/style17-p-input.html
diff --git a/Editor/tests/formatting/style18-nop-expected.html b/experiments/Editor/tests/formatting/style18-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style18-nop-expected.html
rename to experiments/Editor/tests/formatting/style18-nop-expected.html
diff --git a/Editor/tests/formatting/style18-nop-input.html b/experiments/Editor/tests/formatting/style18-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style18-nop-input.html
rename to experiments/Editor/tests/formatting/style18-nop-input.html
diff --git a/Editor/tests/formatting/style18-p-expected.html b/experiments/Editor/tests/formatting/style18-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style18-p-expected.html
rename to experiments/Editor/tests/formatting/style18-p-expected.html
diff --git a/Editor/tests/formatting/style18-p-input.html b/experiments/Editor/tests/formatting/style18-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style18-p-input.html
rename to experiments/Editor/tests/formatting/style18-p-input.html
diff --git a/Editor/tests/formatting/style19-nop-expected.html b/experiments/Editor/tests/formatting/style19-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style19-nop-expected.html
rename to experiments/Editor/tests/formatting/style19-nop-expected.html
diff --git a/Editor/tests/formatting/style19-nop-input.html b/experiments/Editor/tests/formatting/style19-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style19-nop-input.html
rename to experiments/Editor/tests/formatting/style19-nop-input.html
diff --git a/Editor/tests/formatting/style19-p-expected.html b/experiments/Editor/tests/formatting/style19-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style19-p-expected.html
rename to experiments/Editor/tests/formatting/style19-p-expected.html
diff --git a/Editor/tests/formatting/style19-p-input.html b/experiments/Editor/tests/formatting/style19-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style19-p-input.html
rename to experiments/Editor/tests/formatting/style19-p-input.html
diff --git a/Editor/tests/formatting/style20-nop-expected.html b/experiments/Editor/tests/formatting/style20-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style20-nop-expected.html
rename to experiments/Editor/tests/formatting/style20-nop-expected.html
diff --git a/Editor/tests/formatting/style20-nop-input.html b/experiments/Editor/tests/formatting/style20-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style20-nop-input.html
rename to experiments/Editor/tests/formatting/style20-nop-input.html
diff --git a/Editor/tests/formatting/style20-p-expected.html b/experiments/Editor/tests/formatting/style20-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style20-p-expected.html
rename to experiments/Editor/tests/formatting/style20-p-expected.html
diff --git a/Editor/tests/formatting/style20-p-input.html b/experiments/Editor/tests/formatting/style20-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style20-p-input.html
rename to experiments/Editor/tests/formatting/style20-p-input.html
diff --git a/Editor/tests/formatting/style21-nop-expected.html b/experiments/Editor/tests/formatting/style21-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style21-nop-expected.html
rename to experiments/Editor/tests/formatting/style21-nop-expected.html
diff --git a/Editor/tests/formatting/style21-nop-input.html b/experiments/Editor/tests/formatting/style21-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style21-nop-input.html
rename to experiments/Editor/tests/formatting/style21-nop-input.html
diff --git a/Editor/tests/formatting/style21-p-expected.html b/experiments/Editor/tests/formatting/style21-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style21-p-expected.html
rename to experiments/Editor/tests/formatting/style21-p-expected.html
diff --git a/Editor/tests/formatting/style21-p-input.html b/experiments/Editor/tests/formatting/style21-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style21-p-input.html
rename to experiments/Editor/tests/formatting/style21-p-input.html
diff --git a/Editor/tests/formatting/style22-nop-expected.html b/experiments/Editor/tests/formatting/style22-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style22-nop-expected.html
rename to experiments/Editor/tests/formatting/style22-nop-expected.html
diff --git a/Editor/tests/formatting/style22-nop-input.html b/experiments/Editor/tests/formatting/style22-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style22-nop-input.html
rename to experiments/Editor/tests/formatting/style22-nop-input.html
diff --git a/Editor/tests/formatting/style22-p-expected.html b/experiments/Editor/tests/formatting/style22-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style22-p-expected.html
rename to experiments/Editor/tests/formatting/style22-p-expected.html
diff --git a/Editor/tests/formatting/style22-p-input.html b/experiments/Editor/tests/formatting/style22-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style22-p-input.html
rename to experiments/Editor/tests/formatting/style22-p-input.html
diff --git a/Editor/tests/formatting/style23-nop-expected.html b/experiments/Editor/tests/formatting/style23-nop-expected.html
similarity index 100%
rename from Editor/tests/formatting/style23-nop-expected.html
rename to experiments/Editor/tests/formatting/style23-nop-expected.html
diff --git a/Editor/tests/formatting/style23-nop-input.html b/experiments/Editor/tests/formatting/style23-nop-input.html
similarity index 100%
rename from Editor/tests/formatting/style23-nop-input.html
rename to experiments/Editor/tests/formatting/style23-nop-input.html
diff --git a/Editor/tests/formatting/style23-p-expected.html b/experiments/Editor/tests/formatting/style23-p-expected.html
similarity index 100%
rename from Editor/tests/formatting/style23-p-expected.html
rename to experiments/Editor/tests/formatting/style23-p-expected.html
diff --git a/Editor/tests/formatting/style23-p-input.html b/experiments/Editor/tests/formatting/style23-p-input.html
similarity index 100%
rename from Editor/tests/formatting/style23-p-input.html
rename to experiments/Editor/tests/formatting/style23-p-input.html
diff --git a/Editor/tests/formatting/style24-expected.html b/experiments/Editor/tests/formatting/style24-expected.html
similarity index 100%
rename from Editor/tests/formatting/style24-expected.html
rename to experiments/Editor/tests/formatting/style24-expected.html
diff --git a/Editor/tests/formatting/style24-input.html b/experiments/Editor/tests/formatting/style24-input.html
similarity index 100%
rename from Editor/tests/formatting/style24-input.html
rename to experiments/Editor/tests/formatting/style24-input.html
diff --git a/Editor/tests/generic.css b/experiments/Editor/tests/generic.css
similarity index 100%
rename from Editor/tests/generic.css
rename to experiments/Editor/tests/generic.css
diff --git a/Editor/tests/genindex.sh b/experiments/Editor/tests/genindex.sh
similarity index 100%
rename from Editor/tests/genindex.sh
rename to experiments/Editor/tests/genindex.sh
diff --git a/Editor/tests/htmltotext.html b/experiments/Editor/tests/htmltotext.html
similarity index 100%
rename from Editor/tests/htmltotext.html
rename to experiments/Editor/tests/htmltotext.html
diff --git a/Editor/tests/index.js b/experiments/Editor/tests/index.js
similarity index 100%
rename from Editor/tests/index.js
rename to experiments/Editor/tests/index.js
diff --git a/Editor/tests/inline/unwrap-multiplep3-expected.html b/experiments/Editor/tests/inline/unwrap-multiplep3-expected.html
similarity index 100%
rename from Editor/tests/inline/unwrap-multiplep3-expected.html
rename to experiments/Editor/tests/inline/unwrap-multiplep3-expected.html
diff --git a/Editor/tests/inline/unwrap-multiplep3-input.html b/experiments/Editor/tests/inline/unwrap-multiplep3-input.html
similarity index 100%
rename from Editor/tests/inline/unwrap-multiplep3-input.html
rename to experiments/Editor/tests/inline/unwrap-multiplep3-input.html
diff --git a/Editor/tests/inline/unwrap-nop3-expected.html b/experiments/Editor/tests/inline/unwrap-nop3-expected.html
similarity index 100%
rename from Editor/tests/inline/unwrap-nop3-expected.html
rename to experiments/Editor/tests/inline/unwrap-nop3-expected.html
diff --git a/Editor/tests/inline/unwrap-nop3-input.html b/experiments/Editor/tests/inline/unwrap-nop3-input.html
similarity index 100%
rename from Editor/tests/inline/unwrap-nop3-input.html
rename to experiments/Editor/tests/inline/unwrap-nop3-input.html
diff --git a/Editor/tests/inline/unwrap-singlep3-expected.html b/experiments/Editor/tests/inline/unwrap-singlep3-expected.html
similarity index 100%
rename from Editor/tests/inline/unwrap-singlep3-expected.html
rename to experiments/Editor/tests/inline/unwrap-singlep3-expected.html
diff --git a/Editor/tests/inline/unwrap-singlep3-input.html b/experiments/Editor/tests/inline/unwrap-singlep3-input.html
similarity index 100%
rename from Editor/tests/inline/unwrap-singlep3-input.html
rename to experiments/Editor/tests/inline/unwrap-singlep3-input.html
diff --git a/Editor/tests/inline/wrap-multiplep1-expected.html b/experiments/Editor/tests/inline/wrap-multiplep1-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep1-expected.html
rename to experiments/Editor/tests/inline/wrap-multiplep1-expected.html
diff --git a/Editor/tests/inline/wrap-multiplep1-input.html b/experiments/Editor/tests/inline/wrap-multiplep1-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep1-input.html
rename to experiments/Editor/tests/inline/wrap-multiplep1-input.html
diff --git a/Editor/tests/inline/wrap-multiplep2-expected.html b/experiments/Editor/tests/inline/wrap-multiplep2-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep2-expected.html
rename to experiments/Editor/tests/inline/wrap-multiplep2-expected.html
diff --git a/Editor/tests/inline/wrap-multiplep2-input.html b/experiments/Editor/tests/inline/wrap-multiplep2-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep2-input.html
rename to experiments/Editor/tests/inline/wrap-multiplep2-input.html
diff --git a/Editor/tests/inline/wrap-multiplep3-expected.html b/experiments/Editor/tests/inline/wrap-multiplep3-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep3-expected.html
rename to experiments/Editor/tests/inline/wrap-multiplep3-expected.html
diff --git a/Editor/tests/inline/wrap-multiplep3-input.html b/experiments/Editor/tests/inline/wrap-multiplep3-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep3-input.html
rename to experiments/Editor/tests/inline/wrap-multiplep3-input.html
diff --git a/Editor/tests/inline/wrap-multiplep4-expected.html b/experiments/Editor/tests/inline/wrap-multiplep4-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep4-expected.html
rename to experiments/Editor/tests/inline/wrap-multiplep4-expected.html
diff --git a/Editor/tests/inline/wrap-multiplep4-input.html b/experiments/Editor/tests/inline/wrap-multiplep4-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep4-input.html
rename to experiments/Editor/tests/inline/wrap-multiplep4-input.html
diff --git a/Editor/tests/inline/wrap-multiplep5-expected.html b/experiments/Editor/tests/inline/wrap-multiplep5-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep5-expected.html
rename to experiments/Editor/tests/inline/wrap-multiplep5-expected.html
diff --git a/Editor/tests/inline/wrap-multiplep5-input.html b/experiments/Editor/tests/inline/wrap-multiplep5-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-multiplep5-input.html
rename to experiments/Editor/tests/inline/wrap-multiplep5-input.html
diff --git a/Editor/tests/inline/wrap-nop1-expected.html b/experiments/Editor/tests/inline/wrap-nop1-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop1-expected.html
rename to experiments/Editor/tests/inline/wrap-nop1-expected.html
diff --git a/Editor/tests/inline/wrap-nop1-input.html b/experiments/Editor/tests/inline/wrap-nop1-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop1-input.html
rename to experiments/Editor/tests/inline/wrap-nop1-input.html
diff --git a/Editor/tests/inline/wrap-nop2-expected.html b/experiments/Editor/tests/inline/wrap-nop2-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop2-expected.html
rename to experiments/Editor/tests/inline/wrap-nop2-expected.html
diff --git a/Editor/tests/inline/wrap-nop2-input.html b/experiments/Editor/tests/inline/wrap-nop2-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop2-input.html
rename to experiments/Editor/tests/inline/wrap-nop2-input.html
diff --git a/Editor/tests/inline/wrap-nop3-expected.html b/experiments/Editor/tests/inline/wrap-nop3-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop3-expected.html
rename to experiments/Editor/tests/inline/wrap-nop3-expected.html
diff --git a/Editor/tests/inline/wrap-nop3-input.html b/experiments/Editor/tests/inline/wrap-nop3-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop3-input.html
rename to experiments/Editor/tests/inline/wrap-nop3-input.html
diff --git a/Editor/tests/inline/wrap-nop4-expected.html b/experiments/Editor/tests/inline/wrap-nop4-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop4-expected.html
rename to experiments/Editor/tests/inline/wrap-nop4-expected.html
diff --git a/Editor/tests/inline/wrap-nop4-input.html b/experiments/Editor/tests/inline/wrap-nop4-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop4-input.html
rename to experiments/Editor/tests/inline/wrap-nop4-input.html
diff --git a/Editor/tests/inline/wrap-nop5-expected.html b/experiments/Editor/tests/inline/wrap-nop5-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop5-expected.html
rename to experiments/Editor/tests/inline/wrap-nop5-expected.html
diff --git a/Editor/tests/inline/wrap-nop5-input.html b/experiments/Editor/tests/inline/wrap-nop5-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-nop5-input.html
rename to experiments/Editor/tests/inline/wrap-nop5-input.html
diff --git a/Editor/tests/inline/wrap-singlep1-expected.html b/experiments/Editor/tests/inline/wrap-singlep1-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep1-expected.html
rename to experiments/Editor/tests/inline/wrap-singlep1-expected.html
diff --git a/Editor/tests/inline/wrap-singlep1-input.html b/experiments/Editor/tests/inline/wrap-singlep1-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep1-input.html
rename to experiments/Editor/tests/inline/wrap-singlep1-input.html
diff --git a/Editor/tests/inline/wrap-singlep2-expected.html b/experiments/Editor/tests/inline/wrap-singlep2-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep2-expected.html
rename to experiments/Editor/tests/inline/wrap-singlep2-expected.html
diff --git a/Editor/tests/inline/wrap-singlep2-input.html b/experiments/Editor/tests/inline/wrap-singlep2-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep2-input.html
rename to experiments/Editor/tests/inline/wrap-singlep2-input.html
diff --git a/Editor/tests/inline/wrap-singlep3-expected.html b/experiments/Editor/tests/inline/wrap-singlep3-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep3-expected.html
rename to experiments/Editor/tests/inline/wrap-singlep3-expected.html
diff --git a/Editor/tests/inline/wrap-singlep3-input.html b/experiments/Editor/tests/inline/wrap-singlep3-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep3-input.html
rename to experiments/Editor/tests/inline/wrap-singlep3-input.html
diff --git a/Editor/tests/inline/wrap-singlep4-expected.html b/experiments/Editor/tests/inline/wrap-singlep4-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep4-expected.html
rename to experiments/Editor/tests/inline/wrap-singlep4-expected.html
diff --git a/Editor/tests/inline/wrap-singlep4-input.html b/experiments/Editor/tests/inline/wrap-singlep4-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep4-input.html
rename to experiments/Editor/tests/inline/wrap-singlep4-input.html
diff --git a/Editor/tests/inline/wrap-singlep5-expected.html b/experiments/Editor/tests/inline/wrap-singlep5-expected.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep5-expected.html
rename to experiments/Editor/tests/inline/wrap-singlep5-expected.html
diff --git a/Editor/tests/inline/wrap-singlep5-input.html b/experiments/Editor/tests/inline/wrap-singlep5-input.html
similarity index 100%
rename from Editor/tests/inline/wrap-singlep5-input.html
rename to experiments/Editor/tests/inline/wrap-singlep5-input.html
diff --git a/Editor/tests/input/InputTests.js b/experiments/Editor/tests/input/InputTests.js
similarity index 100%
rename from Editor/tests/input/InputTests.js
rename to experiments/Editor/tests/input/InputTests.js
diff --git a/Editor/tests/input/moveDown01a-expected.html b/experiments/Editor/tests/input/moveDown01a-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown01a-expected.html
rename to experiments/Editor/tests/input/moveDown01a-expected.html
diff --git a/Editor/tests/input/moveDown01a-input.html b/experiments/Editor/tests/input/moveDown01a-input.html
similarity index 100%
rename from Editor/tests/input/moveDown01a-input.html
rename to experiments/Editor/tests/input/moveDown01a-input.html
diff --git a/Editor/tests/input/moveDown01b-expected.html b/experiments/Editor/tests/input/moveDown01b-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown01b-expected.html
rename to experiments/Editor/tests/input/moveDown01b-expected.html
diff --git a/Editor/tests/input/moveDown01b-input.html b/experiments/Editor/tests/input/moveDown01b-input.html
similarity index 100%
rename from Editor/tests/input/moveDown01b-input.html
rename to experiments/Editor/tests/input/moveDown01b-input.html
diff --git a/Editor/tests/input/moveDown01c-expected.html b/experiments/Editor/tests/input/moveDown01c-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown01c-expected.html
rename to experiments/Editor/tests/input/moveDown01c-expected.html
diff --git a/Editor/tests/input/moveDown01c-input.html b/experiments/Editor/tests/input/moveDown01c-input.html
similarity index 100%
rename from Editor/tests/input/moveDown01c-input.html
rename to experiments/Editor/tests/input/moveDown01c-input.html
diff --git a/Editor/tests/input/moveDown01d-expected.html b/experiments/Editor/tests/input/moveDown01d-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown01d-expected.html
rename to experiments/Editor/tests/input/moveDown01d-expected.html
diff --git a/Editor/tests/input/moveDown01d-input.html b/experiments/Editor/tests/input/moveDown01d-input.html
similarity index 100%
rename from Editor/tests/input/moveDown01d-input.html
rename to experiments/Editor/tests/input/moveDown01d-input.html
diff --git a/Editor/tests/input/moveDown02a-expected.html b/experiments/Editor/tests/input/moveDown02a-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown02a-expected.html
rename to experiments/Editor/tests/input/moveDown02a-expected.html
diff --git a/Editor/tests/input/moveDown02a-input.html b/experiments/Editor/tests/input/moveDown02a-input.html
similarity index 100%
rename from Editor/tests/input/moveDown02a-input.html
rename to experiments/Editor/tests/input/moveDown02a-input.html
diff --git a/Editor/tests/input/moveDown02b-expected.html b/experiments/Editor/tests/input/moveDown02b-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown02b-expected.html
rename to experiments/Editor/tests/input/moveDown02b-expected.html
diff --git a/Editor/tests/input/moveDown02b-input.html b/experiments/Editor/tests/input/moveDown02b-input.html
similarity index 100%
rename from Editor/tests/input/moveDown02b-input.html
rename to experiments/Editor/tests/input/moveDown02b-input.html
diff --git a/Editor/tests/input/moveDown03a-expected.html b/experiments/Editor/tests/input/moveDown03a-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown03a-expected.html
rename to experiments/Editor/tests/input/moveDown03a-expected.html
diff --git a/Editor/tests/input/moveDown03a-input.html b/experiments/Editor/tests/input/moveDown03a-input.html
similarity index 100%
rename from Editor/tests/input/moveDown03a-input.html
rename to experiments/Editor/tests/input/moveDown03a-input.html
diff --git a/Editor/tests/input/moveDown03b-expected.html b/experiments/Editor/tests/input/moveDown03b-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown03b-expected.html
rename to experiments/Editor/tests/input/moveDown03b-expected.html
diff --git a/Editor/tests/input/moveDown03b-input.html b/experiments/Editor/tests/input/moveDown03b-input.html
similarity index 100%
rename from Editor/tests/input/moveDown03b-input.html
rename to experiments/Editor/tests/input/moveDown03b-input.html
diff --git a/Editor/tests/input/moveDown03c-expected.html b/experiments/Editor/tests/input/moveDown03c-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown03c-expected.html
rename to experiments/Editor/tests/input/moveDown03c-expected.html
diff --git a/Editor/tests/input/moveDown03c-input.html b/experiments/Editor/tests/input/moveDown03c-input.html
similarity index 100%
rename from Editor/tests/input/moveDown03c-input.html
rename to experiments/Editor/tests/input/moveDown03c-input.html
diff --git a/Editor/tests/input/moveDown03d-expected.html b/experiments/Editor/tests/input/moveDown03d-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown03d-expected.html
rename to experiments/Editor/tests/input/moveDown03d-expected.html
diff --git a/Editor/tests/input/moveDown03d-input.html b/experiments/Editor/tests/input/moveDown03d-input.html
similarity index 100%
rename from Editor/tests/input/moveDown03d-input.html
rename to experiments/Editor/tests/input/moveDown03d-input.html
diff --git a/Editor/tests/input/moveDown04a-expected.html b/experiments/Editor/tests/input/moveDown04a-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown04a-expected.html
rename to experiments/Editor/tests/input/moveDown04a-expected.html
diff --git a/Editor/tests/input/moveDown04a-input.html b/experiments/Editor/tests/input/moveDown04a-input.html
similarity index 100%
rename from Editor/tests/input/moveDown04a-input.html
rename to experiments/Editor/tests/input/moveDown04a-input.html
diff --git a/Editor/tests/input/moveDown04b-expected.html b/experiments/Editor/tests/input/moveDown04b-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown04b-expected.html
rename to experiments/Editor/tests/input/moveDown04b-expected.html
diff --git a/Editor/tests/input/moveDown04b-input.html b/experiments/Editor/tests/input/moveDown04b-input.html
similarity index 100%
rename from Editor/tests/input/moveDown04b-input.html
rename to experiments/Editor/tests/input/moveDown04b-input.html
diff --git a/Editor/tests/input/moveDown04c-expected.html b/experiments/Editor/tests/input/moveDown04c-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown04c-expected.html
rename to experiments/Editor/tests/input/moveDown04c-expected.html
diff --git a/Editor/tests/input/moveDown04c-input.html b/experiments/Editor/tests/input/moveDown04c-input.html
similarity index 100%
rename from Editor/tests/input/moveDown04c-input.html
rename to experiments/Editor/tests/input/moveDown04c-input.html
diff --git a/Editor/tests/input/moveDown04d-expected.html b/experiments/Editor/tests/input/moveDown04d-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown04d-expected.html
rename to experiments/Editor/tests/input/moveDown04d-expected.html
diff --git a/Editor/tests/input/moveDown04d-input.html b/experiments/Editor/tests/input/moveDown04d-input.html
similarity index 100%
rename from Editor/tests/input/moveDown04d-input.html
rename to experiments/Editor/tests/input/moveDown04d-input.html
diff --git a/Editor/tests/input/moveDown04e-expected.html b/experiments/Editor/tests/input/moveDown04e-expected.html
similarity index 100%
rename from Editor/tests/input/moveDown04e-expected.html
rename to experiments/Editor/tests/input/moveDown04e-expected.html
diff --git a/Editor/tests/input/moveDown04e-input.html b/experiments/Editor/tests/input/moveDown04e-input.html
similarity index 100%
rename from Editor/tests/input/moveDown04e-input.html
rename to experiments/Editor/tests/input/moveDown04e-input.html
diff --git a/Editor/tests/input/moveUp01a-expected.html b/experiments/Editor/tests/input/moveUp01a-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp01a-expected.html
rename to experiments/Editor/tests/input/moveUp01a-expected.html
diff --git a/Editor/tests/input/moveUp01a-input.html b/experiments/Editor/tests/input/moveUp01a-input.html
similarity index 100%
rename from Editor/tests/input/moveUp01a-input.html
rename to experiments/Editor/tests/input/moveUp01a-input.html
diff --git a/Editor/tests/input/moveUp01b-expected.html b/experiments/Editor/tests/input/moveUp01b-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp01b-expected.html
rename to experiments/Editor/tests/input/moveUp01b-expected.html
diff --git a/Editor/tests/input/moveUp01b-input.html b/experiments/Editor/tests/input/moveUp01b-input.html
similarity index 100%
rename from Editor/tests/input/moveUp01b-input.html
rename to experiments/Editor/tests/input/moveUp01b-input.html
diff --git a/Editor/tests/input/moveUp01c-expected.html b/experiments/Editor/tests/input/moveUp01c-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp01c-expected.html
rename to experiments/Editor/tests/input/moveUp01c-expected.html
diff --git a/Editor/tests/input/moveUp01c-input.html b/experiments/Editor/tests/input/moveUp01c-input.html
similarity index 100%
rename from Editor/tests/input/moveUp01c-input.html
rename to experiments/Editor/tests/input/moveUp01c-input.html
diff --git a/Editor/tests/input/moveUp01d-expected.html b/experiments/Editor/tests/input/moveUp01d-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp01d-expected.html
rename to experiments/Editor/tests/input/moveUp01d-expected.html
diff --git a/Editor/tests/input/moveUp01d-input.html b/experiments/Editor/tests/input/moveUp01d-input.html
similarity index 100%
rename from Editor/tests/input/moveUp01d-input.html
rename to experiments/Editor/tests/input/moveUp01d-input.html
diff --git a/Editor/tests/input/moveUp02a-expected.html b/experiments/Editor/tests/input/moveUp02a-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp02a-expected.html
rename to experiments/Editor/tests/input/moveUp02a-expected.html
diff --git a/Editor/tests/input/moveUp02a-input.html b/experiments/Editor/tests/input/moveUp02a-input.html
similarity index 100%
rename from Editor/tests/input/moveUp02a-input.html
rename to experiments/Editor/tests/input/moveUp02a-input.html
diff --git a/Editor/tests/input/moveUp02b-expected.html b/experiments/Editor/tests/input/moveUp02b-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp02b-expected.html
rename to experiments/Editor/tests/input/moveUp02b-expected.html
diff --git a/Editor/tests/input/moveUp02b-input.html b/experiments/Editor/tests/input/moveUp02b-input.html
similarity index 100%
rename from Editor/tests/input/moveUp02b-input.html
rename to experiments/Editor/tests/input/moveUp02b-input.html
diff --git a/Editor/tests/input/moveUp03a-expected.html b/experiments/Editor/tests/input/moveUp03a-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp03a-expected.html
rename to experiments/Editor/tests/input/moveUp03a-expected.html
diff --git a/Editor/tests/input/moveUp03a-input.html b/experiments/Editor/tests/input/moveUp03a-input.html
similarity index 100%
rename from Editor/tests/input/moveUp03a-input.html
rename to experiments/Editor/tests/input/moveUp03a-input.html
diff --git a/Editor/tests/input/moveUp03b-expected.html b/experiments/Editor/tests/input/moveUp03b-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp03b-expected.html
rename to experiments/Editor/tests/input/moveUp03b-expected.html
diff --git a/Editor/tests/input/moveUp03b-input.html b/experiments/Editor/tests/input/moveUp03b-input.html
similarity index 100%
rename from Editor/tests/input/moveUp03b-input.html
rename to experiments/Editor/tests/input/moveUp03b-input.html
diff --git a/Editor/tests/input/moveUp03c-expected.html b/experiments/Editor/tests/input/moveUp03c-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp03c-expected.html
rename to experiments/Editor/tests/input/moveUp03c-expected.html
diff --git a/Editor/tests/input/moveUp03c-input.html b/experiments/Editor/tests/input/moveUp03c-input.html
similarity index 100%
rename from Editor/tests/input/moveUp03c-input.html
rename to experiments/Editor/tests/input/moveUp03c-input.html
diff --git a/Editor/tests/input/moveUp03d-expected.html b/experiments/Editor/tests/input/moveUp03d-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp03d-expected.html
rename to experiments/Editor/tests/input/moveUp03d-expected.html
diff --git a/Editor/tests/input/moveUp03d-input.html b/experiments/Editor/tests/input/moveUp03d-input.html
similarity index 100%
rename from Editor/tests/input/moveUp03d-input.html
rename to experiments/Editor/tests/input/moveUp03d-input.html
diff --git a/Editor/tests/input/moveUp04a-expected.html b/experiments/Editor/tests/input/moveUp04a-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp04a-expected.html
rename to experiments/Editor/tests/input/moveUp04a-expected.html
diff --git a/Editor/tests/input/moveUp04a-input.html b/experiments/Editor/tests/input/moveUp04a-input.html
similarity index 100%
rename from Editor/tests/input/moveUp04a-input.html
rename to experiments/Editor/tests/input/moveUp04a-input.html
diff --git a/Editor/tests/input/moveUp04b-expected.html b/experiments/Editor/tests/input/moveUp04b-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp04b-expected.html
rename to experiments/Editor/tests/input/moveUp04b-expected.html
diff --git a/Editor/tests/input/moveUp04b-input.html b/experiments/Editor/tests/input/moveUp04b-input.html
similarity index 100%
rename from Editor/tests/input/moveUp04b-input.html
rename to experiments/Editor/tests/input/moveUp04b-input.html
diff --git a/Editor/tests/input/moveUp04c-expected.html b/experiments/Editor/tests/input/moveUp04c-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp04c-expected.html
rename to experiments/Editor/tests/input/moveUp04c-expected.html
diff --git a/Editor/tests/input/moveUp04c-input.html b/experiments/Editor/tests/input/moveUp04c-input.html
similarity index 100%
rename from Editor/tests/input/moveUp04c-input.html
rename to experiments/Editor/tests/input/moveUp04c-input.html
diff --git a/Editor/tests/input/moveUp04d-expected.html b/experiments/Editor/tests/input/moveUp04d-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp04d-expected.html
rename to experiments/Editor/tests/input/moveUp04d-expected.html
diff --git a/Editor/tests/input/moveUp04d-input.html b/experiments/Editor/tests/input/moveUp04d-input.html
similarity index 100%
rename from Editor/tests/input/moveUp04d-input.html
rename to experiments/Editor/tests/input/moveUp04d-input.html
diff --git a/Editor/tests/input/moveUp04e-expected.html b/experiments/Editor/tests/input/moveUp04e-expected.html
similarity index 100%
rename from Editor/tests/input/moveUp04e-expected.html
rename to experiments/Editor/tests/input/moveUp04e-expected.html
diff --git a/Editor/tests/input/moveUp04e-input.html b/experiments/Editor/tests/input/moveUp04e-input.html
similarity index 100%
rename from Editor/tests/input/moveUp04e-input.html
rename to experiments/Editor/tests/input/moveUp04e-input.html
diff --git a/Editor/tests/input/positionAtBoundary-line-backward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-line-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-line-backward-expected.html
rename to experiments/Editor/tests/input/positionAtBoundary-line-backward-expected.html
diff --git a/Editor/tests/input/positionAtBoundary-line-backward-input.html b/experiments/Editor/tests/input/positionAtBoundary-line-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-line-backward-input.html
rename to experiments/Editor/tests/input/positionAtBoundary-line-backward-input.html
diff --git a/Editor/tests/input/positionAtBoundary-line-forward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-line-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-line-forward-expected.html
rename to experiments/Editor/tests/input/positionAtBoundary-line-forward-expected.html
diff --git a/Editor/tests/input/positionAtBoundary-line-forward-input.html b/experiments/Editor/tests/input/positionAtBoundary-line-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-line-forward-input.html
rename to experiments/Editor/tests/input/positionAtBoundary-line-forward-input.html
diff --git a/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html
rename to experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html
diff --git a/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-paragraph-backward-input.html
rename to experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html
diff --git a/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html
rename to experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html
diff --git a/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html
rename to experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html
diff --git a/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-paragraph-forward-input.html
rename to experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html
diff --git a/Editor/tests/input/positionAtBoundary-word-backward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-word-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-word-backward-expected.html
rename to experiments/Editor/tests/input/positionAtBoundary-word-backward-expected.html
diff --git a/Editor/tests/input/positionAtBoundary-word-backward-input.html b/experiments/Editor/tests/input/positionAtBoundary-word-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-word-backward-input.html
rename to experiments/Editor/tests/input/positionAtBoundary-word-backward-input.html
diff --git a/Editor/tests/input/positionAtBoundary-word-forward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-word-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-word-forward-expected.html
rename to experiments/Editor/tests/input/positionAtBoundary-word-forward-expected.html
diff --git a/Editor/tests/input/positionAtBoundary-word-forward-input.html b/experiments/Editor/tests/input/positionAtBoundary-word-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionAtBoundary-word-forward-input.html
rename to experiments/Editor/tests/input/positionAtBoundary-word-forward-input.html
diff --git a/Editor/tests/input/positionToBoundary-line-backward-expected.html b/experiments/Editor/tests/input/positionToBoundary-line-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-line-backward-expected.html
rename to experiments/Editor/tests/input/positionToBoundary-line-backward-expected.html
diff --git a/Editor/tests/input/positionToBoundary-line-backward-input.html b/experiments/Editor/tests/input/positionToBoundary-line-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-line-backward-input.html
rename to experiments/Editor/tests/input/positionToBoundary-line-backward-input.html
diff --git a/Editor/tests/input/positionToBoundary-line-forward-expected.html b/experiments/Editor/tests/input/positionToBoundary-line-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-line-forward-expected.html
rename to experiments/Editor/tests/input/positionToBoundary-line-forward-expected.html
diff --git a/Editor/tests/input/positionToBoundary-line-forward-input.html b/experiments/Editor/tests/input/positionToBoundary-line-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-line-forward-input.html
rename to experiments/Editor/tests/input/positionToBoundary-line-forward-input.html
diff --git a/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-paragraph-backward-expected.html
rename to experiments/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html
diff --git a/Editor/tests/input/positionToBoundary-paragraph-backward-input.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-paragraph-backward-input.html
rename to experiments/Editor/tests/input/positionToBoundary-paragraph-backward-input.html
diff --git a/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-paragraph-forward-backward.html
rename to experiments/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html
diff --git a/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-paragraph-forward-expected.html
rename to experiments/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html
diff --git a/Editor/tests/input/positionToBoundary-paragraph-forward-input.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-paragraph-forward-input.html
rename to experiments/Editor/tests/input/positionToBoundary-paragraph-forward-input.html
diff --git a/Editor/tests/input/positionToBoundary-word-backward-expected.html b/experiments/Editor/tests/input/positionToBoundary-word-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-word-backward-expected.html
rename to experiments/Editor/tests/input/positionToBoundary-word-backward-expected.html
diff --git a/Editor/tests/input/positionToBoundary-word-backward-input.html b/experiments/Editor/tests/input/positionToBoundary-word-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-word-backward-input.html
rename to experiments/Editor/tests/input/positionToBoundary-word-backward-input.html
diff --git a/Editor/tests/input/positionToBoundary-word-forward-expected.html b/experiments/Editor/tests/input/positionToBoundary-word-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-word-forward-expected.html
rename to experiments/Editor/tests/input/positionToBoundary-word-forward-expected.html
diff --git a/Editor/tests/input/positionToBoundary-word-forward-input.html b/experiments/Editor/tests/input/positionToBoundary-word-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionToBoundary-word-forward-input.html
rename to experiments/Editor/tests/input/positionToBoundary-word-forward-input.html
diff --git a/Editor/tests/input/positionWithin-line-backward-expected.html b/experiments/Editor/tests/input/positionWithin-line-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionWithin-line-backward-expected.html
rename to experiments/Editor/tests/input/positionWithin-line-backward-expected.html
diff --git a/Editor/tests/input/positionWithin-line-backward-input.html b/experiments/Editor/tests/input/positionWithin-line-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionWithin-line-backward-input.html
rename to experiments/Editor/tests/input/positionWithin-line-backward-input.html
diff --git a/Editor/tests/input/positionWithin-line-forward-expected.html b/experiments/Editor/tests/input/positionWithin-line-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionWithin-line-forward-expected.html
rename to experiments/Editor/tests/input/positionWithin-line-forward-expected.html
diff --git a/Editor/tests/input/positionWithin-line-forward-input.html b/experiments/Editor/tests/input/positionWithin-line-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionWithin-line-forward-input.html
rename to experiments/Editor/tests/input/positionWithin-line-forward-input.html
diff --git a/Editor/tests/input/positionWithin-paragraph-backward-expected.html b/experiments/Editor/tests/input/positionWithin-paragraph-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionWithin-paragraph-backward-expected.html
rename to experiments/Editor/tests/input/positionWithin-paragraph-backward-expected.html
diff --git a/Editor/tests/input/positionWithin-paragraph-backward-input.html b/experiments/Editor/tests/input/positionWithin-paragraph-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionWithin-paragraph-backward-input.html
rename to experiments/Editor/tests/input/positionWithin-paragraph-backward-input.html
diff --git a/Editor/tests/input/positionWithin-paragraph-forward-expected.html b/experiments/Editor/tests/input/positionWithin-paragraph-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionWithin-paragraph-forward-expected.html
rename to experiments/Editor/tests/input/positionWithin-paragraph-forward-expected.html
diff --git a/Editor/tests/input/positionWithin-paragraph-forward-input.html b/experiments/Editor/tests/input/positionWithin-paragraph-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionWithin-paragraph-forward-input.html
rename to experiments/Editor/tests/input/positionWithin-paragraph-forward-input.html
diff --git a/Editor/tests/input/positionWithin-word-backward-expected.html b/experiments/Editor/tests/input/positionWithin-word-backward-expected.html
similarity index 100%
rename from Editor/tests/input/positionWithin-word-backward-expected.html
rename to experiments/Editor/tests/input/positionWithin-word-backward-expected.html
diff --git a/Editor/tests/input/positionWithin-word-backward-input.html b/experiments/Editor/tests/input/positionWithin-word-backward-input.html
similarity index 100%
rename from Editor/tests/input/positionWithin-word-backward-input.html
rename to experiments/Editor/tests/input/positionWithin-word-backward-input.html
diff --git a/Editor/tests/input/positionWithin-word-forward-expected.html b/experiments/Editor/tests/input/positionWithin-word-forward-expected.html
similarity index 100%
rename from Editor/tests/input/positionWithin-word-forward-expected.html
rename to experiments/Editor/tests/input/positionWithin-word-forward-expected.html
diff --git a/Editor/tests/input/positionWithin-word-forward-input.html b/experiments/Editor/tests/input/positionWithin-word-forward-input.html
similarity index 100%
rename from Editor/tests/input/positionWithin-word-forward-input.html
rename to experiments/Editor/tests/input/positionWithin-word-forward-input.html
diff --git a/Editor/tests/input/rangeEnclosing-line-backward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-line-backward-expected.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-line-backward-expected.html
rename to experiments/Editor/tests/input/rangeEnclosing-line-backward-expected.html
diff --git a/Editor/tests/input/rangeEnclosing-line-backward-input.html b/experiments/Editor/tests/input/rangeEnclosing-line-backward-input.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-line-backward-input.html
rename to experiments/Editor/tests/input/rangeEnclosing-line-backward-input.html
diff --git a/Editor/tests/input/rangeEnclosing-line-forward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-line-forward-expected.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-line-forward-expected.html
rename to experiments/Editor/tests/input/rangeEnclosing-line-forward-expected.html
diff --git a/Editor/tests/input/rangeEnclosing-line-forward-input.html b/experiments/Editor/tests/input/rangeEnclosing-line-forward-input.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-line-forward-input.html
rename to experiments/Editor/tests/input/rangeEnclosing-line-forward-input.html
diff --git a/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html
rename to experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html
diff --git a/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-paragraph-backward-input.html
rename to experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html
diff --git a/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html
rename to experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html
diff --git a/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-paragraph-forward-input.html
rename to experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html
diff --git a/Editor/tests/input/rangeEnclosing-word-backward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-word-backward-expected.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-word-backward-expected.html
rename to experiments/Editor/tests/input/rangeEnclosing-word-backward-expected.html
diff --git a/Editor/tests/input/rangeEnclosing-word-backward-input.html b/experiments/Editor/tests/input/rangeEnclosing-word-backward-input.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-word-backward-input.html
rename to experiments/Editor/tests/input/rangeEnclosing-word-backward-input.html
diff --git a/Editor/tests/input/rangeEnclosing-word-forward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-word-forward-expected.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-word-forward-expected.html
rename to experiments/Editor/tests/input/rangeEnclosing-word-forward-expected.html
diff --git a/Editor/tests/input/rangeEnclosing-word-forward-input.html b/experiments/Editor/tests/input/rangeEnclosing-word-forward-input.html
similarity index 100%
rename from Editor/tests/input/rangeEnclosing-word-forward-input.html
rename to experiments/Editor/tests/input/rangeEnclosing-word-forward-input.html
diff --git a/Editor/tests/input/replaceRange01-expected.html b/experiments/Editor/tests/input/replaceRange01-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange01-expected.html
rename to experiments/Editor/tests/input/replaceRange01-expected.html
diff --git a/Editor/tests/input/replaceRange01-input.html b/experiments/Editor/tests/input/replaceRange01-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange01-input.html
rename to experiments/Editor/tests/input/replaceRange01-input.html
diff --git a/Editor/tests/input/replaceRange02-expected.html b/experiments/Editor/tests/input/replaceRange02-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange02-expected.html
rename to experiments/Editor/tests/input/replaceRange02-expected.html
diff --git a/Editor/tests/input/replaceRange02-input.html b/experiments/Editor/tests/input/replaceRange02-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange02-input.html
rename to experiments/Editor/tests/input/replaceRange02-input.html
diff --git a/Editor/tests/input/replaceRange03-expected.html b/experiments/Editor/tests/input/replaceRange03-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange03-expected.html
rename to experiments/Editor/tests/input/replaceRange03-expected.html
diff --git a/Editor/tests/input/replaceRange03-input.html b/experiments/Editor/tests/input/replaceRange03-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange03-input.html
rename to experiments/Editor/tests/input/replaceRange03-input.html
diff --git a/Editor/tests/input/replaceRange04-expected.html b/experiments/Editor/tests/input/replaceRange04-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange04-expected.html
rename to experiments/Editor/tests/input/replaceRange04-expected.html
diff --git a/Editor/tests/input/replaceRange04-input.html b/experiments/Editor/tests/input/replaceRange04-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange04-input.html
rename to experiments/Editor/tests/input/replaceRange04-input.html
diff --git a/Editor/tests/input/replaceRange05-expected.html b/experiments/Editor/tests/input/replaceRange05-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange05-expected.html
rename to experiments/Editor/tests/input/replaceRange05-expected.html
diff --git a/Editor/tests/input/replaceRange05-input.html b/experiments/Editor/tests/input/replaceRange05-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange05-input.html
rename to experiments/Editor/tests/input/replaceRange05-input.html
diff --git a/Editor/tests/input/replaceRange06-expected.html b/experiments/Editor/tests/input/replaceRange06-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange06-expected.html
rename to experiments/Editor/tests/input/replaceRange06-expected.html
diff --git a/Editor/tests/input/replaceRange06-input.html b/experiments/Editor/tests/input/replaceRange06-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange06-input.html
rename to experiments/Editor/tests/input/replaceRange06-input.html
diff --git a/Editor/tests/input/replaceRange07-expected.html b/experiments/Editor/tests/input/replaceRange07-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange07-expected.html
rename to experiments/Editor/tests/input/replaceRange07-expected.html
diff --git a/Editor/tests/input/replaceRange07-input.html b/experiments/Editor/tests/input/replaceRange07-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange07-input.html
rename to experiments/Editor/tests/input/replaceRange07-input.html
diff --git a/Editor/tests/input/replaceRange08-expected.html b/experiments/Editor/tests/input/replaceRange08-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange08-expected.html
rename to experiments/Editor/tests/input/replaceRange08-expected.html
diff --git a/Editor/tests/input/replaceRange08-input.html b/experiments/Editor/tests/input/replaceRange08-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange08-input.html
rename to experiments/Editor/tests/input/replaceRange08-input.html
diff --git a/Editor/tests/input/replaceRange09-expected.html b/experiments/Editor/tests/input/replaceRange09-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange09-expected.html
rename to experiments/Editor/tests/input/replaceRange09-expected.html
diff --git a/Editor/tests/input/replaceRange09-input.html b/experiments/Editor/tests/input/replaceRange09-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange09-input.html
rename to experiments/Editor/tests/input/replaceRange09-input.html
diff --git a/Editor/tests/input/replaceRange10-expected.html b/experiments/Editor/tests/input/replaceRange10-expected.html
similarity index 100%
rename from Editor/tests/input/replaceRange10-expected.html
rename to experiments/Editor/tests/input/replaceRange10-expected.html
diff --git a/Editor/tests/input/replaceRange10-input.html b/experiments/Editor/tests/input/replaceRange10-input.html
similarity index 100%
rename from Editor/tests/input/replaceRange10-input.html
rename to experiments/Editor/tests/input/replaceRange10-input.html
diff --git a/Editor/tests/lists/clearList01a-expected.html b/experiments/Editor/tests/lists/clearList01a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList01a-expected.html
rename to experiments/Editor/tests/lists/clearList01a-expected.html
diff --git a/Editor/tests/lists/clearList01a-input.html b/experiments/Editor/tests/lists/clearList01a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList01a-input.html
rename to experiments/Editor/tests/lists/clearList01a-input.html
diff --git a/Editor/tests/lists/clearList01b-expected.html b/experiments/Editor/tests/lists/clearList01b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList01b-expected.html
rename to experiments/Editor/tests/lists/clearList01b-expected.html
diff --git a/Editor/tests/lists/clearList01b-input.html b/experiments/Editor/tests/lists/clearList01b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList01b-input.html
rename to experiments/Editor/tests/lists/clearList01b-input.html
diff --git a/Editor/tests/lists/clearList02a-expected.html b/experiments/Editor/tests/lists/clearList02a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList02a-expected.html
rename to experiments/Editor/tests/lists/clearList02a-expected.html
diff --git a/Editor/tests/lists/clearList02a-input.html b/experiments/Editor/tests/lists/clearList02a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList02a-input.html
rename to experiments/Editor/tests/lists/clearList02a-input.html
diff --git a/Editor/tests/lists/clearList02b-expected.html b/experiments/Editor/tests/lists/clearList02b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList02b-expected.html
rename to experiments/Editor/tests/lists/clearList02b-expected.html
diff --git a/Editor/tests/lists/clearList02b-input.html b/experiments/Editor/tests/lists/clearList02b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList02b-input.html
rename to experiments/Editor/tests/lists/clearList02b-input.html
diff --git a/Editor/tests/lists/clearList03a-expected.html b/experiments/Editor/tests/lists/clearList03a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList03a-expected.html
rename to experiments/Editor/tests/lists/clearList03a-expected.html
diff --git a/Editor/tests/lists/clearList03a-input.html b/experiments/Editor/tests/lists/clearList03a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList03a-input.html
rename to experiments/Editor/tests/lists/clearList03a-input.html
diff --git a/Editor/tests/lists/clearList03b-expected.html b/experiments/Editor/tests/lists/clearList03b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList03b-expected.html
rename to experiments/Editor/tests/lists/clearList03b-expected.html
diff --git a/Editor/tests/lists/clearList03b-input.html b/experiments/Editor/tests/lists/clearList03b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList03b-input.html
rename to experiments/Editor/tests/lists/clearList03b-input.html
diff --git a/Editor/tests/lists/clearList04a-expected.html b/experiments/Editor/tests/lists/clearList04a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList04a-expected.html
rename to experiments/Editor/tests/lists/clearList04a-expected.html
diff --git a/Editor/tests/lists/clearList04a-input.html b/experiments/Editor/tests/lists/clearList04a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList04a-input.html
rename to experiments/Editor/tests/lists/clearList04a-input.html
diff --git a/Editor/tests/lists/clearList04b-expected.html b/experiments/Editor/tests/lists/clearList04b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList04b-expected.html
rename to experiments/Editor/tests/lists/clearList04b-expected.html
diff --git a/Editor/tests/lists/clearList04b-input.html b/experiments/Editor/tests/lists/clearList04b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList04b-input.html
rename to experiments/Editor/tests/lists/clearList04b-input.html
diff --git a/Editor/tests/lists/clearList05a-expected.html b/experiments/Editor/tests/lists/clearList05a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList05a-expected.html
rename to experiments/Editor/tests/lists/clearList05a-expected.html
diff --git a/Editor/tests/lists/clearList05a-input.html b/experiments/Editor/tests/lists/clearList05a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList05a-input.html
rename to experiments/Editor/tests/lists/clearList05a-input.html
diff --git a/Editor/tests/lists/clearList05b-expected.html b/experiments/Editor/tests/lists/clearList05b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList05b-expected.html
rename to experiments/Editor/tests/lists/clearList05b-expected.html
diff --git a/Editor/tests/lists/clearList05b-input.html b/experiments/Editor/tests/lists/clearList05b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList05b-input.html
rename to experiments/Editor/tests/lists/clearList05b-input.html
diff --git a/Editor/tests/lists/clearList06a-expected.html b/experiments/Editor/tests/lists/clearList06a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList06a-expected.html
rename to experiments/Editor/tests/lists/clearList06a-expected.html
diff --git a/Editor/tests/lists/clearList06a-input.html b/experiments/Editor/tests/lists/clearList06a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList06a-input.html
rename to experiments/Editor/tests/lists/clearList06a-input.html
diff --git a/Editor/tests/lists/clearList06b-expected.html b/experiments/Editor/tests/lists/clearList06b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList06b-expected.html
rename to experiments/Editor/tests/lists/clearList06b-expected.html
diff --git a/Editor/tests/lists/clearList06b-input.html b/experiments/Editor/tests/lists/clearList06b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList06b-input.html
rename to experiments/Editor/tests/lists/clearList06b-input.html
diff --git a/Editor/tests/lists/clearList07a-expected.html b/experiments/Editor/tests/lists/clearList07a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList07a-expected.html
rename to experiments/Editor/tests/lists/clearList07a-expected.html
diff --git a/Editor/tests/lists/clearList07a-input.html b/experiments/Editor/tests/lists/clearList07a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList07a-input.html
rename to experiments/Editor/tests/lists/clearList07a-input.html
diff --git a/Editor/tests/lists/clearList07b-expected.html b/experiments/Editor/tests/lists/clearList07b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList07b-expected.html
rename to experiments/Editor/tests/lists/clearList07b-expected.html
diff --git a/Editor/tests/lists/clearList07b-input.html b/experiments/Editor/tests/lists/clearList07b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList07b-input.html
rename to experiments/Editor/tests/lists/clearList07b-input.html
diff --git a/Editor/tests/lists/clearList08a-expected.html b/experiments/Editor/tests/lists/clearList08a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList08a-expected.html
rename to experiments/Editor/tests/lists/clearList08a-expected.html
diff --git a/Editor/tests/lists/clearList08a-input.html b/experiments/Editor/tests/lists/clearList08a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList08a-input.html
rename to experiments/Editor/tests/lists/clearList08a-input.html
diff --git a/Editor/tests/lists/clearList08b-expected.html b/experiments/Editor/tests/lists/clearList08b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList08b-expected.html
rename to experiments/Editor/tests/lists/clearList08b-expected.html
diff --git a/Editor/tests/lists/clearList08b-input.html b/experiments/Editor/tests/lists/clearList08b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList08b-input.html
rename to experiments/Editor/tests/lists/clearList08b-input.html
diff --git a/Editor/tests/lists/clearList09a-expected.html b/experiments/Editor/tests/lists/clearList09a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList09a-expected.html
rename to experiments/Editor/tests/lists/clearList09a-expected.html
diff --git a/Editor/tests/lists/clearList09a-input.html b/experiments/Editor/tests/lists/clearList09a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList09a-input.html
rename to experiments/Editor/tests/lists/clearList09a-input.html
diff --git a/Editor/tests/lists/clearList09b-expected.html b/experiments/Editor/tests/lists/clearList09b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList09b-expected.html
rename to experiments/Editor/tests/lists/clearList09b-expected.html
diff --git a/Editor/tests/lists/clearList09b-input.html b/experiments/Editor/tests/lists/clearList09b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList09b-input.html
rename to experiments/Editor/tests/lists/clearList09b-input.html
diff --git a/Editor/tests/lists/clearList10a-expected.html b/experiments/Editor/tests/lists/clearList10a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList10a-expected.html
rename to experiments/Editor/tests/lists/clearList10a-expected.html
diff --git a/Editor/tests/lists/clearList10a-input.html b/experiments/Editor/tests/lists/clearList10a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList10a-input.html
rename to experiments/Editor/tests/lists/clearList10a-input.html
diff --git a/Editor/tests/lists/clearList10b-expected.html b/experiments/Editor/tests/lists/clearList10b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList10b-expected.html
rename to experiments/Editor/tests/lists/clearList10b-expected.html
diff --git a/Editor/tests/lists/clearList10b-input.html b/experiments/Editor/tests/lists/clearList10b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList10b-input.html
rename to experiments/Editor/tests/lists/clearList10b-input.html
diff --git a/Editor/tests/lists/clearList10c-expected.html b/experiments/Editor/tests/lists/clearList10c-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList10c-expected.html
rename to experiments/Editor/tests/lists/clearList10c-expected.html
diff --git a/Editor/tests/lists/clearList10c-input.html b/experiments/Editor/tests/lists/clearList10c-input.html
similarity index 100%
rename from Editor/tests/lists/clearList10c-input.html
rename to experiments/Editor/tests/lists/clearList10c-input.html
diff --git a/Editor/tests/lists/clearList10d-expected.html b/experiments/Editor/tests/lists/clearList10d-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList10d-expected.html
rename to experiments/Editor/tests/lists/clearList10d-expected.html
diff --git a/Editor/tests/lists/clearList10d-input.html b/experiments/Editor/tests/lists/clearList10d-input.html
similarity index 100%
rename from Editor/tests/lists/clearList10d-input.html
rename to experiments/Editor/tests/lists/clearList10d-input.html
diff --git a/Editor/tests/lists/clearList10e-expected.html b/experiments/Editor/tests/lists/clearList10e-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList10e-expected.html
rename to experiments/Editor/tests/lists/clearList10e-expected.html
diff --git a/Editor/tests/lists/clearList10e-input.html b/experiments/Editor/tests/lists/clearList10e-input.html
similarity index 100%
rename from Editor/tests/lists/clearList10e-input.html
rename to experiments/Editor/tests/lists/clearList10e-input.html
diff --git a/Editor/tests/lists/clearList11a-expected.html b/experiments/Editor/tests/lists/clearList11a-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList11a-expected.html
rename to experiments/Editor/tests/lists/clearList11a-expected.html
diff --git a/Editor/tests/lists/clearList11a-input.html b/experiments/Editor/tests/lists/clearList11a-input.html
similarity index 100%
rename from Editor/tests/lists/clearList11a-input.html
rename to experiments/Editor/tests/lists/clearList11a-input.html
diff --git a/Editor/tests/lists/clearList11b-expected.html b/experiments/Editor/tests/lists/clearList11b-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList11b-expected.html
rename to experiments/Editor/tests/lists/clearList11b-expected.html
diff --git a/Editor/tests/lists/clearList11b-input.html b/experiments/Editor/tests/lists/clearList11b-input.html
similarity index 100%
rename from Editor/tests/lists/clearList11b-input.html
rename to experiments/Editor/tests/lists/clearList11b-input.html
diff --git a/Editor/tests/lists/clearList11c-expected.html b/experiments/Editor/tests/lists/clearList11c-expected.html
similarity index 100%
rename from Editor/tests/lists/clearList11c-expected.html
rename to experiments/Editor/tests/lists/clearList11c-expected.html
diff --git a/Editor/tests/lists/clearList11c-input.html b/experiments/Editor/tests/lists/clearList11c-input.html
similarity index 100%
rename from Editor/tests/lists/clearList11c-input.html
rename to experiments/Editor/tests/lists/clearList11c-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero01a-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero01a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero01a-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero01a-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero01a-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero01a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero01a-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero01a-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero01b-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero01b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero01b-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero01b-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero01b-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero01b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero01b-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero01b-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero02a-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero02a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero02a-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero02a-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero02a-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero02a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero02a-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero02a-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero02b-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero02b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero02b-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero02b-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero02b-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero02b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero02b-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero02b-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero03a-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero03a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero03a-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero03a-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero03a-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero03a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero03a-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero03a-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero03b-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero03b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero03b-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero03b-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero03b-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero03b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero03b-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero03b-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero04a-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero04a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero04a-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero04a-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero04a-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero04a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero04a-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero04a-input.html
diff --git a/Editor/tests/lists/decrease-flat-tozero04b-expected.html b/experiments/Editor/tests/lists/decrease-flat-tozero04b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero04b-expected.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero04b-expected.html
diff --git a/Editor/tests/lists/decrease-flat-tozero04b-input.html b/experiments/Editor/tests/lists/decrease-flat-tozero04b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-flat-tozero04b-input.html
rename to experiments/Editor/tests/lists/decrease-flat-tozero04b-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone01a-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone01a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone01a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone01a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone01a-input.html b/experiments/Editor/tests/lists/decrease-nested-toone01a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone01a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone01a-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone01b-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone01b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone01b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone01b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone01b-input.html b/experiments/Editor/tests/lists/decrease-nested-toone01b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone01b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone01b-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone02a-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone02a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone02a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone02a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone02a-input.html b/experiments/Editor/tests/lists/decrease-nested-toone02a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone02a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone02a-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone02b-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone02b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone02b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone02b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone02b-input.html b/experiments/Editor/tests/lists/decrease-nested-toone02b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone02b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone02b-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone03a-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone03a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone03a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone03a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone03a-input.html b/experiments/Editor/tests/lists/decrease-nested-toone03a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone03a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone03a-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone03b-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone03b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone03b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone03b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone03b-input.html b/experiments/Editor/tests/lists/decrease-nested-toone03b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone03b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone03b-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone04a-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone04a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone04a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone04a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone04a-input.html b/experiments/Editor/tests/lists/decrease-nested-toone04a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone04a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone04a-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone04b-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone04b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone04b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone04b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone04b-input.html b/experiments/Editor/tests/lists/decrease-nested-toone04b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone04b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone04b-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone05a-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone05a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone05a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone05a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone05a-input.html b/experiments/Editor/tests/lists/decrease-nested-toone05a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone05a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone05a-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone05b-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone05b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone05b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone05b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone05b-input.html b/experiments/Editor/tests/lists/decrease-nested-toone05b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone05b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone05b-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone06a-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone06a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone06a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone06a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone06a-input.html b/experiments/Editor/tests/lists/decrease-nested-toone06a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone06a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone06a-input.html
diff --git a/Editor/tests/lists/decrease-nested-toone06b-expected.html b/experiments/Editor/tests/lists/decrease-nested-toone06b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone06b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-toone06b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-toone06b-input.html b/experiments/Editor/tests/lists/decrease-nested-toone06b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-toone06b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-toone06b-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero01a-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero01a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero01a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero01a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero01a-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero01a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero01a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero01a-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero01b-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero01b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero01b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero01b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero01b-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero01b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero01b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero01b-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero02a-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero02a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero02a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero02a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero02a-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero02a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero02a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero02a-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero02b-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero02b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero02b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero02b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero02b-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero02b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero02b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero02b-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero03a-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero03a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero03a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero03a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero03a-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero03a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero03a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero03a-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero03b-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero03b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero03b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero03b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero03b-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero03b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero03b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero03b-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero04a-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero04a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero04a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero04a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero04a-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero04a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero04a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero04a-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero04b-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero04b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero04b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero04b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero04b-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero04b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero04b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero04b-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero05a-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero05a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero05a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero05a-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero05a-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero05a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero05a-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero05a-input.html
diff --git a/Editor/tests/lists/decrease-nested-tozero05b-expected.html b/experiments/Editor/tests/lists/decrease-nested-tozero05b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero05b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero05b-expected.html
diff --git a/Editor/tests/lists/decrease-nested-tozero05b-input.html b/experiments/Editor/tests/lists/decrease-nested-tozero05b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested-tozero05b-input.html
rename to experiments/Editor/tests/lists/decrease-nested-tozero05b-input.html
diff --git a/Editor/tests/lists/decrease-nested01a-expected.html b/experiments/Editor/tests/lists/decrease-nested01a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested01a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested01a-expected.html
diff --git a/Editor/tests/lists/decrease-nested01a-input.html b/experiments/Editor/tests/lists/decrease-nested01a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested01a-input.html
rename to experiments/Editor/tests/lists/decrease-nested01a-input.html
diff --git a/Editor/tests/lists/decrease-nested01b-expected.html b/experiments/Editor/tests/lists/decrease-nested01b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested01b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested01b-expected.html
diff --git a/Editor/tests/lists/decrease-nested01b-input.html b/experiments/Editor/tests/lists/decrease-nested01b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested01b-input.html
rename to experiments/Editor/tests/lists/decrease-nested01b-input.html
diff --git a/Editor/tests/lists/decrease-nested02a-expected.html b/experiments/Editor/tests/lists/decrease-nested02a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested02a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested02a-expected.html
diff --git a/Editor/tests/lists/decrease-nested02a-input.html b/experiments/Editor/tests/lists/decrease-nested02a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested02a-input.html
rename to experiments/Editor/tests/lists/decrease-nested02a-input.html
diff --git a/Editor/tests/lists/decrease-nested02b-expected.html b/experiments/Editor/tests/lists/decrease-nested02b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested02b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested02b-expected.html
diff --git a/Editor/tests/lists/decrease-nested02b-input.html b/experiments/Editor/tests/lists/decrease-nested02b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested02b-input.html
rename to experiments/Editor/tests/lists/decrease-nested02b-input.html
diff --git a/Editor/tests/lists/decrease-nested03a-expected.html b/experiments/Editor/tests/lists/decrease-nested03a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested03a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested03a-expected.html
diff --git a/Editor/tests/lists/decrease-nested03a-input.html b/experiments/Editor/tests/lists/decrease-nested03a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested03a-input.html
rename to experiments/Editor/tests/lists/decrease-nested03a-input.html
diff --git a/Editor/tests/lists/decrease-nested03b-expected.html b/experiments/Editor/tests/lists/decrease-nested03b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested03b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested03b-expected.html
diff --git a/Editor/tests/lists/decrease-nested03b-input.html b/experiments/Editor/tests/lists/decrease-nested03b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested03b-input.html
rename to experiments/Editor/tests/lists/decrease-nested03b-input.html
diff --git a/Editor/tests/lists/decrease-nested04a-expected.html b/experiments/Editor/tests/lists/decrease-nested04a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested04a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested04a-expected.html
diff --git a/Editor/tests/lists/decrease-nested04a-input.html b/experiments/Editor/tests/lists/decrease-nested04a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested04a-input.html
rename to experiments/Editor/tests/lists/decrease-nested04a-input.html
diff --git a/Editor/tests/lists/decrease-nested04b-expected.html b/experiments/Editor/tests/lists/decrease-nested04b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested04b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested04b-expected.html
diff --git a/Editor/tests/lists/decrease-nested04b-input.html b/experiments/Editor/tests/lists/decrease-nested04b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested04b-input.html
rename to experiments/Editor/tests/lists/decrease-nested04b-input.html
diff --git a/Editor/tests/lists/decrease-nested05a-expected.html b/experiments/Editor/tests/lists/decrease-nested05a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested05a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested05a-expected.html
diff --git a/Editor/tests/lists/decrease-nested05a-input.html b/experiments/Editor/tests/lists/decrease-nested05a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested05a-input.html
rename to experiments/Editor/tests/lists/decrease-nested05a-input.html
diff --git a/Editor/tests/lists/decrease-nested05b-expected.html b/experiments/Editor/tests/lists/decrease-nested05b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested05b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested05b-expected.html
diff --git a/Editor/tests/lists/decrease-nested05b-input.html b/experiments/Editor/tests/lists/decrease-nested05b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested05b-input.html
rename to experiments/Editor/tests/lists/decrease-nested05b-input.html
diff --git a/Editor/tests/lists/decrease-nested06a-expected.html b/experiments/Editor/tests/lists/decrease-nested06a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested06a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested06a-expected.html
diff --git a/Editor/tests/lists/decrease-nested06a-input.html b/experiments/Editor/tests/lists/decrease-nested06a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested06a-input.html
rename to experiments/Editor/tests/lists/decrease-nested06a-input.html
diff --git a/Editor/tests/lists/decrease-nested06b-expected.html b/experiments/Editor/tests/lists/decrease-nested06b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested06b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested06b-expected.html
diff --git a/Editor/tests/lists/decrease-nested06b-input.html b/experiments/Editor/tests/lists/decrease-nested06b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested06b-input.html
rename to experiments/Editor/tests/lists/decrease-nested06b-input.html
diff --git a/Editor/tests/lists/decrease-nested07a-expected.html b/experiments/Editor/tests/lists/decrease-nested07a-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested07a-expected.html
rename to experiments/Editor/tests/lists/decrease-nested07a-expected.html
diff --git a/Editor/tests/lists/decrease-nested07a-input.html b/experiments/Editor/tests/lists/decrease-nested07a-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested07a-input.html
rename to experiments/Editor/tests/lists/decrease-nested07a-input.html
diff --git a/Editor/tests/lists/decrease-nested07b-expected.html b/experiments/Editor/tests/lists/decrease-nested07b-expected.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested07b-expected.html
rename to experiments/Editor/tests/lists/decrease-nested07b-expected.html
diff --git a/Editor/tests/lists/decrease-nested07b-input.html b/experiments/Editor/tests/lists/decrease-nested07b-input.html
similarity index 100%
rename from Editor/tests/lists/decrease-nested07b-input.html
rename to experiments/Editor/tests/lists/decrease-nested07b-input.html
diff --git a/Editor/tests/lists/div01a-expected.html b/experiments/Editor/tests/lists/div01a-expected.html
similarity index 100%
rename from Editor/tests/lists/div01a-expected.html
rename to experiments/Editor/tests/lists/div01a-expected.html
diff --git a/Editor/tests/lists/div01a-input.html b/experiments/Editor/tests/lists/div01a-input.html
similarity index 100%
rename from Editor/tests/lists/div01a-input.html
rename to experiments/Editor/tests/lists/div01a-input.html
diff --git a/Editor/tests/lists/div01b-expected.html b/experiments/Editor/tests/lists/div01b-expected.html
similarity index 100%
rename from Editor/tests/lists/div01b-expected.html
rename to experiments/Editor/tests/lists/div01b-expected.html
diff --git a/Editor/tests/lists/div01b-input.html b/experiments/Editor/tests/lists/div01b-input.html
similarity index 100%
rename from Editor/tests/lists/div01b-input.html
rename to experiments/Editor/tests/lists/div01b-input.html
diff --git a/Editor/tests/lists/div02a-expected.html b/experiments/Editor/tests/lists/div02a-expected.html
similarity index 100%
rename from Editor/tests/lists/div02a-expected.html
rename to experiments/Editor/tests/lists/div02a-expected.html
diff --git a/Editor/tests/lists/div02a-input.html b/experiments/Editor/tests/lists/div02a-input.html
similarity index 100%
rename from Editor/tests/lists/div02a-input.html
rename to experiments/Editor/tests/lists/div02a-input.html
diff --git a/Editor/tests/lists/div02b-expected.html b/experiments/Editor/tests/lists/div02b-expected.html
similarity index 100%
rename from Editor/tests/lists/div02b-expected.html
rename to experiments/Editor/tests/lists/div02b-expected.html
diff --git a/Editor/tests/lists/div02b-input.html b/experiments/Editor/tests/lists/div02b-input.html
similarity index 100%
rename from Editor/tests/lists/div02b-input.html
rename to experiments/Editor/tests/lists/div02b-input.html
diff --git a/Editor/tests/lists/div03a-expected.html b/experiments/Editor/tests/lists/div03a-expected.html
similarity index 100%
rename from Editor/tests/lists/div03a-expected.html
rename to experiments/Editor/tests/lists/div03a-expected.html
diff --git a/Editor/tests/lists/div03a-input.html b/experiments/Editor/tests/lists/div03a-input.html
similarity index 100%
rename from Editor/tests/lists/div03a-input.html
rename to experiments/Editor/tests/lists/div03a-input.html
diff --git a/Editor/tests/lists/div03b-expected.html b/experiments/Editor/tests/lists/div03b-expected.html
similarity index 100%
rename from Editor/tests/lists/div03b-expected.html
rename to experiments/Editor/tests/lists/div03b-expected.html
diff --git a/Editor/tests/lists/div03b-input.html b/experiments/Editor/tests/lists/div03b-input.html
similarity index 100%
rename from Editor/tests/lists/div03b-input.html
rename to experiments/Editor/tests/lists/div03b-input.html
diff --git a/Editor/tests/lists/increase-flat01a-expected.html b/experiments/Editor/tests/lists/increase-flat01a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat01a-expected.html
rename to experiments/Editor/tests/lists/increase-flat01a-expected.html
diff --git a/Editor/tests/lists/increase-flat01a-input.html b/experiments/Editor/tests/lists/increase-flat01a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat01a-input.html
rename to experiments/Editor/tests/lists/increase-flat01a-input.html
diff --git a/Editor/tests/lists/increase-flat01b-expected.html b/experiments/Editor/tests/lists/increase-flat01b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat01b-expected.html
rename to experiments/Editor/tests/lists/increase-flat01b-expected.html
diff --git a/Editor/tests/lists/increase-flat01b-input.html b/experiments/Editor/tests/lists/increase-flat01b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat01b-input.html
rename to experiments/Editor/tests/lists/increase-flat01b-input.html
diff --git a/Editor/tests/lists/increase-flat02a-expected.html b/experiments/Editor/tests/lists/increase-flat02a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat02a-expected.html
rename to experiments/Editor/tests/lists/increase-flat02a-expected.html
diff --git a/Editor/tests/lists/increase-flat02a-input.html b/experiments/Editor/tests/lists/increase-flat02a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat02a-input.html
rename to experiments/Editor/tests/lists/increase-flat02a-input.html
diff --git a/Editor/tests/lists/increase-flat02b-expected.html b/experiments/Editor/tests/lists/increase-flat02b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat02b-expected.html
rename to experiments/Editor/tests/lists/increase-flat02b-expected.html
diff --git a/Editor/tests/lists/increase-flat02b-input.html b/experiments/Editor/tests/lists/increase-flat02b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat02b-input.html
rename to experiments/Editor/tests/lists/increase-flat02b-input.html
diff --git a/Editor/tests/lists/increase-flat03a-expected.html b/experiments/Editor/tests/lists/increase-flat03a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat03a-expected.html
rename to experiments/Editor/tests/lists/increase-flat03a-expected.html
diff --git a/Editor/tests/lists/increase-flat03a-input.html b/experiments/Editor/tests/lists/increase-flat03a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat03a-input.html
rename to experiments/Editor/tests/lists/increase-flat03a-input.html
diff --git a/Editor/tests/lists/increase-flat03b-expected.html b/experiments/Editor/tests/lists/increase-flat03b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat03b-expected.html
rename to experiments/Editor/tests/lists/increase-flat03b-expected.html
diff --git a/Editor/tests/lists/increase-flat03b-input.html b/experiments/Editor/tests/lists/increase-flat03b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat03b-input.html
rename to experiments/Editor/tests/lists/increase-flat03b-input.html
diff --git a/Editor/tests/lists/increase-flat04a-expected.html b/experiments/Editor/tests/lists/increase-flat04a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat04a-expected.html
rename to experiments/Editor/tests/lists/increase-flat04a-expected.html
diff --git a/Editor/tests/lists/increase-flat04a-input.html b/experiments/Editor/tests/lists/increase-flat04a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat04a-input.html
rename to experiments/Editor/tests/lists/increase-flat04a-input.html
diff --git a/Editor/tests/lists/increase-flat04b-expected.html b/experiments/Editor/tests/lists/increase-flat04b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat04b-expected.html
rename to experiments/Editor/tests/lists/increase-flat04b-expected.html
diff --git a/Editor/tests/lists/increase-flat04b-input.html b/experiments/Editor/tests/lists/increase-flat04b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat04b-input.html
rename to experiments/Editor/tests/lists/increase-flat04b-input.html
diff --git a/Editor/tests/lists/increase-flat05a-expected.html b/experiments/Editor/tests/lists/increase-flat05a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat05a-expected.html
rename to experiments/Editor/tests/lists/increase-flat05a-expected.html
diff --git a/Editor/tests/lists/increase-flat05a-input.html b/experiments/Editor/tests/lists/increase-flat05a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat05a-input.html
rename to experiments/Editor/tests/lists/increase-flat05a-input.html
diff --git a/Editor/tests/lists/increase-flat05b-expected.html b/experiments/Editor/tests/lists/increase-flat05b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-flat05b-expected.html
rename to experiments/Editor/tests/lists/increase-flat05b-expected.html
diff --git a/Editor/tests/lists/increase-flat05b-input.html b/experiments/Editor/tests/lists/increase-flat05b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-flat05b-input.html
rename to experiments/Editor/tests/lists/increase-flat05b-input.html
diff --git a/Editor/tests/lists/increase-misc01a-expected.html b/experiments/Editor/tests/lists/increase-misc01a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-misc01a-expected.html
rename to experiments/Editor/tests/lists/increase-misc01a-expected.html
diff --git a/Editor/tests/lists/increase-misc01a-input.html b/experiments/Editor/tests/lists/increase-misc01a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-misc01a-input.html
rename to experiments/Editor/tests/lists/increase-misc01a-input.html
diff --git a/Editor/tests/lists/increase-misc01b-expected.html b/experiments/Editor/tests/lists/increase-misc01b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-misc01b-expected.html
rename to experiments/Editor/tests/lists/increase-misc01b-expected.html
diff --git a/Editor/tests/lists/increase-misc01b-input.html b/experiments/Editor/tests/lists/increase-misc01b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-misc01b-input.html
rename to experiments/Editor/tests/lists/increase-misc01b-input.html
diff --git a/Editor/tests/lists/increase-misc02a-expected.html b/experiments/Editor/tests/lists/increase-misc02a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-misc02a-expected.html
rename to experiments/Editor/tests/lists/increase-misc02a-expected.html
diff --git a/Editor/tests/lists/increase-misc02a-input.html b/experiments/Editor/tests/lists/increase-misc02a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-misc02a-input.html
rename to experiments/Editor/tests/lists/increase-misc02a-input.html
diff --git a/Editor/tests/lists/increase-misc02b-expected.html b/experiments/Editor/tests/lists/increase-misc02b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-misc02b-expected.html
rename to experiments/Editor/tests/lists/increase-misc02b-expected.html
diff --git a/Editor/tests/lists/increase-misc02b-input.html b/experiments/Editor/tests/lists/increase-misc02b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-misc02b-input.html
rename to experiments/Editor/tests/lists/increase-misc02b-input.html
diff --git a/Editor/tests/lists/increase-misc03a-expected.html b/experiments/Editor/tests/lists/increase-misc03a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-misc03a-expected.html
rename to experiments/Editor/tests/lists/increase-misc03a-expected.html
diff --git a/Editor/tests/lists/increase-misc03a-input.html b/experiments/Editor/tests/lists/increase-misc03a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-misc03a-input.html
rename to experiments/Editor/tests/lists/increase-misc03a-input.html
diff --git a/Editor/tests/lists/increase-misc03b-expected.html b/experiments/Editor/tests/lists/increase-misc03b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-misc03b-expected.html
rename to experiments/Editor/tests/lists/increase-misc03b-expected.html
diff --git a/Editor/tests/lists/increase-misc03b-input.html b/experiments/Editor/tests/lists/increase-misc03b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-misc03b-input.html
rename to experiments/Editor/tests/lists/increase-misc03b-input.html
diff --git a/Editor/tests/lists/increase-multiple01a-expected.html b/experiments/Editor/tests/lists/increase-multiple01a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple01a-expected.html
rename to experiments/Editor/tests/lists/increase-multiple01a-expected.html
diff --git a/Editor/tests/lists/increase-multiple01a-input.html b/experiments/Editor/tests/lists/increase-multiple01a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple01a-input.html
rename to experiments/Editor/tests/lists/increase-multiple01a-input.html
diff --git a/Editor/tests/lists/increase-multiple01b-expected.html b/experiments/Editor/tests/lists/increase-multiple01b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple01b-expected.html
rename to experiments/Editor/tests/lists/increase-multiple01b-expected.html
diff --git a/Editor/tests/lists/increase-multiple01b-input.html b/experiments/Editor/tests/lists/increase-multiple01b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple01b-input.html
rename to experiments/Editor/tests/lists/increase-multiple01b-input.html
diff --git a/Editor/tests/lists/increase-multiple02a-expected.html b/experiments/Editor/tests/lists/increase-multiple02a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple02a-expected.html
rename to experiments/Editor/tests/lists/increase-multiple02a-expected.html
diff --git a/Editor/tests/lists/increase-multiple02a-input.html b/experiments/Editor/tests/lists/increase-multiple02a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple02a-input.html
rename to experiments/Editor/tests/lists/increase-multiple02a-input.html
diff --git a/Editor/tests/lists/increase-multiple02b-expected.html b/experiments/Editor/tests/lists/increase-multiple02b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple02b-expected.html
rename to experiments/Editor/tests/lists/increase-multiple02b-expected.html
diff --git a/Editor/tests/lists/increase-multiple02b-input.html b/experiments/Editor/tests/lists/increase-multiple02b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-multiple02b-input.html
rename to experiments/Editor/tests/lists/increase-multiple02b-input.html
diff --git a/Editor/tests/lists/increase-nested01a-expected.html b/experiments/Editor/tests/lists/increase-nested01a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-nested01a-expected.html
rename to experiments/Editor/tests/lists/increase-nested01a-expected.html
diff --git a/Editor/tests/lists/increase-nested01a-input.html b/experiments/Editor/tests/lists/increase-nested01a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-nested01a-input.html
rename to experiments/Editor/tests/lists/increase-nested01a-input.html
diff --git a/Editor/tests/lists/increase-nested01b-expected.html b/experiments/Editor/tests/lists/increase-nested01b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-nested01b-expected.html
rename to experiments/Editor/tests/lists/increase-nested01b-expected.html
diff --git a/Editor/tests/lists/increase-nested01b-input.html b/experiments/Editor/tests/lists/increase-nested01b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-nested01b-input.html
rename to experiments/Editor/tests/lists/increase-nested01b-input.html
diff --git a/Editor/tests/lists/increase-nested02a-expected.html b/experiments/Editor/tests/lists/increase-nested02a-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-nested02a-expected.html
rename to experiments/Editor/tests/lists/increase-nested02a-expected.html
diff --git a/Editor/tests/lists/increase-nested02a-input.html b/experiments/Editor/tests/lists/increase-nested02a-input.html
similarity index 100%
rename from Editor/tests/lists/increase-nested02a-input.html
rename to experiments/Editor/tests/lists/increase-nested02a-input.html
diff --git a/Editor/tests/lists/increase-nested02b-expected.html b/experiments/Editor/tests/lists/increase-nested02b-expected.html
similarity index 100%
rename from Editor/tests/lists/increase-nested02b-expected.html
rename to experiments/Editor/tests/lists/increase-nested02b-expected.html
diff --git a/Editor/tests/lists/increase-nested02b-input.html b/experiments/Editor/tests/lists/increase-nested02b-input.html
similarity index 100%
rename from Editor/tests/lists/increase-nested02b-input.html
rename to experiments/Editor/tests/lists/increase-nested02b-input.html
diff --git a/Editor/tests/lists/merge01a-expected.html b/experiments/Editor/tests/lists/merge01a-expected.html
similarity index 100%
rename from Editor/tests/lists/merge01a-expected.html
rename to experiments/Editor/tests/lists/merge01a-expected.html
diff --git a/Editor/tests/lists/merge01a-input.html b/experiments/Editor/tests/lists/merge01a-input.html
similarity index 100%
rename from Editor/tests/lists/merge01a-input.html
rename to experiments/Editor/tests/lists/merge01a-input.html
diff --git a/Editor/tests/lists/merge02a-expected.html b/experiments/Editor/tests/lists/merge02a-expected.html
similarity index 100%
rename from Editor/tests/lists/merge02a-expected.html
rename to experiments/Editor/tests/lists/merge02a-expected.html
diff --git a/Editor/tests/lists/merge02a-input.html b/experiments/Editor/tests/lists/merge02a-input.html
similarity index 100%
rename from Editor/tests/lists/merge02a-input.html
rename to experiments/Editor/tests/lists/merge02a-input.html
diff --git a/Editor/tests/lists/merge02b-expected.html b/experiments/Editor/tests/lists/merge02b-expected.html
similarity index 100%
rename from Editor/tests/lists/merge02b-expected.html
rename to experiments/Editor/tests/lists/merge02b-expected.html
diff --git a/Editor/tests/lists/merge02b-input.html b/experiments/Editor/tests/lists/merge02b-input.html
similarity index 100%
rename from Editor/tests/lists/merge02b-input.html
rename to experiments/Editor/tests/lists/merge02b-input.html
diff --git a/Editor/tests/lists/merge03a-expected.html b/experiments/Editor/tests/lists/merge03a-expected.html
similarity index 100%
rename from Editor/tests/lists/merge03a-expected.html
rename to experiments/Editor/tests/lists/merge03a-expected.html
diff --git a/Editor/tests/lists/merge03a-input.html b/experiments/Editor/tests/lists/merge03a-input.html
similarity index 100%
rename from Editor/tests/lists/merge03a-input.html
rename to experiments/Editor/tests/lists/merge03a-input.html
diff --git a/Editor/tests/lists/merge03b-expected.html b/experiments/Editor/tests/lists/merge03b-expected.html
similarity index 100%
rename from Editor/tests/lists/merge03b-expected.html
rename to experiments/Editor/tests/lists/merge03b-expected.html
diff --git a/Editor/tests/lists/merge03b-input.html b/experiments/Editor/tests/lists/merge03b-input.html
similarity index 100%
rename from Editor/tests/lists/merge03b-input.html
rename to experiments/Editor/tests/lists/merge03b-input.html
diff --git a/Editor/tests/lists/merge04a-expected.html b/experiments/Editor/tests/lists/merge04a-expected.html
similarity index 100%
rename from Editor/tests/lists/merge04a-expected.html
rename to experiments/Editor/tests/lists/merge04a-expected.html
diff --git a/Editor/tests/lists/merge04a-input.html b/experiments/Editor/tests/lists/merge04a-input.html
similarity index 100%
rename from Editor/tests/lists/merge04a-input.html
rename to experiments/Editor/tests/lists/merge04a-input.html
diff --git a/Editor/tests/lists/merge04b-expected.html b/experiments/Editor/tests/lists/merge04b-expected.html
similarity index 100%
rename from Editor/tests/lists/merge04b-expected.html
rename to experiments/Editor/tests/lists/merge04b-expected.html
diff --git a/Editor/tests/lists/merge04b-input.html b/experiments/Editor/tests/lists/merge04b-input.html
similarity index 100%
rename from Editor/tests/lists/merge04b-input.html
rename to experiments/Editor/tests/lists/merge04b-input.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent01a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent01a-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent01a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent01a-input.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent01b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent01b-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent01b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent01b-input.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent02a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent02a-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent02a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent02a-input.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent02b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent02b-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent02b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent02b-input.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent03a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent03a-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent03a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent03a-input.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent03b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul-adjacent03b-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul-adjacent03b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul-adjacent03b-input.html
diff --git a/Editor/tests/lists/ol-from-ul01a-expected.html b/experiments/Editor/tests/lists/ol-from-ul01a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul01a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul01a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul01a-input.html b/experiments/Editor/tests/lists/ol-from-ul01a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul01a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul01a-input.html
diff --git a/Editor/tests/lists/ol-from-ul01b-expected.html b/experiments/Editor/tests/lists/ol-from-ul01b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul01b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul01b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul01b-input.html b/experiments/Editor/tests/lists/ol-from-ul01b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul01b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul01b-input.html
diff --git a/Editor/tests/lists/ol-from-ul02a-expected.html b/experiments/Editor/tests/lists/ol-from-ul02a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul02a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul02a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul02a-input.html b/experiments/Editor/tests/lists/ol-from-ul02a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul02a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul02a-input.html
diff --git a/Editor/tests/lists/ol-from-ul02b-expected.html b/experiments/Editor/tests/lists/ol-from-ul02b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul02b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul02b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul02b-input.html b/experiments/Editor/tests/lists/ol-from-ul02b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul02b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul02b-input.html
diff --git a/Editor/tests/lists/ol-from-ul03a-expected.html b/experiments/Editor/tests/lists/ol-from-ul03a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul03a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul03a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul03a-input.html b/experiments/Editor/tests/lists/ol-from-ul03a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul03a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul03a-input.html
diff --git a/Editor/tests/lists/ol-from-ul03b-expected.html b/experiments/Editor/tests/lists/ol-from-ul03b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul03b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul03b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul03b-input.html b/experiments/Editor/tests/lists/ol-from-ul03b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul03b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul03b-input.html
diff --git a/Editor/tests/lists/ol-from-ul04a-expected.html b/experiments/Editor/tests/lists/ol-from-ul04a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul04a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul04a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul04a-input.html b/experiments/Editor/tests/lists/ol-from-ul04a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul04a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul04a-input.html
diff --git a/Editor/tests/lists/ol-from-ul04b-expected.html b/experiments/Editor/tests/lists/ol-from-ul04b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul04b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul04b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul04b-input.html b/experiments/Editor/tests/lists/ol-from-ul04b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul04b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul04b-input.html
diff --git a/Editor/tests/lists/ol-from-ul05a-expected.html b/experiments/Editor/tests/lists/ol-from-ul05a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul05a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul05a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul05a-input.html b/experiments/Editor/tests/lists/ol-from-ul05a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul05a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul05a-input.html
diff --git a/Editor/tests/lists/ol-from-ul05b-expected.html b/experiments/Editor/tests/lists/ol-from-ul05b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul05b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul05b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul05b-input.html b/experiments/Editor/tests/lists/ol-from-ul05b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul05b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul05b-input.html
diff --git a/Editor/tests/lists/ol-from-ul06a-expected.html b/experiments/Editor/tests/lists/ol-from-ul06a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul06a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul06a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul06a-input.html b/experiments/Editor/tests/lists/ol-from-ul06a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul06a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul06a-input.html
diff --git a/Editor/tests/lists/ol-from-ul06b-expected.html b/experiments/Editor/tests/lists/ol-from-ul06b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul06b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul06b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul06b-input.html b/experiments/Editor/tests/lists/ol-from-ul06b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul06b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul06b-input.html
diff --git a/Editor/tests/lists/ol-from-ul07a-expected.html b/experiments/Editor/tests/lists/ol-from-ul07a-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul07a-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul07a-expected.html
diff --git a/Editor/tests/lists/ol-from-ul07a-input.html b/experiments/Editor/tests/lists/ol-from-ul07a-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul07a-input.html
rename to experiments/Editor/tests/lists/ol-from-ul07a-input.html
diff --git a/Editor/tests/lists/ol-from-ul07b-expected.html b/experiments/Editor/tests/lists/ol-from-ul07b-expected.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul07b-expected.html
rename to experiments/Editor/tests/lists/ol-from-ul07b-expected.html
diff --git a/Editor/tests/lists/ol-from-ul07b-input.html b/experiments/Editor/tests/lists/ol-from-ul07b-input.html
similarity index 100%
rename from Editor/tests/lists/ol-from-ul07b-input.html
rename to experiments/Editor/tests/lists/ol-from-ul07b-input.html
diff --git a/Editor/tests/lists/ol01-expected.html b/experiments/Editor/tests/lists/ol01-expected.html
similarity index 100%
rename from Editor/tests/lists/ol01-expected.html
rename to experiments/Editor/tests/lists/ol01-expected.html
diff --git a/Editor/tests/lists/ol01-input.html b/experiments/Editor/tests/lists/ol01-input.html
similarity index 100%
rename from Editor/tests/lists/ol01-input.html
rename to experiments/Editor/tests/lists/ol01-input.html
diff --git a/Editor/tests/lists/ol02-expected.html b/experiments/Editor/tests/lists/ol02-expected.html
similarity index 100%
rename from Editor/tests/lists/ol02-expected.html
rename to experiments/Editor/tests/lists/ol02-expected.html
diff --git a/Editor/tests/lists/ol02-input.html b/experiments/Editor/tests/lists/ol02-input.html
similarity index 100%
rename from Editor/tests/lists/ol02-input.html
rename to experiments/Editor/tests/lists/ol02-input.html
diff --git a/Editor/tests/lists/ol03-expected.html b/experiments/Editor/tests/lists/ol03-expected.html
similarity index 100%
rename from Editor/tests/lists/ol03-expected.html
rename to experiments/Editor/tests/lists/ol03-expected.html
diff --git a/Editor/tests/lists/ol03-input.html b/experiments/Editor/tests/lists/ol03-input.html
similarity index 100%
rename from Editor/tests/lists/ol03-input.html
rename to experiments/Editor/tests/lists/ol03-input.html
diff --git a/Editor/tests/lists/ol04-expected.html b/experiments/Editor/tests/lists/ol04-expected.html
similarity index 100%
rename from Editor/tests/lists/ol04-expected.html
rename to experiments/Editor/tests/lists/ol04-expected.html
diff --git a/Editor/tests/lists/ol04-input.html b/experiments/Editor/tests/lists/ol04-input.html
similarity index 100%
rename from Editor/tests/lists/ol04-input.html
rename to experiments/Editor/tests/lists/ol04-input.html
diff --git a/Editor/tests/lists/setList-adjacentLists01-expected.html b/experiments/Editor/tests/lists/setList-adjacentLists01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists01-expected.html
rename to experiments/Editor/tests/lists/setList-adjacentLists01-expected.html
diff --git a/Editor/tests/lists/setList-adjacentLists01-input.html b/experiments/Editor/tests/lists/setList-adjacentLists01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists01-input.html
rename to experiments/Editor/tests/lists/setList-adjacentLists01-input.html
diff --git a/Editor/tests/lists/setList-adjacentLists02-expected.html b/experiments/Editor/tests/lists/setList-adjacentLists02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists02-expected.html
rename to experiments/Editor/tests/lists/setList-adjacentLists02-expected.html
diff --git a/Editor/tests/lists/setList-adjacentLists02-input.html b/experiments/Editor/tests/lists/setList-adjacentLists02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists02-input.html
rename to experiments/Editor/tests/lists/setList-adjacentLists02-input.html
diff --git a/Editor/tests/lists/setList-adjacentLists03-expected.html b/experiments/Editor/tests/lists/setList-adjacentLists03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists03-expected.html
rename to experiments/Editor/tests/lists/setList-adjacentLists03-expected.html
diff --git a/Editor/tests/lists/setList-adjacentLists03-input.html b/experiments/Editor/tests/lists/setList-adjacentLists03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists03-input.html
rename to experiments/Editor/tests/lists/setList-adjacentLists03-input.html
diff --git a/Editor/tests/lists/setList-adjacentLists04-expected.html b/experiments/Editor/tests/lists/setList-adjacentLists04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists04-expected.html
rename to experiments/Editor/tests/lists/setList-adjacentLists04-expected.html
diff --git a/Editor/tests/lists/setList-adjacentLists04-input.html b/experiments/Editor/tests/lists/setList-adjacentLists04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-adjacentLists04-input.html
rename to experiments/Editor/tests/lists/setList-adjacentLists04-input.html
diff --git a/Editor/tests/lists/setList-emptyLIs01-expected.html b/experiments/Editor/tests/lists/setList-emptyLIs01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs01-expected.html
rename to experiments/Editor/tests/lists/setList-emptyLIs01-expected.html
diff --git a/Editor/tests/lists/setList-emptyLIs01-input.html b/experiments/Editor/tests/lists/setList-emptyLIs01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs01-input.html
rename to experiments/Editor/tests/lists/setList-emptyLIs01-input.html
diff --git a/Editor/tests/lists/setList-emptyLIs02-expected.html b/experiments/Editor/tests/lists/setList-emptyLIs02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs02-expected.html
rename to experiments/Editor/tests/lists/setList-emptyLIs02-expected.html
diff --git a/Editor/tests/lists/setList-emptyLIs02-input.html b/experiments/Editor/tests/lists/setList-emptyLIs02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs02-input.html
rename to experiments/Editor/tests/lists/setList-emptyLIs02-input.html
diff --git a/Editor/tests/lists/setList-emptyLIs03-expected.html b/experiments/Editor/tests/lists/setList-emptyLIs03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs03-expected.html
rename to experiments/Editor/tests/lists/setList-emptyLIs03-expected.html
diff --git a/Editor/tests/lists/setList-emptyLIs03-input.html b/experiments/Editor/tests/lists/setList-emptyLIs03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs03-input.html
rename to experiments/Editor/tests/lists/setList-emptyLIs03-input.html
diff --git a/Editor/tests/lists/setList-emptyLIs04-expected.html b/experiments/Editor/tests/lists/setList-emptyLIs04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs04-expected.html
rename to experiments/Editor/tests/lists/setList-emptyLIs04-expected.html
diff --git a/Editor/tests/lists/setList-emptyLIs04-input.html b/experiments/Editor/tests/lists/setList-emptyLIs04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-emptyLIs04-input.html
rename to experiments/Editor/tests/lists/setList-emptyLIs04-input.html
diff --git a/Editor/tests/lists/setList-headings01-expected.html b/experiments/Editor/tests/lists/setList-headings01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-headings01-expected.html
rename to experiments/Editor/tests/lists/setList-headings01-expected.html
diff --git a/Editor/tests/lists/setList-headings01-input.html b/experiments/Editor/tests/lists/setList-headings01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-headings01-input.html
rename to experiments/Editor/tests/lists/setList-headings01-input.html
diff --git a/Editor/tests/lists/setList-headings02-expected.html b/experiments/Editor/tests/lists/setList-headings02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-headings02-expected.html
rename to experiments/Editor/tests/lists/setList-headings02-expected.html
diff --git a/Editor/tests/lists/setList-headings02-input.html b/experiments/Editor/tests/lists/setList-headings02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-headings02-input.html
rename to experiments/Editor/tests/lists/setList-headings02-input.html
diff --git a/Editor/tests/lists/setList-headings03-expected.html b/experiments/Editor/tests/lists/setList-headings03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-headings03-expected.html
rename to experiments/Editor/tests/lists/setList-headings03-expected.html
diff --git a/Editor/tests/lists/setList-headings03-input.html b/experiments/Editor/tests/lists/setList-headings03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-headings03-input.html
rename to experiments/Editor/tests/lists/setList-headings03-input.html
diff --git a/Editor/tests/lists/setList-headings04-expected.html b/experiments/Editor/tests/lists/setList-headings04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-headings04-expected.html
rename to experiments/Editor/tests/lists/setList-headings04-expected.html
diff --git a/Editor/tests/lists/setList-headings04-input.html b/experiments/Editor/tests/lists/setList-headings04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-headings04-input.html
rename to experiments/Editor/tests/lists/setList-headings04-input.html
diff --git a/Editor/tests/lists/setList-innerp01-expected.html b/experiments/Editor/tests/lists/setList-innerp01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp01-expected.html
rename to experiments/Editor/tests/lists/setList-innerp01-expected.html
diff --git a/Editor/tests/lists/setList-innerp01-input.html b/experiments/Editor/tests/lists/setList-innerp01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp01-input.html
rename to experiments/Editor/tests/lists/setList-innerp01-input.html
diff --git a/Editor/tests/lists/setList-innerp02-expected.html b/experiments/Editor/tests/lists/setList-innerp02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp02-expected.html
rename to experiments/Editor/tests/lists/setList-innerp02-expected.html
diff --git a/Editor/tests/lists/setList-innerp02-input.html b/experiments/Editor/tests/lists/setList-innerp02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp02-input.html
rename to experiments/Editor/tests/lists/setList-innerp02-input.html
diff --git a/Editor/tests/lists/setList-innerp03-expected.html b/experiments/Editor/tests/lists/setList-innerp03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp03-expected.html
rename to experiments/Editor/tests/lists/setList-innerp03-expected.html
diff --git a/Editor/tests/lists/setList-innerp03-input.html b/experiments/Editor/tests/lists/setList-innerp03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp03-input.html
rename to experiments/Editor/tests/lists/setList-innerp03-input.html
diff --git a/Editor/tests/lists/setList-innerp04-expected.html b/experiments/Editor/tests/lists/setList-innerp04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp04-expected.html
rename to experiments/Editor/tests/lists/setList-innerp04-expected.html
diff --git a/Editor/tests/lists/setList-innerp04-input.html b/experiments/Editor/tests/lists/setList-innerp04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-innerp04-input.html
rename to experiments/Editor/tests/lists/setList-innerp04-input.html
diff --git a/Editor/tests/lists/setList-mixed01-expected.html b/experiments/Editor/tests/lists/setList-mixed01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-mixed01-expected.html
rename to experiments/Editor/tests/lists/setList-mixed01-expected.html
diff --git a/Editor/tests/lists/setList-mixed01-input.html b/experiments/Editor/tests/lists/setList-mixed01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-mixed01-input.html
rename to experiments/Editor/tests/lists/setList-mixed01-input.html
diff --git a/Editor/tests/lists/setList-mixed02-expected.html b/experiments/Editor/tests/lists/setList-mixed02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-mixed02-expected.html
rename to experiments/Editor/tests/lists/setList-mixed02-expected.html
diff --git a/Editor/tests/lists/setList-mixed02-input.html b/experiments/Editor/tests/lists/setList-mixed02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-mixed02-input.html
rename to experiments/Editor/tests/lists/setList-mixed02-input.html
diff --git a/Editor/tests/lists/setList-mixed03-expected.html b/experiments/Editor/tests/lists/setList-mixed03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-mixed03-expected.html
rename to experiments/Editor/tests/lists/setList-mixed03-expected.html
diff --git a/Editor/tests/lists/setList-mixed03-input.html b/experiments/Editor/tests/lists/setList-mixed03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-mixed03-input.html
rename to experiments/Editor/tests/lists/setList-mixed03-input.html
diff --git a/Editor/tests/lists/setList-nested01-expected.html b/experiments/Editor/tests/lists/setList-nested01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested01-expected.html
rename to experiments/Editor/tests/lists/setList-nested01-expected.html
diff --git a/Editor/tests/lists/setList-nested01-input.html b/experiments/Editor/tests/lists/setList-nested01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested01-input.html
rename to experiments/Editor/tests/lists/setList-nested01-input.html
diff --git a/Editor/tests/lists/setList-nested02-expected.html b/experiments/Editor/tests/lists/setList-nested02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested02-expected.html
rename to experiments/Editor/tests/lists/setList-nested02-expected.html
diff --git a/Editor/tests/lists/setList-nested02-input.html b/experiments/Editor/tests/lists/setList-nested02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested02-input.html
rename to experiments/Editor/tests/lists/setList-nested02-input.html
diff --git a/Editor/tests/lists/setList-nested03-expected.html b/experiments/Editor/tests/lists/setList-nested03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested03-expected.html
rename to experiments/Editor/tests/lists/setList-nested03-expected.html
diff --git a/Editor/tests/lists/setList-nested03-input.html b/experiments/Editor/tests/lists/setList-nested03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested03-input.html
rename to experiments/Editor/tests/lists/setList-nested03-input.html
diff --git a/Editor/tests/lists/setList-nested04-expected.html b/experiments/Editor/tests/lists/setList-nested04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested04-expected.html
rename to experiments/Editor/tests/lists/setList-nested04-expected.html
diff --git a/Editor/tests/lists/setList-nested04-input.html b/experiments/Editor/tests/lists/setList-nested04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested04-input.html
rename to experiments/Editor/tests/lists/setList-nested04-input.html
diff --git a/Editor/tests/lists/setList-nested05-expected.html b/experiments/Editor/tests/lists/setList-nested05-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested05-expected.html
rename to experiments/Editor/tests/lists/setList-nested05-expected.html
diff --git a/Editor/tests/lists/setList-nested05-input.html b/experiments/Editor/tests/lists/setList-nested05-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested05-input.html
rename to experiments/Editor/tests/lists/setList-nested05-input.html
diff --git a/Editor/tests/lists/setList-nested06-expected.html b/experiments/Editor/tests/lists/setList-nested06-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested06-expected.html
rename to experiments/Editor/tests/lists/setList-nested06-expected.html
diff --git a/Editor/tests/lists/setList-nested06-input.html b/experiments/Editor/tests/lists/setList-nested06-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested06-input.html
rename to experiments/Editor/tests/lists/setList-nested06-input.html
diff --git a/Editor/tests/lists/setList-nested07-expected.html b/experiments/Editor/tests/lists/setList-nested07-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested07-expected.html
rename to experiments/Editor/tests/lists/setList-nested07-expected.html
diff --git a/Editor/tests/lists/setList-nested07-input.html b/experiments/Editor/tests/lists/setList-nested07-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested07-input.html
rename to experiments/Editor/tests/lists/setList-nested07-input.html
diff --git a/Editor/tests/lists/setList-nested08-expected.html b/experiments/Editor/tests/lists/setList-nested08-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nested08-expected.html
rename to experiments/Editor/tests/lists/setList-nested08-expected.html
diff --git a/Editor/tests/lists/setList-nested08-input.html b/experiments/Editor/tests/lists/setList-nested08-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nested08-input.html
rename to experiments/Editor/tests/lists/setList-nested08-input.html
diff --git a/Editor/tests/lists/setList-nop01-expected.html b/experiments/Editor/tests/lists/setList-nop01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nop01-expected.html
rename to experiments/Editor/tests/lists/setList-nop01-expected.html
diff --git a/Editor/tests/lists/setList-nop01-input.html b/experiments/Editor/tests/lists/setList-nop01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nop01-input.html
rename to experiments/Editor/tests/lists/setList-nop01-input.html
diff --git a/Editor/tests/lists/setList-nop02-expected.html b/experiments/Editor/tests/lists/setList-nop02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nop02-expected.html
rename to experiments/Editor/tests/lists/setList-nop02-expected.html
diff --git a/Editor/tests/lists/setList-nop02-input.html b/experiments/Editor/tests/lists/setList-nop02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nop02-input.html
rename to experiments/Editor/tests/lists/setList-nop02-input.html
diff --git a/Editor/tests/lists/setList-nop03-expected.html b/experiments/Editor/tests/lists/setList-nop03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nop03-expected.html
rename to experiments/Editor/tests/lists/setList-nop03-expected.html
diff --git a/Editor/tests/lists/setList-nop03-input.html b/experiments/Editor/tests/lists/setList-nop03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nop03-input.html
rename to experiments/Editor/tests/lists/setList-nop03-input.html
diff --git a/Editor/tests/lists/setList-nop04-expected.html b/experiments/Editor/tests/lists/setList-nop04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nop04-expected.html
rename to experiments/Editor/tests/lists/setList-nop04-expected.html
diff --git a/Editor/tests/lists/setList-nop04-input.html b/experiments/Editor/tests/lists/setList-nop04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nop04-input.html
rename to experiments/Editor/tests/lists/setList-nop04-input.html
diff --git a/Editor/tests/lists/setList-nop05-expected.html b/experiments/Editor/tests/lists/setList-nop05-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-nop05-expected.html
rename to experiments/Editor/tests/lists/setList-nop05-expected.html
diff --git a/Editor/tests/lists/setList-nop05-input.html b/experiments/Editor/tests/lists/setList-nop05-input.html
similarity index 100%
rename from Editor/tests/lists/setList-nop05-input.html
rename to experiments/Editor/tests/lists/setList-nop05-input.html
diff --git a/Editor/tests/lists/setList-paragraphs01-expected.html b/experiments/Editor/tests/lists/setList-paragraphs01-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs01-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs01-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs01-input.html b/experiments/Editor/tests/lists/setList-paragraphs01-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs01-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs01-input.html
diff --git a/Editor/tests/lists/setList-paragraphs02-expected.html b/experiments/Editor/tests/lists/setList-paragraphs02-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs02-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs02-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs02-input.html b/experiments/Editor/tests/lists/setList-paragraphs02-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs02-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs02-input.html
diff --git a/Editor/tests/lists/setList-paragraphs03-expected.html b/experiments/Editor/tests/lists/setList-paragraphs03-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs03-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs03-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs03-input.html b/experiments/Editor/tests/lists/setList-paragraphs03-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs03-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs03-input.html
diff --git a/Editor/tests/lists/setList-paragraphs04-expected.html b/experiments/Editor/tests/lists/setList-paragraphs04-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs04-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs04-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs04-input.html b/experiments/Editor/tests/lists/setList-paragraphs04-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs04-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs04-input.html
diff --git a/Editor/tests/lists/setList-paragraphs05-expected.html b/experiments/Editor/tests/lists/setList-paragraphs05-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs05-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs05-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs05-input.html b/experiments/Editor/tests/lists/setList-paragraphs05-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs05-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs05-input.html
diff --git a/Editor/tests/lists/setList-paragraphs06-expected.html b/experiments/Editor/tests/lists/setList-paragraphs06-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs06-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs06-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs06-input.html b/experiments/Editor/tests/lists/setList-paragraphs06-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs06-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs06-input.html
diff --git a/Editor/tests/lists/setList-paragraphs07-expected.html b/experiments/Editor/tests/lists/setList-paragraphs07-expected.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs07-expected.html
rename to experiments/Editor/tests/lists/setList-paragraphs07-expected.html
diff --git a/Editor/tests/lists/setList-paragraphs07-input.html b/experiments/Editor/tests/lists/setList-paragraphs07-input.html
similarity index 100%
rename from Editor/tests/lists/setList-paragraphs07-input.html
rename to experiments/Editor/tests/lists/setList-paragraphs07-input.html
diff --git a/Editor/tests/lists/ul01-expected.html b/experiments/Editor/tests/lists/ul01-expected.html
similarity index 100%
rename from Editor/tests/lists/ul01-expected.html
rename to experiments/Editor/tests/lists/ul01-expected.html
diff --git a/Editor/tests/lists/ul01-input.html b/experiments/Editor/tests/lists/ul01-input.html
similarity index 100%
rename from Editor/tests/lists/ul01-input.html
rename to experiments/Editor/tests/lists/ul01-input.html
diff --git a/Editor/tests/lists/ul02-expected.html b/experiments/Editor/tests/lists/ul02-expected.html
similarity index 100%
rename from Editor/tests/lists/ul02-expected.html
rename to experiments/Editor/tests/lists/ul02-expected.html
diff --git a/Editor/tests/lists/ul02-input.html b/experiments/Editor/tests/lists/ul02-input.html
similarity index 100%
rename from Editor/tests/lists/ul02-input.html
rename to experiments/Editor/tests/lists/ul02-input.html
diff --git a/Editor/tests/lists/ul03-expected.html b/experiments/Editor/tests/lists/ul03-expected.html
similarity index 100%
rename from Editor/tests/lists/ul03-expected.html
rename to experiments/Editor/tests/lists/ul03-expected.html
diff --git a/Editor/tests/lists/ul03-input.html b/experiments/Editor/tests/lists/ul03-input.html
similarity index 100%
rename from Editor/tests/lists/ul03-input.html
rename to experiments/Editor/tests/lists/ul03-input.html
diff --git a/Editor/tests/lists/ul04-expected.html b/experiments/Editor/tests/lists/ul04-expected.html
similarity index 100%
rename from Editor/tests/lists/ul04-expected.html
rename to experiments/Editor/tests/lists/ul04-expected.html
diff --git a/Editor/tests/lists/ul04-input.html b/experiments/Editor/tests/lists/ul04-input.html
similarity index 100%
rename from Editor/tests/lists/ul04-input.html
rename to experiments/Editor/tests/lists/ul04-input.html
diff --git a/Editor/tests/main/removeSpecial01-expected.html b/experiments/Editor/tests/main/removeSpecial01-expected.html
similarity index 100%
rename from Editor/tests/main/removeSpecial01-expected.html
rename to experiments/Editor/tests/main/removeSpecial01-expected.html
diff --git a/Editor/tests/main/removeSpecial01-input.html b/experiments/Editor/tests/main/removeSpecial01-input.html
similarity index 100%
rename from Editor/tests/main/removeSpecial01-input.html
rename to experiments/Editor/tests/main/removeSpecial01-input.html
diff --git a/Editor/tests/main/removeSpecial02-expected.html b/experiments/Editor/tests/main/removeSpecial02-expected.html
similarity index 100%
rename from Editor/tests/main/removeSpecial02-expected.html
rename to experiments/Editor/tests/main/removeSpecial02-expected.html
diff --git a/Editor/tests/main/removeSpecial02-input.html b/experiments/Editor/tests/main/removeSpecial02-input.html
similarity index 100%
rename from Editor/tests/main/removeSpecial02-input.html
rename to experiments/Editor/tests/main/removeSpecial02-input.html
diff --git a/Editor/tests/main/removeSpecial03-expected.html b/experiments/Editor/tests/main/removeSpecial03-expected.html
similarity index 100%
rename from Editor/tests/main/removeSpecial03-expected.html
rename to experiments/Editor/tests/main/removeSpecial03-expected.html
diff --git a/Editor/tests/main/removeSpecial03-input.html b/experiments/Editor/tests/main/removeSpecial03-input.html
similarity index 100%
rename from Editor/tests/main/removeSpecial03-input.html
rename to experiments/Editor/tests/main/removeSpecial03-input.html
diff --git a/Editor/tests/outline/OutlineTest.js b/experiments/Editor/tests/outline/OutlineTest.js
similarity index 100%
rename from Editor/tests/outline/OutlineTest.js
rename to experiments/Editor/tests/outline/OutlineTest.js
diff --git a/Editor/tests/outline/changeHeadingToParagraph-expected.html b/experiments/Editor/tests/outline/changeHeadingToParagraph-expected.html
similarity index 100%
rename from Editor/tests/outline/changeHeadingToParagraph-expected.html
rename to experiments/Editor/tests/outline/changeHeadingToParagraph-expected.html
diff --git a/Editor/tests/outline/changeHeadingToParagraph-input.html b/experiments/Editor/tests/outline/changeHeadingToParagraph-input.html
similarity index 100%
rename from Editor/tests/outline/changeHeadingToParagraph-input.html
rename to experiments/Editor/tests/outline/changeHeadingToParagraph-input.html
diff --git a/Editor/tests/outline/changeHeadingType-expected.html b/experiments/Editor/tests/outline/changeHeadingType-expected.html
similarity index 100%
rename from Editor/tests/outline/changeHeadingType-expected.html
rename to experiments/Editor/tests/outline/changeHeadingType-expected.html
diff --git a/Editor/tests/outline/changeHeadingType-input.html b/experiments/Editor/tests/outline/changeHeadingType-input.html
similarity index 100%
rename from Editor/tests/outline/changeHeadingType-input.html
rename to experiments/Editor/tests/outline/changeHeadingType-input.html
diff --git a/Editor/tests/outline/deleteSection-inner01-expected.html b/experiments/Editor/tests/outline/deleteSection-inner01-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-inner01-expected.html
rename to experiments/Editor/tests/outline/deleteSection-inner01-expected.html
diff --git a/Editor/tests/outline/deleteSection-inner01-input.html b/experiments/Editor/tests/outline/deleteSection-inner01-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-inner01-input.html
rename to experiments/Editor/tests/outline/deleteSection-inner01-input.html
diff --git a/Editor/tests/outline/deleteSection-inner02-expected.html b/experiments/Editor/tests/outline/deleteSection-inner02-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-inner02-expected.html
rename to experiments/Editor/tests/outline/deleteSection-inner02-expected.html
diff --git a/Editor/tests/outline/deleteSection-inner02-input.html b/experiments/Editor/tests/outline/deleteSection-inner02-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-inner02-input.html
rename to experiments/Editor/tests/outline/deleteSection-inner02-input.html
diff --git a/Editor/tests/outline/deleteSection-inner03-expected.html b/experiments/Editor/tests/outline/deleteSection-inner03-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-inner03-expected.html
rename to experiments/Editor/tests/outline/deleteSection-inner03-expected.html
diff --git a/Editor/tests/outline/deleteSection-inner03-input.html b/experiments/Editor/tests/outline/deleteSection-inner03-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-inner03-input.html
rename to experiments/Editor/tests/outline/deleteSection-inner03-input.html
diff --git a/Editor/tests/outline/deleteSection-nested01-expected.html b/experiments/Editor/tests/outline/deleteSection-nested01-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-nested01-expected.html
rename to experiments/Editor/tests/outline/deleteSection-nested01-expected.html
diff --git a/Editor/tests/outline/deleteSection-nested01-input.html b/experiments/Editor/tests/outline/deleteSection-nested01-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-nested01-input.html
rename to experiments/Editor/tests/outline/deleteSection-nested01-input.html
diff --git a/Editor/tests/outline/deleteSection-nested02-expected.html b/experiments/Editor/tests/outline/deleteSection-nested02-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-nested02-expected.html
rename to experiments/Editor/tests/outline/deleteSection-nested02-expected.html
diff --git a/Editor/tests/outline/deleteSection-nested02-input.html b/experiments/Editor/tests/outline/deleteSection-nested02-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-nested02-input.html
rename to experiments/Editor/tests/outline/deleteSection-nested02-input.html
diff --git a/Editor/tests/outline/deleteSection-nested03-expected.html b/experiments/Editor/tests/outline/deleteSection-nested03-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-nested03-expected.html
rename to experiments/Editor/tests/outline/deleteSection-nested03-expected.html
diff --git a/Editor/tests/outline/deleteSection-nested03-input.html b/experiments/Editor/tests/outline/deleteSection-nested03-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection-nested03-input.html
rename to experiments/Editor/tests/outline/deleteSection-nested03-input.html
diff --git a/Editor/tests/outline/deleteSection01-expected.html b/experiments/Editor/tests/outline/deleteSection01-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection01-expected.html
rename to experiments/Editor/tests/outline/deleteSection01-expected.html
diff --git a/Editor/tests/outline/deleteSection01-input.html b/experiments/Editor/tests/outline/deleteSection01-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection01-input.html
rename to experiments/Editor/tests/outline/deleteSection01-input.html
diff --git a/Editor/tests/outline/deleteSection02-expected.html b/experiments/Editor/tests/outline/deleteSection02-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection02-expected.html
rename to experiments/Editor/tests/outline/deleteSection02-expected.html
diff --git a/Editor/tests/outline/deleteSection02-input.html b/experiments/Editor/tests/outline/deleteSection02-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection02-input.html
rename to experiments/Editor/tests/outline/deleteSection02-input.html
diff --git a/Editor/tests/outline/deleteSection03-expected.html b/experiments/Editor/tests/outline/deleteSection03-expected.html
similarity index 100%
rename from Editor/tests/outline/deleteSection03-expected.html
rename to experiments/Editor/tests/outline/deleteSection03-expected.html
diff --git a/Editor/tests/outline/deleteSection03-input.html b/experiments/Editor/tests/outline/deleteSection03-input.html
similarity index 100%
rename from Editor/tests/outline/deleteSection03-input.html
rename to experiments/Editor/tests/outline/deleteSection03-input.html
diff --git a/Editor/tests/outline/discovery01-expected.html b/experiments/Editor/tests/outline/discovery01-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery01-expected.html
rename to experiments/Editor/tests/outline/discovery01-expected.html
diff --git a/Editor/tests/outline/discovery01-input.html b/experiments/Editor/tests/outline/discovery01-input.html
similarity index 100%
rename from Editor/tests/outline/discovery01-input.html
rename to experiments/Editor/tests/outline/discovery01-input.html
diff --git a/Editor/tests/outline/discovery02-expected.html b/experiments/Editor/tests/outline/discovery02-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery02-expected.html
rename to experiments/Editor/tests/outline/discovery02-expected.html
diff --git a/Editor/tests/outline/discovery02-input.html b/experiments/Editor/tests/outline/discovery02-input.html
similarity index 100%
rename from Editor/tests/outline/discovery02-input.html
rename to experiments/Editor/tests/outline/discovery02-input.html
diff --git a/Editor/tests/outline/discovery03-expected.html b/experiments/Editor/tests/outline/discovery03-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery03-expected.html
rename to experiments/Editor/tests/outline/discovery03-expected.html
diff --git a/Editor/tests/outline/discovery03-input.html b/experiments/Editor/tests/outline/discovery03-input.html
similarity index 100%
rename from Editor/tests/outline/discovery03-input.html
rename to experiments/Editor/tests/outline/discovery03-input.html
diff --git a/Editor/tests/outline/discovery04-expected.html b/experiments/Editor/tests/outline/discovery04-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery04-expected.html
rename to experiments/Editor/tests/outline/discovery04-expected.html
diff --git a/Editor/tests/outline/discovery04-input.html b/experiments/Editor/tests/outline/discovery04-input.html
similarity index 100%
rename from Editor/tests/outline/discovery04-input.html
rename to experiments/Editor/tests/outline/discovery04-input.html
diff --git a/Editor/tests/outline/discovery05-expected.html b/experiments/Editor/tests/outline/discovery05-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery05-expected.html
rename to experiments/Editor/tests/outline/discovery05-expected.html
diff --git a/Editor/tests/outline/discovery05-input.html b/experiments/Editor/tests/outline/discovery05-input.html
similarity index 100%
rename from Editor/tests/outline/discovery05-input.html
rename to experiments/Editor/tests/outline/discovery05-input.html
diff --git a/Editor/tests/outline/discovery06-expected.html b/experiments/Editor/tests/outline/discovery06-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery06-expected.html
rename to experiments/Editor/tests/outline/discovery06-expected.html
diff --git a/Editor/tests/outline/discovery06-input.html b/experiments/Editor/tests/outline/discovery06-input.html
similarity index 100%
rename from Editor/tests/outline/discovery06-input.html
rename to experiments/Editor/tests/outline/discovery06-input.html
diff --git a/Editor/tests/outline/discovery07-expected.html b/experiments/Editor/tests/outline/discovery07-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery07-expected.html
rename to experiments/Editor/tests/outline/discovery07-expected.html
diff --git a/Editor/tests/outline/discovery07-input.html b/experiments/Editor/tests/outline/discovery07-input.html
similarity index 100%
rename from Editor/tests/outline/discovery07-input.html
rename to experiments/Editor/tests/outline/discovery07-input.html
diff --git a/Editor/tests/outline/discovery08-expected.html b/experiments/Editor/tests/outline/discovery08-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery08-expected.html
rename to experiments/Editor/tests/outline/discovery08-expected.html
diff --git a/Editor/tests/outline/discovery08-input.html b/experiments/Editor/tests/outline/discovery08-input.html
similarity index 100%
rename from Editor/tests/outline/discovery08-input.html
rename to experiments/Editor/tests/outline/discovery08-input.html
diff --git a/Editor/tests/outline/discovery09-expected.html b/experiments/Editor/tests/outline/discovery09-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery09-expected.html
rename to experiments/Editor/tests/outline/discovery09-expected.html
diff --git a/Editor/tests/outline/discovery09-input.html b/experiments/Editor/tests/outline/discovery09-input.html
similarity index 100%
rename from Editor/tests/outline/discovery09-input.html
rename to experiments/Editor/tests/outline/discovery09-input.html
diff --git a/Editor/tests/outline/discovery10-expected.html b/experiments/Editor/tests/outline/discovery10-expected.html
similarity index 100%
rename from Editor/tests/outline/discovery10-expected.html
rename to experiments/Editor/tests/outline/discovery10-expected.html
diff --git a/Editor/tests/outline/discovery10-input.html b/experiments/Editor/tests/outline/discovery10-input.html
similarity index 100%
rename from Editor/tests/outline/discovery10-input.html
rename to experiments/Editor/tests/outline/discovery10-input.html
diff --git a/Editor/tests/outline/heading-editing01-expected.html b/experiments/Editor/tests/outline/heading-editing01-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing01-expected.html
rename to experiments/Editor/tests/outline/heading-editing01-expected.html
diff --git a/Editor/tests/outline/heading-editing01-input.html b/experiments/Editor/tests/outline/heading-editing01-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing01-input.html
rename to experiments/Editor/tests/outline/heading-editing01-input.html
diff --git a/Editor/tests/outline/heading-editing02-expected.html b/experiments/Editor/tests/outline/heading-editing02-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing02-expected.html
rename to experiments/Editor/tests/outline/heading-editing02-expected.html
diff --git a/Editor/tests/outline/heading-editing02-input.html b/experiments/Editor/tests/outline/heading-editing02-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing02-input.html
rename to experiments/Editor/tests/outline/heading-editing02-input.html
diff --git a/Editor/tests/outline/heading-editing03-expected.html b/experiments/Editor/tests/outline/heading-editing03-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing03-expected.html
rename to experiments/Editor/tests/outline/heading-editing03-expected.html
diff --git a/Editor/tests/outline/heading-editing03-input.html b/experiments/Editor/tests/outline/heading-editing03-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing03-input.html
rename to experiments/Editor/tests/outline/heading-editing03-input.html
diff --git a/Editor/tests/outline/heading-editing04-expected.html b/experiments/Editor/tests/outline/heading-editing04-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing04-expected.html
rename to experiments/Editor/tests/outline/heading-editing04-expected.html
diff --git a/Editor/tests/outline/heading-editing04-input.html b/experiments/Editor/tests/outline/heading-editing04-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing04-input.html
rename to experiments/Editor/tests/outline/heading-editing04-input.html
diff --git a/Editor/tests/outline/heading-editing05-expected.html b/experiments/Editor/tests/outline/heading-editing05-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing05-expected.html
rename to experiments/Editor/tests/outline/heading-editing05-expected.html
diff --git a/Editor/tests/outline/heading-editing05-input.html b/experiments/Editor/tests/outline/heading-editing05-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing05-input.html
rename to experiments/Editor/tests/outline/heading-editing05-input.html
diff --git a/Editor/tests/outline/heading-editing06-expected.html b/experiments/Editor/tests/outline/heading-editing06-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing06-expected.html
rename to experiments/Editor/tests/outline/heading-editing06-expected.html
diff --git a/Editor/tests/outline/heading-editing06-input.html b/experiments/Editor/tests/outline/heading-editing06-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing06-input.html
rename to experiments/Editor/tests/outline/heading-editing06-input.html
diff --git a/Editor/tests/outline/heading-editing07-expected.html b/experiments/Editor/tests/outline/heading-editing07-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing07-expected.html
rename to experiments/Editor/tests/outline/heading-editing07-expected.html
diff --git a/Editor/tests/outline/heading-editing07-input.html b/experiments/Editor/tests/outline/heading-editing07-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing07-input.html
rename to experiments/Editor/tests/outline/heading-editing07-input.html
diff --git a/Editor/tests/outline/heading-editing08-expected.html b/experiments/Editor/tests/outline/heading-editing08-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-editing08-expected.html
rename to experiments/Editor/tests/outline/heading-editing08-expected.html
diff --git a/Editor/tests/outline/heading-editing08-input.html b/experiments/Editor/tests/outline/heading-editing08-input.html
similarity index 100%
rename from Editor/tests/outline/heading-editing08-input.html
rename to experiments/Editor/tests/outline/heading-editing08-input.html
diff --git a/Editor/tests/outline/heading-hierarchy01a-expected.html b/experiments/Editor/tests/outline/heading-hierarchy01a-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy01a-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy01a-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy01a-input.html b/experiments/Editor/tests/outline/heading-hierarchy01a-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy01a-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy01a-input.html
diff --git a/Editor/tests/outline/heading-hierarchy01b-expected.html b/experiments/Editor/tests/outline/heading-hierarchy01b-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy01b-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy01b-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy01b-input.html b/experiments/Editor/tests/outline/heading-hierarchy01b-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy01b-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy01b-input.html
diff --git a/Editor/tests/outline/heading-hierarchy01c-expected.html b/experiments/Editor/tests/outline/heading-hierarchy01c-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy01c-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy01c-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy01c-input.html b/experiments/Editor/tests/outline/heading-hierarchy01c-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy01c-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy01c-input.html
diff --git a/Editor/tests/outline/heading-hierarchy02a-expected.html b/experiments/Editor/tests/outline/heading-hierarchy02a-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy02a-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy02a-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy02a-input.html b/experiments/Editor/tests/outline/heading-hierarchy02a-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy02a-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy02a-input.html
diff --git a/Editor/tests/outline/heading-hierarchy02b-expected.html b/experiments/Editor/tests/outline/heading-hierarchy02b-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy02b-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy02b-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy02b-input.html b/experiments/Editor/tests/outline/heading-hierarchy02b-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy02b-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy02b-input.html
diff --git a/Editor/tests/outline/heading-hierarchy02c-expected.html b/experiments/Editor/tests/outline/heading-hierarchy02c-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy02c-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy02c-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy02c-input.html b/experiments/Editor/tests/outline/heading-hierarchy02c-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy02c-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy02c-input.html
diff --git a/Editor/tests/outline/heading-hierarchy03a-expected.html b/experiments/Editor/tests/outline/heading-hierarchy03a-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy03a-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy03a-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy03a-input.html b/experiments/Editor/tests/outline/heading-hierarchy03a-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy03a-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy03a-input.html
diff --git a/Editor/tests/outline/heading-hierarchy03b-expected.html b/experiments/Editor/tests/outline/heading-hierarchy03b-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy03b-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy03b-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy03b-input.html b/experiments/Editor/tests/outline/heading-hierarchy03b-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy03b-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy03b-input.html
diff --git a/Editor/tests/outline/heading-hierarchy03c-expected.html b/experiments/Editor/tests/outline/heading-hierarchy03c-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy03c-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy03c-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy03c-input.html b/experiments/Editor/tests/outline/heading-hierarchy03c-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy03c-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy03c-input.html
diff --git a/Editor/tests/outline/heading-hierarchy04a-expected.html b/experiments/Editor/tests/outline/heading-hierarchy04a-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy04a-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy04a-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy04a-input.html b/experiments/Editor/tests/outline/heading-hierarchy04a-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy04a-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy04a-input.html
diff --git a/Editor/tests/outline/heading-hierarchy04b-expected.html b/experiments/Editor/tests/outline/heading-hierarchy04b-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy04b-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy04b-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy04b-input.html b/experiments/Editor/tests/outline/heading-hierarchy04b-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy04b-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy04b-input.html
diff --git a/Editor/tests/outline/heading-hierarchy04c-expected.html b/experiments/Editor/tests/outline/heading-hierarchy04c-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy04c-expected.html
rename to experiments/Editor/tests/outline/heading-hierarchy04c-expected.html
diff --git a/Editor/tests/outline/heading-hierarchy04c-input.html b/experiments/Editor/tests/outline/heading-hierarchy04c-input.html
similarity index 100%
rename from Editor/tests/outline/heading-hierarchy04c-input.html
rename to experiments/Editor/tests/outline/heading-hierarchy04c-input.html
diff --git a/Editor/tests/outline/heading-numbering01-expected.html b/experiments/Editor/tests/outline/heading-numbering01-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering01-expected.html
rename to experiments/Editor/tests/outline/heading-numbering01-expected.html
diff --git a/Editor/tests/outline/heading-numbering01-input.html b/experiments/Editor/tests/outline/heading-numbering01-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering01-input.html
rename to experiments/Editor/tests/outline/heading-numbering01-input.html
diff --git a/Editor/tests/outline/heading-numbering02-expected.html b/experiments/Editor/tests/outline/heading-numbering02-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering02-expected.html
rename to experiments/Editor/tests/outline/heading-numbering02-expected.html
diff --git a/Editor/tests/outline/heading-numbering02-input.html b/experiments/Editor/tests/outline/heading-numbering02-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering02-input.html
rename to experiments/Editor/tests/outline/heading-numbering02-input.html
diff --git a/Editor/tests/outline/heading-numbering03-expected.html b/experiments/Editor/tests/outline/heading-numbering03-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering03-expected.html
rename to experiments/Editor/tests/outline/heading-numbering03-expected.html
diff --git a/Editor/tests/outline/heading-numbering03-input.html b/experiments/Editor/tests/outline/heading-numbering03-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering03-input.html
rename to experiments/Editor/tests/outline/heading-numbering03-input.html
diff --git a/Editor/tests/outline/heading-numbering04-expected.html b/experiments/Editor/tests/outline/heading-numbering04-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering04-expected.html
rename to experiments/Editor/tests/outline/heading-numbering04-expected.html
diff --git a/Editor/tests/outline/heading-numbering04-input.html b/experiments/Editor/tests/outline/heading-numbering04-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering04-input.html
rename to experiments/Editor/tests/outline/heading-numbering04-input.html
diff --git a/Editor/tests/outline/heading-numbering05-expected.html b/experiments/Editor/tests/outline/heading-numbering05-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering05-expected.html
rename to experiments/Editor/tests/outline/heading-numbering05-expected.html
diff --git a/Editor/tests/outline/heading-numbering05-input.html b/experiments/Editor/tests/outline/heading-numbering05-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering05-input.html
rename to experiments/Editor/tests/outline/heading-numbering05-input.html
diff --git a/Editor/tests/outline/heading-numbering06-expected.html b/experiments/Editor/tests/outline/heading-numbering06-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering06-expected.html
rename to experiments/Editor/tests/outline/heading-numbering06-expected.html
diff --git a/Editor/tests/outline/heading-numbering06-input.html b/experiments/Editor/tests/outline/heading-numbering06-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering06-input.html
rename to experiments/Editor/tests/outline/heading-numbering06-input.html
diff --git a/Editor/tests/outline/heading-numbering07-expected.html b/experiments/Editor/tests/outline/heading-numbering07-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering07-expected.html
rename to experiments/Editor/tests/outline/heading-numbering07-expected.html
diff --git a/Editor/tests/outline/heading-numbering07-input.html b/experiments/Editor/tests/outline/heading-numbering07-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering07-input.html
rename to experiments/Editor/tests/outline/heading-numbering07-input.html
diff --git a/Editor/tests/outline/heading-numbering08-expected.html b/experiments/Editor/tests/outline/heading-numbering08-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering08-expected.html
rename to experiments/Editor/tests/outline/heading-numbering08-expected.html
diff --git a/Editor/tests/outline/heading-numbering08-input.html b/experiments/Editor/tests/outline/heading-numbering08-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering08-input.html
rename to experiments/Editor/tests/outline/heading-numbering08-input.html
diff --git a/Editor/tests/outline/heading-numbering09-expected.html b/experiments/Editor/tests/outline/heading-numbering09-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering09-expected.html
rename to experiments/Editor/tests/outline/heading-numbering09-expected.html
diff --git a/Editor/tests/outline/heading-numbering09-input.html b/experiments/Editor/tests/outline/heading-numbering09-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering09-input.html
rename to experiments/Editor/tests/outline/heading-numbering09-input.html
diff --git a/Editor/tests/outline/heading-numbering10-expected.html b/experiments/Editor/tests/outline/heading-numbering10-expected.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering10-expected.html
rename to experiments/Editor/tests/outline/heading-numbering10-expected.html
diff --git a/Editor/tests/outline/heading-numbering10-input.html b/experiments/Editor/tests/outline/heading-numbering10-input.html
similarity index 100%
rename from Editor/tests/outline/heading-numbering10-input.html
rename to experiments/Editor/tests/outline/heading-numbering10-input.html
diff --git a/Editor/tests/outline/headings01-expected.html b/experiments/Editor/tests/outline/headings01-expected.html
similarity index 100%
rename from Editor/tests/outline/headings01-expected.html
rename to experiments/Editor/tests/outline/headings01-expected.html
diff --git a/Editor/tests/outline/headings01-input.html b/experiments/Editor/tests/outline/headings01-input.html
similarity index 100%
rename from Editor/tests/outline/headings01-input.html
rename to experiments/Editor/tests/outline/headings01-input.html
diff --git a/Editor/tests/outline/headings02-expected.html b/experiments/Editor/tests/outline/headings02-expected.html
similarity index 100%
rename from Editor/tests/outline/headings02-expected.html
rename to experiments/Editor/tests/outline/headings02-expected.html
diff --git a/Editor/tests/outline/headings02-input.html b/experiments/Editor/tests/outline/headings02-input.html
similarity index 100%
rename from Editor/tests/outline/headings02-input.html
rename to experiments/Editor/tests/outline/headings02-input.html
diff --git a/Editor/tests/outline/headings03-expected.html b/experiments/Editor/tests/outline/headings03-expected.html
similarity index 100%
rename from Editor/tests/outline/headings03-expected.html
rename to experiments/Editor/tests/outline/headings03-expected.html
diff --git a/Editor/tests/outline/headings03-input.html b/experiments/Editor/tests/outline/headings03-input.html
similarity index 100%
rename from Editor/tests/outline/headings03-input.html
rename to experiments/Editor/tests/outline/headings03-input.html
diff --git a/Editor/tests/outline/headings04-expected.html b/experiments/Editor/tests/outline/headings04-expected.html
similarity index 100%
rename from Editor/tests/outline/headings04-expected.html
rename to experiments/Editor/tests/outline/headings04-expected.html
diff --git a/Editor/tests/outline/headings04-input.html b/experiments/Editor/tests/outline/headings04-input.html
similarity index 100%
rename from Editor/tests/outline/headings04-input.html
rename to experiments/Editor/tests/outline/headings04-input.html
diff --git a/Editor/tests/outline/headings05-expected.html b/experiments/Editor/tests/outline/headings05-expected.html
similarity index 100%
rename from Editor/tests/outline/headings05-expected.html
rename to experiments/Editor/tests/outline/headings05-expected.html
diff --git a/Editor/tests/outline/headings05-input.html b/experiments/Editor/tests/outline/headings05-input.html
similarity index 100%
rename from Editor/tests/outline/headings05-input.html
rename to experiments/Editor/tests/outline/headings05-input.html
diff --git a/Editor/tests/outline/itemtypes01-expected.html b/experiments/Editor/tests/outline/itemtypes01-expected.html
similarity index 100%
rename from Editor/tests/outline/itemtypes01-expected.html
rename to experiments/Editor/tests/outline/itemtypes01-expected.html
diff --git a/Editor/tests/outline/itemtypes01-input.html b/experiments/Editor/tests/outline/itemtypes01-input.html
similarity index 100%
rename from Editor/tests/outline/itemtypes01-input.html
rename to experiments/Editor/tests/outline/itemtypes01-input.html
diff --git a/Editor/tests/outline/listOfFigures01-expected.html b/experiments/Editor/tests/outline/listOfFigures01-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures01-expected.html
rename to experiments/Editor/tests/outline/listOfFigures01-expected.html
diff --git a/Editor/tests/outline/listOfFigures01-input.html b/experiments/Editor/tests/outline/listOfFigures01-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures01-input.html
rename to experiments/Editor/tests/outline/listOfFigures01-input.html
diff --git a/Editor/tests/outline/listOfFigures02-expected.html b/experiments/Editor/tests/outline/listOfFigures02-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures02-expected.html
rename to experiments/Editor/tests/outline/listOfFigures02-expected.html
diff --git a/Editor/tests/outline/listOfFigures02-input.html b/experiments/Editor/tests/outline/listOfFigures02-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures02-input.html
rename to experiments/Editor/tests/outline/listOfFigures02-input.html
diff --git a/Editor/tests/outline/listOfFigures03-expected.html b/experiments/Editor/tests/outline/listOfFigures03-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures03-expected.html
rename to experiments/Editor/tests/outline/listOfFigures03-expected.html
diff --git a/Editor/tests/outline/listOfFigures03-input.html b/experiments/Editor/tests/outline/listOfFigures03-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures03-input.html
rename to experiments/Editor/tests/outline/listOfFigures03-input.html
diff --git a/Editor/tests/outline/listOfFigures04-expected.html b/experiments/Editor/tests/outline/listOfFigures04-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures04-expected.html
rename to experiments/Editor/tests/outline/listOfFigures04-expected.html
diff --git a/Editor/tests/outline/listOfFigures04-input.html b/experiments/Editor/tests/outline/listOfFigures04-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures04-input.html
rename to experiments/Editor/tests/outline/listOfFigures04-input.html
diff --git a/Editor/tests/outline/listOfFigures05-expected.html b/experiments/Editor/tests/outline/listOfFigures05-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures05-expected.html
rename to experiments/Editor/tests/outline/listOfFigures05-expected.html
diff --git a/Editor/tests/outline/listOfFigures05-input.html b/experiments/Editor/tests/outline/listOfFigures05-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures05-input.html
rename to experiments/Editor/tests/outline/listOfFigures05-input.html
diff --git a/Editor/tests/outline/listOfFigures06-expected.html b/experiments/Editor/tests/outline/listOfFigures06-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures06-expected.html
rename to experiments/Editor/tests/outline/listOfFigures06-expected.html
diff --git a/Editor/tests/outline/listOfFigures06-input.html b/experiments/Editor/tests/outline/listOfFigures06-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures06-input.html
rename to experiments/Editor/tests/outline/listOfFigures06-input.html
diff --git a/Editor/tests/outline/listOfFigures07-expected.html b/experiments/Editor/tests/outline/listOfFigures07-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures07-expected.html
rename to experiments/Editor/tests/outline/listOfFigures07-expected.html
diff --git a/Editor/tests/outline/listOfFigures07-input.html b/experiments/Editor/tests/outline/listOfFigures07-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures07-input.html
rename to experiments/Editor/tests/outline/listOfFigures07-input.html
diff --git a/Editor/tests/outline/listOfFigures08-expected.html b/experiments/Editor/tests/outline/listOfFigures08-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures08-expected.html
rename to experiments/Editor/tests/outline/listOfFigures08-expected.html
diff --git a/Editor/tests/outline/listOfFigures08-input.html b/experiments/Editor/tests/outline/listOfFigures08-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures08-input.html
rename to experiments/Editor/tests/outline/listOfFigures08-input.html
diff --git a/Editor/tests/outline/listOfFigures09-expected.html b/experiments/Editor/tests/outline/listOfFigures09-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures09-expected.html
rename to experiments/Editor/tests/outline/listOfFigures09-expected.html
diff --git a/Editor/tests/outline/listOfFigures09-input.html b/experiments/Editor/tests/outline/listOfFigures09-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures09-input.html
rename to experiments/Editor/tests/outline/listOfFigures09-input.html
diff --git a/Editor/tests/outline/listOfFigures09a-expected.html b/experiments/Editor/tests/outline/listOfFigures09a-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures09a-expected.html
rename to experiments/Editor/tests/outline/listOfFigures09a-expected.html
diff --git a/Editor/tests/outline/listOfFigures09a-input.html b/experiments/Editor/tests/outline/listOfFigures09a-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures09a-input.html
rename to experiments/Editor/tests/outline/listOfFigures09a-input.html
diff --git a/Editor/tests/outline/listOfFigures10-expected.html b/experiments/Editor/tests/outline/listOfFigures10-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures10-expected.html
rename to experiments/Editor/tests/outline/listOfFigures10-expected.html
diff --git a/Editor/tests/outline/listOfFigures10-input.html b/experiments/Editor/tests/outline/listOfFigures10-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures10-input.html
rename to experiments/Editor/tests/outline/listOfFigures10-input.html
diff --git a/Editor/tests/outline/listOfFigures11-expected.html b/experiments/Editor/tests/outline/listOfFigures11-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures11-expected.html
rename to experiments/Editor/tests/outline/listOfFigures11-expected.html
diff --git a/Editor/tests/outline/listOfFigures11-input.html b/experiments/Editor/tests/outline/listOfFigures11-input.html
similarity index 100%
rename from Editor/tests/outline/listOfFigures11-input.html
rename to experiments/Editor/tests/outline/listOfFigures11-input.html
diff --git a/Editor/tests/outline/listOfTables01-expected.html b/experiments/Editor/tests/outline/listOfTables01-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables01-expected.html
rename to experiments/Editor/tests/outline/listOfTables01-expected.html
diff --git a/Editor/tests/outline/listOfTables01-input.html b/experiments/Editor/tests/outline/listOfTables01-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables01-input.html
rename to experiments/Editor/tests/outline/listOfTables01-input.html
diff --git a/Editor/tests/outline/listOfTables02-expected.html b/experiments/Editor/tests/outline/listOfTables02-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables02-expected.html
rename to experiments/Editor/tests/outline/listOfTables02-expected.html
diff --git a/Editor/tests/outline/listOfTables02-input.html b/experiments/Editor/tests/outline/listOfTables02-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables02-input.html
rename to experiments/Editor/tests/outline/listOfTables02-input.html
diff --git a/Editor/tests/outline/listOfTables03-expected.html b/experiments/Editor/tests/outline/listOfTables03-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables03-expected.html
rename to experiments/Editor/tests/outline/listOfTables03-expected.html
diff --git a/Editor/tests/outline/listOfTables03-input.html b/experiments/Editor/tests/outline/listOfTables03-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables03-input.html
rename to experiments/Editor/tests/outline/listOfTables03-input.html
diff --git a/Editor/tests/outline/listOfTables04-expected.html b/experiments/Editor/tests/outline/listOfTables04-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables04-expected.html
rename to experiments/Editor/tests/outline/listOfTables04-expected.html
diff --git a/Editor/tests/outline/listOfTables04-input.html b/experiments/Editor/tests/outline/listOfTables04-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables04-input.html
rename to experiments/Editor/tests/outline/listOfTables04-input.html
diff --git a/Editor/tests/outline/listOfTables05-expected.html b/experiments/Editor/tests/outline/listOfTables05-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables05-expected.html
rename to experiments/Editor/tests/outline/listOfTables05-expected.html
diff --git a/Editor/tests/outline/listOfTables05-input.html b/experiments/Editor/tests/outline/listOfTables05-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables05-input.html
rename to experiments/Editor/tests/outline/listOfTables05-input.html
diff --git a/Editor/tests/outline/listOfTables06-expected.html b/experiments/Editor/tests/outline/listOfTables06-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables06-expected.html
rename to experiments/Editor/tests/outline/listOfTables06-expected.html
diff --git a/Editor/tests/outline/listOfTables06-input.html b/experiments/Editor/tests/outline/listOfTables06-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables06-input.html
rename to experiments/Editor/tests/outline/listOfTables06-input.html
diff --git a/Editor/tests/outline/listOfTables07-expected.html b/experiments/Editor/tests/outline/listOfTables07-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables07-expected.html
rename to experiments/Editor/tests/outline/listOfTables07-expected.html
diff --git a/Editor/tests/outline/listOfTables07-input.html b/experiments/Editor/tests/outline/listOfTables07-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables07-input.html
rename to experiments/Editor/tests/outline/listOfTables07-input.html
diff --git a/Editor/tests/outline/listOfTables08-expected.html b/experiments/Editor/tests/outline/listOfTables08-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables08-expected.html
rename to experiments/Editor/tests/outline/listOfTables08-expected.html
diff --git a/Editor/tests/outline/listOfTables08-input.html b/experiments/Editor/tests/outline/listOfTables08-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables08-input.html
rename to experiments/Editor/tests/outline/listOfTables08-input.html
diff --git a/Editor/tests/outline/listOfTables09-expected.html b/experiments/Editor/tests/outline/listOfTables09-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables09-expected.html
rename to experiments/Editor/tests/outline/listOfTables09-expected.html
diff --git a/Editor/tests/outline/listOfTables09-input.html b/experiments/Editor/tests/outline/listOfTables09-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables09-input.html
rename to experiments/Editor/tests/outline/listOfTables09-input.html
diff --git a/Editor/tests/outline/listOfTables09a-expected.html b/experiments/Editor/tests/outline/listOfTables09a-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables09a-expected.html
rename to experiments/Editor/tests/outline/listOfTables09a-expected.html
diff --git a/Editor/tests/outline/listOfTables09a-input.html b/experiments/Editor/tests/outline/listOfTables09a-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables09a-input.html
rename to experiments/Editor/tests/outline/listOfTables09a-input.html
diff --git a/Editor/tests/outline/listOfTables10-expected.html b/experiments/Editor/tests/outline/listOfTables10-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables10-expected.html
rename to experiments/Editor/tests/outline/listOfTables10-expected.html
diff --git a/Editor/tests/outline/listOfTables10-input.html b/experiments/Editor/tests/outline/listOfTables10-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables10-input.html
rename to experiments/Editor/tests/outline/listOfTables10-input.html
diff --git a/Editor/tests/outline/listOfTables11-expected.html b/experiments/Editor/tests/outline/listOfTables11-expected.html
similarity index 100%
rename from Editor/tests/outline/listOfTables11-expected.html
rename to experiments/Editor/tests/outline/listOfTables11-expected.html
diff --git a/Editor/tests/outline/listOfTables11-input.html b/experiments/Editor/tests/outline/listOfTables11-input.html
similarity index 100%
rename from Editor/tests/outline/listOfTables11-input.html
rename to experiments/Editor/tests/outline/listOfTables11-input.html
diff --git a/Editor/tests/outline/moveSection-inner01-expected.html b/experiments/Editor/tests/outline/moveSection-inner01-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner01-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner01-expected.html
diff --git a/Editor/tests/outline/moveSection-inner01-input.html b/experiments/Editor/tests/outline/moveSection-inner01-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner01-input.html
rename to experiments/Editor/tests/outline/moveSection-inner01-input.html
diff --git a/Editor/tests/outline/moveSection-inner02-expected.html b/experiments/Editor/tests/outline/moveSection-inner02-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner02-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner02-expected.html
diff --git a/Editor/tests/outline/moveSection-inner02-input.html b/experiments/Editor/tests/outline/moveSection-inner02-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner02-input.html
rename to experiments/Editor/tests/outline/moveSection-inner02-input.html
diff --git a/Editor/tests/outline/moveSection-inner03-expected.html b/experiments/Editor/tests/outline/moveSection-inner03-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner03-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner03-expected.html
diff --git a/Editor/tests/outline/moveSection-inner03-input.html b/experiments/Editor/tests/outline/moveSection-inner03-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner03-input.html
rename to experiments/Editor/tests/outline/moveSection-inner03-input.html
diff --git a/Editor/tests/outline/moveSection-inner04-expected.html b/experiments/Editor/tests/outline/moveSection-inner04-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner04-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner04-expected.html
diff --git a/Editor/tests/outline/moveSection-inner04-input.html b/experiments/Editor/tests/outline/moveSection-inner04-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner04-input.html
rename to experiments/Editor/tests/outline/moveSection-inner04-input.html
diff --git a/Editor/tests/outline/moveSection-inner05-expected.html b/experiments/Editor/tests/outline/moveSection-inner05-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner05-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner05-expected.html
diff --git a/Editor/tests/outline/moveSection-inner05-input.html b/experiments/Editor/tests/outline/moveSection-inner05-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner05-input.html
rename to experiments/Editor/tests/outline/moveSection-inner05-input.html
diff --git a/Editor/tests/outline/moveSection-inner06-expected.html b/experiments/Editor/tests/outline/moveSection-inner06-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner06-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner06-expected.html
diff --git a/Editor/tests/outline/moveSection-inner06-input.html b/experiments/Editor/tests/outline/moveSection-inner06-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner06-input.html
rename to experiments/Editor/tests/outline/moveSection-inner06-input.html
diff --git a/Editor/tests/outline/moveSection-inner07-expected.html b/experiments/Editor/tests/outline/moveSection-inner07-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner07-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner07-expected.html
diff --git a/Editor/tests/outline/moveSection-inner07-input.html b/experiments/Editor/tests/outline/moveSection-inner07-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner07-input.html
rename to experiments/Editor/tests/outline/moveSection-inner07-input.html
diff --git a/Editor/tests/outline/moveSection-inner08-expected.html b/experiments/Editor/tests/outline/moveSection-inner08-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner08-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner08-expected.html
diff --git a/Editor/tests/outline/moveSection-inner08-input.html b/experiments/Editor/tests/outline/moveSection-inner08-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner08-input.html
rename to experiments/Editor/tests/outline/moveSection-inner08-input.html
diff --git a/Editor/tests/outline/moveSection-inner09-expected.html b/experiments/Editor/tests/outline/moveSection-inner09-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner09-expected.html
rename to experiments/Editor/tests/outline/moveSection-inner09-expected.html
diff --git a/Editor/tests/outline/moveSection-inner09-input.html b/experiments/Editor/tests/outline/moveSection-inner09-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-inner09-input.html
rename to experiments/Editor/tests/outline/moveSection-inner09-input.html
diff --git a/Editor/tests/outline/moveSection-nested01-expected.html b/experiments/Editor/tests/outline/moveSection-nested01-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested01-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested01-expected.html
diff --git a/Editor/tests/outline/moveSection-nested01-input.html b/experiments/Editor/tests/outline/moveSection-nested01-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested01-input.html
rename to experiments/Editor/tests/outline/moveSection-nested01-input.html
diff --git a/Editor/tests/outline/moveSection-nested02-expected.html b/experiments/Editor/tests/outline/moveSection-nested02-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested02-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested02-expected.html
diff --git a/Editor/tests/outline/moveSection-nested02-input.html b/experiments/Editor/tests/outline/moveSection-nested02-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested02-input.html
rename to experiments/Editor/tests/outline/moveSection-nested02-input.html
diff --git a/Editor/tests/outline/moveSection-nested03-expected.html b/experiments/Editor/tests/outline/moveSection-nested03-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested03-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested03-expected.html
diff --git a/Editor/tests/outline/moveSection-nested03-input.html b/experiments/Editor/tests/outline/moveSection-nested03-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested03-input.html
rename to experiments/Editor/tests/outline/moveSection-nested03-input.html
diff --git a/Editor/tests/outline/moveSection-nested04-expected.html b/experiments/Editor/tests/outline/moveSection-nested04-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested04-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested04-expected.html
diff --git a/Editor/tests/outline/moveSection-nested04-input.html b/experiments/Editor/tests/outline/moveSection-nested04-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested04-input.html
rename to experiments/Editor/tests/outline/moveSection-nested04-input.html
diff --git a/Editor/tests/outline/moveSection-nested05-expected.html b/experiments/Editor/tests/outline/moveSection-nested05-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested05-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested05-expected.html
diff --git a/Editor/tests/outline/moveSection-nested05-input.html b/experiments/Editor/tests/outline/moveSection-nested05-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested05-input.html
rename to experiments/Editor/tests/outline/moveSection-nested05-input.html
diff --git a/Editor/tests/outline/moveSection-nested06-expected.html b/experiments/Editor/tests/outline/moveSection-nested06-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested06-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested06-expected.html
diff --git a/Editor/tests/outline/moveSection-nested06-input.html b/experiments/Editor/tests/outline/moveSection-nested06-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested06-input.html
rename to experiments/Editor/tests/outline/moveSection-nested06-input.html
diff --git a/Editor/tests/outline/moveSection-nested07-expected.html b/experiments/Editor/tests/outline/moveSection-nested07-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested07-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested07-expected.html
diff --git a/Editor/tests/outline/moveSection-nested07-input.html b/experiments/Editor/tests/outline/moveSection-nested07-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested07-input.html
rename to experiments/Editor/tests/outline/moveSection-nested07-input.html
diff --git a/Editor/tests/outline/moveSection-nested08-expected.html b/experiments/Editor/tests/outline/moveSection-nested08-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested08-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested08-expected.html
diff --git a/Editor/tests/outline/moveSection-nested08-input.html b/experiments/Editor/tests/outline/moveSection-nested08-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested08-input.html
rename to experiments/Editor/tests/outline/moveSection-nested08-input.html
diff --git a/Editor/tests/outline/moveSection-nested09-expected.html b/experiments/Editor/tests/outline/moveSection-nested09-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested09-expected.html
rename to experiments/Editor/tests/outline/moveSection-nested09-expected.html
diff --git a/Editor/tests/outline/moveSection-nested09-input.html b/experiments/Editor/tests/outline/moveSection-nested09-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-nested09-input.html
rename to experiments/Editor/tests/outline/moveSection-nested09-input.html
diff --git a/Editor/tests/outline/moveSection-newparent01-expected.html b/experiments/Editor/tests/outline/moveSection-newparent01-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent01-expected.html
rename to experiments/Editor/tests/outline/moveSection-newparent01-expected.html
diff --git a/Editor/tests/outline/moveSection-newparent01-input.html b/experiments/Editor/tests/outline/moveSection-newparent01-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent01-input.html
rename to experiments/Editor/tests/outline/moveSection-newparent01-input.html
diff --git a/Editor/tests/outline/moveSection-newparent02-expected.html b/experiments/Editor/tests/outline/moveSection-newparent02-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent02-expected.html
rename to experiments/Editor/tests/outline/moveSection-newparent02-expected.html
diff --git a/Editor/tests/outline/moveSection-newparent02-input.html b/experiments/Editor/tests/outline/moveSection-newparent02-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent02-input.html
rename to experiments/Editor/tests/outline/moveSection-newparent02-input.html
diff --git a/Editor/tests/outline/moveSection-newparent03-expected.html b/experiments/Editor/tests/outline/moveSection-newparent03-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent03-expected.html
rename to experiments/Editor/tests/outline/moveSection-newparent03-expected.html
diff --git a/Editor/tests/outline/moveSection-newparent03-input.html b/experiments/Editor/tests/outline/moveSection-newparent03-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent03-input.html
rename to experiments/Editor/tests/outline/moveSection-newparent03-input.html
diff --git a/Editor/tests/outline/moveSection-newparent04-expected.html b/experiments/Editor/tests/outline/moveSection-newparent04-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent04-expected.html
rename to experiments/Editor/tests/outline/moveSection-newparent04-expected.html
diff --git a/Editor/tests/outline/moveSection-newparent04-input.html b/experiments/Editor/tests/outline/moveSection-newparent04-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent04-input.html
rename to experiments/Editor/tests/outline/moveSection-newparent04-input.html
diff --git a/Editor/tests/outline/moveSection-newparent05-expected.html b/experiments/Editor/tests/outline/moveSection-newparent05-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent05-expected.html
rename to experiments/Editor/tests/outline/moveSection-newparent05-expected.html
diff --git a/Editor/tests/outline/moveSection-newparent05-input.html b/experiments/Editor/tests/outline/moveSection-newparent05-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection-newparent05-input.html
rename to experiments/Editor/tests/outline/moveSection-newparent05-input.html
diff --git a/Editor/tests/outline/moveSection01-expected.html b/experiments/Editor/tests/outline/moveSection01-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection01-expected.html
rename to experiments/Editor/tests/outline/moveSection01-expected.html
diff --git a/Editor/tests/outline/moveSection01-input.html b/experiments/Editor/tests/outline/moveSection01-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection01-input.html
rename to experiments/Editor/tests/outline/moveSection01-input.html
diff --git a/Editor/tests/outline/moveSection02-expected.html b/experiments/Editor/tests/outline/moveSection02-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection02-expected.html
rename to experiments/Editor/tests/outline/moveSection02-expected.html
diff --git a/Editor/tests/outline/moveSection02-input.html b/experiments/Editor/tests/outline/moveSection02-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection02-input.html
rename to experiments/Editor/tests/outline/moveSection02-input.html
diff --git a/Editor/tests/outline/moveSection03-expected.html b/experiments/Editor/tests/outline/moveSection03-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection03-expected.html
rename to experiments/Editor/tests/outline/moveSection03-expected.html
diff --git a/Editor/tests/outline/moveSection03-input.html b/experiments/Editor/tests/outline/moveSection03-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection03-input.html
rename to experiments/Editor/tests/outline/moveSection03-input.html
diff --git a/Editor/tests/outline/moveSection04-expected.html b/experiments/Editor/tests/outline/moveSection04-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection04-expected.html
rename to experiments/Editor/tests/outline/moveSection04-expected.html
diff --git a/Editor/tests/outline/moveSection04-input.html b/experiments/Editor/tests/outline/moveSection04-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection04-input.html
rename to experiments/Editor/tests/outline/moveSection04-input.html
diff --git a/Editor/tests/outline/moveSection05-expected.html b/experiments/Editor/tests/outline/moveSection05-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection05-expected.html
rename to experiments/Editor/tests/outline/moveSection05-expected.html
diff --git a/Editor/tests/outline/moveSection05-input.html b/experiments/Editor/tests/outline/moveSection05-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection05-input.html
rename to experiments/Editor/tests/outline/moveSection05-input.html
diff --git a/Editor/tests/outline/moveSection06-expected.html b/experiments/Editor/tests/outline/moveSection06-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection06-expected.html
rename to experiments/Editor/tests/outline/moveSection06-expected.html
diff --git a/Editor/tests/outline/moveSection06-input.html b/experiments/Editor/tests/outline/moveSection06-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection06-input.html
rename to experiments/Editor/tests/outline/moveSection06-input.html
diff --git a/Editor/tests/outline/moveSection07-expected.html b/experiments/Editor/tests/outline/moveSection07-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection07-expected.html
rename to experiments/Editor/tests/outline/moveSection07-expected.html
diff --git a/Editor/tests/outline/moveSection07-input.html b/experiments/Editor/tests/outline/moveSection07-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection07-input.html
rename to experiments/Editor/tests/outline/moveSection07-input.html
diff --git a/Editor/tests/outline/moveSection08-expected.html b/experiments/Editor/tests/outline/moveSection08-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection08-expected.html
rename to experiments/Editor/tests/outline/moveSection08-expected.html
diff --git a/Editor/tests/outline/moveSection08-input.html b/experiments/Editor/tests/outline/moveSection08-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection08-input.html
rename to experiments/Editor/tests/outline/moveSection08-input.html
diff --git a/Editor/tests/outline/moveSection09-expected.html b/experiments/Editor/tests/outline/moveSection09-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection09-expected.html
rename to experiments/Editor/tests/outline/moveSection09-expected.html
diff --git a/Editor/tests/outline/moveSection09-input.html b/experiments/Editor/tests/outline/moveSection09-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection09-input.html
rename to experiments/Editor/tests/outline/moveSection09-input.html
diff --git a/Editor/tests/outline/moveSection10-expected.html b/experiments/Editor/tests/outline/moveSection10-expected.html
similarity index 100%
rename from Editor/tests/outline/moveSection10-expected.html
rename to experiments/Editor/tests/outline/moveSection10-expected.html
diff --git a/Editor/tests/outline/moveSection10-input.html b/experiments/Editor/tests/outline/moveSection10-input.html
similarity index 100%
rename from Editor/tests/outline/moveSection10-input.html
rename to experiments/Editor/tests/outline/moveSection10-input.html
diff --git a/Editor/tests/outline/refTitle-figure01-expected.html b/experiments/Editor/tests/outline/refTitle-figure01-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure01-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure01-expected.html
diff --git a/Editor/tests/outline/refTitle-figure01-input.html b/experiments/Editor/tests/outline/refTitle-figure01-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure01-input.html
rename to experiments/Editor/tests/outline/refTitle-figure01-input.html
diff --git a/Editor/tests/outline/refTitle-figure02-expected.html b/experiments/Editor/tests/outline/refTitle-figure02-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure02-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure02-expected.html
diff --git a/Editor/tests/outline/refTitle-figure02-input.html b/experiments/Editor/tests/outline/refTitle-figure02-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure02-input.html
rename to experiments/Editor/tests/outline/refTitle-figure02-input.html
diff --git a/Editor/tests/outline/refTitle-figure03-expected.html b/experiments/Editor/tests/outline/refTitle-figure03-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure03-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure03-expected.html
diff --git a/Editor/tests/outline/refTitle-figure03-input.html b/experiments/Editor/tests/outline/refTitle-figure03-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure03-input.html
rename to experiments/Editor/tests/outline/refTitle-figure03-input.html
diff --git a/Editor/tests/outline/refTitle-figure04-expected.html b/experiments/Editor/tests/outline/refTitle-figure04-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure04-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure04-expected.html
diff --git a/Editor/tests/outline/refTitle-figure04-input.html b/experiments/Editor/tests/outline/refTitle-figure04-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure04-input.html
rename to experiments/Editor/tests/outline/refTitle-figure04-input.html
diff --git a/Editor/tests/outline/refTitle-figure05-expected.html b/experiments/Editor/tests/outline/refTitle-figure05-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure05-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure05-expected.html
diff --git a/Editor/tests/outline/refTitle-figure05-input.html b/experiments/Editor/tests/outline/refTitle-figure05-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure05-input.html
rename to experiments/Editor/tests/outline/refTitle-figure05-input.html
diff --git a/Editor/tests/outline/refTitle-figure06-expected.html b/experiments/Editor/tests/outline/refTitle-figure06-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure06-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure06-expected.html
diff --git a/Editor/tests/outline/refTitle-figure06-input.html b/experiments/Editor/tests/outline/refTitle-figure06-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure06-input.html
rename to experiments/Editor/tests/outline/refTitle-figure06-input.html
diff --git a/Editor/tests/outline/refTitle-figure07-expected.html b/experiments/Editor/tests/outline/refTitle-figure07-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure07-expected.html
rename to experiments/Editor/tests/outline/refTitle-figure07-expected.html
diff --git a/Editor/tests/outline/refTitle-figure07-input.html b/experiments/Editor/tests/outline/refTitle-figure07-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-figure07-input.html
rename to experiments/Editor/tests/outline/refTitle-figure07-input.html
diff --git a/Editor/tests/outline/refTitle-section01-expected.html b/experiments/Editor/tests/outline/refTitle-section01-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section01-expected.html
rename to experiments/Editor/tests/outline/refTitle-section01-expected.html
diff --git a/Editor/tests/outline/refTitle-section01-input.html b/experiments/Editor/tests/outline/refTitle-section01-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section01-input.html
rename to experiments/Editor/tests/outline/refTitle-section01-input.html
diff --git a/Editor/tests/outline/refTitle-section02-expected.html b/experiments/Editor/tests/outline/refTitle-section02-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section02-expected.html
rename to experiments/Editor/tests/outline/refTitle-section02-expected.html
diff --git a/Editor/tests/outline/refTitle-section02-input.html b/experiments/Editor/tests/outline/refTitle-section02-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section02-input.html
rename to experiments/Editor/tests/outline/refTitle-section02-input.html
diff --git a/Editor/tests/outline/refTitle-section03-expected.html b/experiments/Editor/tests/outline/refTitle-section03-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section03-expected.html
rename to experiments/Editor/tests/outline/refTitle-section03-expected.html
diff --git a/Editor/tests/outline/refTitle-section03-input.html b/experiments/Editor/tests/outline/refTitle-section03-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section03-input.html
rename to experiments/Editor/tests/outline/refTitle-section03-input.html
diff --git a/Editor/tests/outline/refTitle-section04-expected.html b/experiments/Editor/tests/outline/refTitle-section04-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section04-expected.html
rename to experiments/Editor/tests/outline/refTitle-section04-expected.html
diff --git a/Editor/tests/outline/refTitle-section04-input.html b/experiments/Editor/tests/outline/refTitle-section04-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section04-input.html
rename to experiments/Editor/tests/outline/refTitle-section04-input.html
diff --git a/Editor/tests/outline/refTitle-section05-expected.html b/experiments/Editor/tests/outline/refTitle-section05-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section05-expected.html
rename to experiments/Editor/tests/outline/refTitle-section05-expected.html
diff --git a/Editor/tests/outline/refTitle-section05-input.html b/experiments/Editor/tests/outline/refTitle-section05-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section05-input.html
rename to experiments/Editor/tests/outline/refTitle-section05-input.html
diff --git a/Editor/tests/outline/refTitle-section06-expected.html b/experiments/Editor/tests/outline/refTitle-section06-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section06-expected.html
rename to experiments/Editor/tests/outline/refTitle-section06-expected.html
diff --git a/Editor/tests/outline/refTitle-section06-input.html b/experiments/Editor/tests/outline/refTitle-section06-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section06-input.html
rename to experiments/Editor/tests/outline/refTitle-section06-input.html
diff --git a/Editor/tests/outline/refTitle-section07-expected.html b/experiments/Editor/tests/outline/refTitle-section07-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section07-expected.html
rename to experiments/Editor/tests/outline/refTitle-section07-expected.html
diff --git a/Editor/tests/outline/refTitle-section07-input.html b/experiments/Editor/tests/outline/refTitle-section07-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-section07-input.html
rename to experiments/Editor/tests/outline/refTitle-section07-input.html
diff --git a/Editor/tests/outline/refTitle-table01-expected.html b/experiments/Editor/tests/outline/refTitle-table01-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table01-expected.html
rename to experiments/Editor/tests/outline/refTitle-table01-expected.html
diff --git a/Editor/tests/outline/refTitle-table01-input.html b/experiments/Editor/tests/outline/refTitle-table01-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table01-input.html
rename to experiments/Editor/tests/outline/refTitle-table01-input.html
diff --git a/Editor/tests/outline/refTitle-table02-expected.html b/experiments/Editor/tests/outline/refTitle-table02-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table02-expected.html
rename to experiments/Editor/tests/outline/refTitle-table02-expected.html
diff --git a/Editor/tests/outline/refTitle-table02-input.html b/experiments/Editor/tests/outline/refTitle-table02-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table02-input.html
rename to experiments/Editor/tests/outline/refTitle-table02-input.html
diff --git a/Editor/tests/outline/refTitle-table03-expected.html b/experiments/Editor/tests/outline/refTitle-table03-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table03-expected.html
rename to experiments/Editor/tests/outline/refTitle-table03-expected.html
diff --git a/Editor/tests/outline/refTitle-table03-input.html b/experiments/Editor/tests/outline/refTitle-table03-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table03-input.html
rename to experiments/Editor/tests/outline/refTitle-table03-input.html
diff --git a/Editor/tests/outline/refTitle-table04-expected.html b/experiments/Editor/tests/outline/refTitle-table04-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table04-expected.html
rename to experiments/Editor/tests/outline/refTitle-table04-expected.html
diff --git a/Editor/tests/outline/refTitle-table04-input.html b/experiments/Editor/tests/outline/refTitle-table04-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table04-input.html
rename to experiments/Editor/tests/outline/refTitle-table04-input.html
diff --git a/Editor/tests/outline/refTitle-table05-expected.html b/experiments/Editor/tests/outline/refTitle-table05-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table05-expected.html
rename to experiments/Editor/tests/outline/refTitle-table05-expected.html
diff --git a/Editor/tests/outline/refTitle-table05-input.html b/experiments/Editor/tests/outline/refTitle-table05-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table05-input.html
rename to experiments/Editor/tests/outline/refTitle-table05-input.html
diff --git a/Editor/tests/outline/refTitle-table06-expected.html b/experiments/Editor/tests/outline/refTitle-table06-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table06-expected.html
rename to experiments/Editor/tests/outline/refTitle-table06-expected.html
diff --git a/Editor/tests/outline/refTitle-table06-input.html b/experiments/Editor/tests/outline/refTitle-table06-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table06-input.html
rename to experiments/Editor/tests/outline/refTitle-table06-input.html
diff --git a/Editor/tests/outline/refTitle-table07-expected.html b/experiments/Editor/tests/outline/refTitle-table07-expected.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table07-expected.html
rename to experiments/Editor/tests/outline/refTitle-table07-expected.html
diff --git a/Editor/tests/outline/refTitle-table07-input.html b/experiments/Editor/tests/outline/refTitle-table07-input.html
similarity index 100%
rename from Editor/tests/outline/refTitle-table07-input.html
rename to experiments/Editor/tests/outline/refTitle-table07-input.html
diff --git a/Editor/tests/outline/refType-figure-numbered-expected.html b/experiments/Editor/tests/outline/refType-figure-numbered-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-figure-numbered-expected.html
rename to experiments/Editor/tests/outline/refType-figure-numbered-expected.html
diff --git a/Editor/tests/outline/refType-figure-numbered-input.html b/experiments/Editor/tests/outline/refType-figure-numbered-input.html
similarity index 100%
rename from Editor/tests/outline/refType-figure-numbered-input.html
rename to experiments/Editor/tests/outline/refType-figure-numbered-input.html
diff --git a/Editor/tests/outline/refType-figure-unnumbered-expected.html b/experiments/Editor/tests/outline/refType-figure-unnumbered-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-figure-unnumbered-expected.html
rename to experiments/Editor/tests/outline/refType-figure-unnumbered-expected.html
diff --git a/Editor/tests/outline/refType-figure-unnumbered-input.html b/experiments/Editor/tests/outline/refType-figure-unnumbered-input.html
similarity index 100%
rename from Editor/tests/outline/refType-figure-unnumbered-input.html
rename to experiments/Editor/tests/outline/refType-figure-unnumbered-input.html
diff --git a/Editor/tests/outline/refType-section-numbered-expected.html b/experiments/Editor/tests/outline/refType-section-numbered-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-section-numbered-expected.html
rename to experiments/Editor/tests/outline/refType-section-numbered-expected.html
diff --git a/Editor/tests/outline/refType-section-numbered-input.html b/experiments/Editor/tests/outline/refType-section-numbered-input.html
similarity index 100%
rename from Editor/tests/outline/refType-section-numbered-input.html
rename to experiments/Editor/tests/outline/refType-section-numbered-input.html
diff --git a/Editor/tests/outline/refType-section-unnumbered-expected.html b/experiments/Editor/tests/outline/refType-section-unnumbered-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-section-unnumbered-expected.html
rename to experiments/Editor/tests/outline/refType-section-unnumbered-expected.html
diff --git a/Editor/tests/outline/refType-section-unnumbered-input.html b/experiments/Editor/tests/outline/refType-section-unnumbered-input.html
similarity index 100%
rename from Editor/tests/outline/refType-section-unnumbered-input.html
rename to experiments/Editor/tests/outline/refType-section-unnumbered-input.html
diff --git a/Editor/tests/outline/refType-section-unnumbered2-expected.html b/experiments/Editor/tests/outline/refType-section-unnumbered2-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-section-unnumbered2-expected.html
rename to experiments/Editor/tests/outline/refType-section-unnumbered2-expected.html
diff --git a/Editor/tests/outline/refType-section-unnumbered2-input.html b/experiments/Editor/tests/outline/refType-section-unnumbered2-input.html
similarity index 100%
rename from Editor/tests/outline/refType-section-unnumbered2-input.html
rename to experiments/Editor/tests/outline/refType-section-unnumbered2-input.html
diff --git a/Editor/tests/outline/refType-table-numbered-expected.html b/experiments/Editor/tests/outline/refType-table-numbered-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-table-numbered-expected.html
rename to experiments/Editor/tests/outline/refType-table-numbered-expected.html
diff --git a/Editor/tests/outline/refType-table-numbered-input.html b/experiments/Editor/tests/outline/refType-table-numbered-input.html
similarity index 100%
rename from Editor/tests/outline/refType-table-numbered-input.html
rename to experiments/Editor/tests/outline/refType-table-numbered-input.html
diff --git a/Editor/tests/outline/refType-table-unnumbered-expected.html b/experiments/Editor/tests/outline/refType-table-unnumbered-expected.html
similarity index 100%
rename from Editor/tests/outline/refType-table-unnumbered-expected.html
rename to experiments/Editor/tests/outline/refType-table-unnumbered-expected.html
diff --git a/Editor/tests/outline/refType-table-unnumbered-input.html b/experiments/Editor/tests/outline/refType-table-unnumbered-input.html
similarity index 100%
rename from Editor/tests/outline/refType-table-unnumbered-input.html
rename to experiments/Editor/tests/outline/refType-table-unnumbered-input.html
diff --git a/Editor/tests/outline/reference-insert01-expected.html b/experiments/Editor/tests/outline/reference-insert01-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-insert01-expected.html
rename to experiments/Editor/tests/outline/reference-insert01-expected.html
diff --git a/Editor/tests/outline/reference-insert01-input.html b/experiments/Editor/tests/outline/reference-insert01-input.html
similarity index 100%
rename from Editor/tests/outline/reference-insert01-input.html
rename to experiments/Editor/tests/outline/reference-insert01-input.html
diff --git a/Editor/tests/outline/reference-insert02-expected.html b/experiments/Editor/tests/outline/reference-insert02-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-insert02-expected.html
rename to experiments/Editor/tests/outline/reference-insert02-expected.html
diff --git a/Editor/tests/outline/reference-insert02-input.html b/experiments/Editor/tests/outline/reference-insert02-input.html
similarity index 100%
rename from Editor/tests/outline/reference-insert02-input.html
rename to experiments/Editor/tests/outline/reference-insert02-input.html
diff --git a/Editor/tests/outline/reference-insert03-expected.html b/experiments/Editor/tests/outline/reference-insert03-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-insert03-expected.html
rename to experiments/Editor/tests/outline/reference-insert03-expected.html
diff --git a/Editor/tests/outline/reference-insert03-input.html b/experiments/Editor/tests/outline/reference-insert03-input.html
similarity index 100%
rename from Editor/tests/outline/reference-insert03-input.html
rename to experiments/Editor/tests/outline/reference-insert03-input.html
diff --git a/Editor/tests/outline/reference-static01-expected.html b/experiments/Editor/tests/outline/reference-static01-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-static01-expected.html
rename to experiments/Editor/tests/outline/reference-static01-expected.html
diff --git a/Editor/tests/outline/reference-static01-input.html b/experiments/Editor/tests/outline/reference-static01-input.html
similarity index 100%
rename from Editor/tests/outline/reference-static01-input.html
rename to experiments/Editor/tests/outline/reference-static01-input.html
diff --git a/Editor/tests/outline/reference-static02-expected.html b/experiments/Editor/tests/outline/reference-static02-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-static02-expected.html
rename to experiments/Editor/tests/outline/reference-static02-expected.html
diff --git a/Editor/tests/outline/reference-static02-input.html b/experiments/Editor/tests/outline/reference-static02-input.html
similarity index 100%
rename from Editor/tests/outline/reference-static02-input.html
rename to experiments/Editor/tests/outline/reference-static02-input.html
diff --git a/Editor/tests/outline/reference-static03-expected.html b/experiments/Editor/tests/outline/reference-static03-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-static03-expected.html
rename to experiments/Editor/tests/outline/reference-static03-expected.html
diff --git a/Editor/tests/outline/reference-static03-input.html b/experiments/Editor/tests/outline/reference-static03-input.html
similarity index 100%
rename from Editor/tests/outline/reference-static03-input.html
rename to experiments/Editor/tests/outline/reference-static03-input.html
diff --git a/Editor/tests/outline/reference-update01-expected.html b/experiments/Editor/tests/outline/reference-update01-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-update01-expected.html
rename to experiments/Editor/tests/outline/reference-update01-expected.html
diff --git a/Editor/tests/outline/reference-update01-input.html b/experiments/Editor/tests/outline/reference-update01-input.html
similarity index 100%
rename from Editor/tests/outline/reference-update01-input.html
rename to experiments/Editor/tests/outline/reference-update01-input.html
diff --git a/Editor/tests/outline/reference-update02-expected.html b/experiments/Editor/tests/outline/reference-update02-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-update02-expected.html
rename to experiments/Editor/tests/outline/reference-update02-expected.html
diff --git a/Editor/tests/outline/reference-update02-input.html b/experiments/Editor/tests/outline/reference-update02-input.html
similarity index 100%
rename from Editor/tests/outline/reference-update02-input.html
rename to experiments/Editor/tests/outline/reference-update02-input.html
diff --git a/Editor/tests/outline/reference-update03-expected.html b/experiments/Editor/tests/outline/reference-update03-expected.html
similarity index 100%
rename from Editor/tests/outline/reference-update03-expected.html
rename to experiments/Editor/tests/outline/reference-update03-expected.html
diff --git a/Editor/tests/outline/reference-update03-input.html b/experiments/Editor/tests/outline/reference-update03-input.html
similarity index 100%
rename from Editor/tests/outline/reference-update03-input.html
rename to experiments/Editor/tests/outline/reference-update03-input.html
diff --git a/Editor/tests/outline/reference01-expected.html b/experiments/Editor/tests/outline/reference01-expected.html
similarity index 100%
rename from Editor/tests/outline/reference01-expected.html
rename to experiments/Editor/tests/outline/reference01-expected.html
diff --git a/Editor/tests/outline/reference01-input.html b/experiments/Editor/tests/outline/reference01-input.html
similarity index 100%
rename from Editor/tests/outline/reference01-input.html
rename to experiments/Editor/tests/outline/reference01-input.html
diff --git a/Editor/tests/outline/refsById01-expected.html b/experiments/Editor/tests/outline/refsById01-expected.html
similarity index 100%
rename from Editor/tests/outline/refsById01-expected.html
rename to experiments/Editor/tests/outline/refsById01-expected.html
diff --git a/Editor/tests/outline/refsById01-input.html b/experiments/Editor/tests/outline/refsById01-input.html
similarity index 100%
rename from Editor/tests/outline/refsById01-input.html
rename to experiments/Editor/tests/outline/refsById01-input.html
diff --git a/Editor/tests/outline/setNumbered-figure01-expected.html b/experiments/Editor/tests/outline/setNumbered-figure01-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure01-expected.html
rename to experiments/Editor/tests/outline/setNumbered-figure01-expected.html
diff --git a/Editor/tests/outline/setNumbered-figure01-input.html b/experiments/Editor/tests/outline/setNumbered-figure01-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure01-input.html
rename to experiments/Editor/tests/outline/setNumbered-figure01-input.html
diff --git a/Editor/tests/outline/setNumbered-figure02-expected.html b/experiments/Editor/tests/outline/setNumbered-figure02-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure02-expected.html
rename to experiments/Editor/tests/outline/setNumbered-figure02-expected.html
diff --git a/Editor/tests/outline/setNumbered-figure02-input.html b/experiments/Editor/tests/outline/setNumbered-figure02-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure02-input.html
rename to experiments/Editor/tests/outline/setNumbered-figure02-input.html
diff --git a/Editor/tests/outline/setNumbered-figure03-expected.html b/experiments/Editor/tests/outline/setNumbered-figure03-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure03-expected.html
rename to experiments/Editor/tests/outline/setNumbered-figure03-expected.html
diff --git a/Editor/tests/outline/setNumbered-figure03-input.html b/experiments/Editor/tests/outline/setNumbered-figure03-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure03-input.html
rename to experiments/Editor/tests/outline/setNumbered-figure03-input.html
diff --git a/Editor/tests/outline/setNumbered-figure04-expected.html b/experiments/Editor/tests/outline/setNumbered-figure04-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure04-expected.html
rename to experiments/Editor/tests/outline/setNumbered-figure04-expected.html
diff --git a/Editor/tests/outline/setNumbered-figure04-input.html b/experiments/Editor/tests/outline/setNumbered-figure04-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-figure04-input.html
rename to experiments/Editor/tests/outline/setNumbered-figure04-input.html
diff --git a/Editor/tests/outline/setNumbered-table01-expected.html b/experiments/Editor/tests/outline/setNumbered-table01-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table01-expected.html
rename to experiments/Editor/tests/outline/setNumbered-table01-expected.html
diff --git a/Editor/tests/outline/setNumbered-table01-input.html b/experiments/Editor/tests/outline/setNumbered-table01-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table01-input.html
rename to experiments/Editor/tests/outline/setNumbered-table01-input.html
diff --git a/Editor/tests/outline/setNumbered-table02-expected.html b/experiments/Editor/tests/outline/setNumbered-table02-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table02-expected.html
rename to experiments/Editor/tests/outline/setNumbered-table02-expected.html
diff --git a/Editor/tests/outline/setNumbered-table02-input.html b/experiments/Editor/tests/outline/setNumbered-table02-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table02-input.html
rename to experiments/Editor/tests/outline/setNumbered-table02-input.html
diff --git a/Editor/tests/outline/setNumbered-table03-expected.html b/experiments/Editor/tests/outline/setNumbered-table03-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table03-expected.html
rename to experiments/Editor/tests/outline/setNumbered-table03-expected.html
diff --git a/Editor/tests/outline/setNumbered-table03-input.html b/experiments/Editor/tests/outline/setNumbered-table03-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table03-input.html
rename to experiments/Editor/tests/outline/setNumbered-table03-input.html
diff --git a/Editor/tests/outline/setNumbered-table04-expected.html b/experiments/Editor/tests/outline/setNumbered-table04-expected.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table04-expected.html
rename to experiments/Editor/tests/outline/setNumbered-table04-expected.html
diff --git a/Editor/tests/outline/setNumbered-table04-input.html b/experiments/Editor/tests/outline/setNumbered-table04-input.html
similarity index 100%
rename from Editor/tests/outline/setNumbered-table04-input.html
rename to experiments/Editor/tests/outline/setNumbered-table04-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert01-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert01-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert01-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert01-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert01-input.html b/experiments/Editor/tests/outline/tableOfContents-insert01-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert01-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert01-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert02-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert02-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert02-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert02-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert02-input.html b/experiments/Editor/tests/outline/tableOfContents-insert02-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert02-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert02-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert03-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert03-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert03-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert03-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert03-input.html b/experiments/Editor/tests/outline/tableOfContents-insert03-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert03-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert03-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert04-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert04-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert04-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert04-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert04-input.html b/experiments/Editor/tests/outline/tableOfContents-insert04-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert04-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert04-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert05-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert05-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert05-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert05-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert05-input.html b/experiments/Editor/tests/outline/tableOfContents-insert05-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert05-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert05-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert06-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert06-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert06-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert06-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert06-input.html b/experiments/Editor/tests/outline/tableOfContents-insert06-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert06-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert06-input.html
diff --git a/Editor/tests/outline/tableOfContents-insert07-expected.html b/experiments/Editor/tests/outline/tableOfContents-insert07-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert07-expected.html
rename to experiments/Editor/tests/outline/tableOfContents-insert07-expected.html
diff --git a/Editor/tests/outline/tableOfContents-insert07-input.html b/experiments/Editor/tests/outline/tableOfContents-insert07-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents-insert07-input.html
rename to experiments/Editor/tests/outline/tableOfContents-insert07-input.html
diff --git a/Editor/tests/outline/tableOfContents01-expected.html b/experiments/Editor/tests/outline/tableOfContents01-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents01-expected.html
rename to experiments/Editor/tests/outline/tableOfContents01-expected.html
diff --git a/Editor/tests/outline/tableOfContents01-input.html b/experiments/Editor/tests/outline/tableOfContents01-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents01-input.html
rename to experiments/Editor/tests/outline/tableOfContents01-input.html
diff --git a/Editor/tests/outline/tableOfContents02-expected.html b/experiments/Editor/tests/outline/tableOfContents02-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents02-expected.html
rename to experiments/Editor/tests/outline/tableOfContents02-expected.html
diff --git a/Editor/tests/outline/tableOfContents02-input.html b/experiments/Editor/tests/outline/tableOfContents02-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents02-input.html
rename to experiments/Editor/tests/outline/tableOfContents02-input.html
diff --git a/Editor/tests/outline/tableOfContents03-expected.html b/experiments/Editor/tests/outline/tableOfContents03-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents03-expected.html
rename to experiments/Editor/tests/outline/tableOfContents03-expected.html
diff --git a/Editor/tests/outline/tableOfContents03-input.html b/experiments/Editor/tests/outline/tableOfContents03-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents03-input.html
rename to experiments/Editor/tests/outline/tableOfContents03-input.html
diff --git a/Editor/tests/outline/tableOfContents04-expected.html b/experiments/Editor/tests/outline/tableOfContents04-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents04-expected.html
rename to experiments/Editor/tests/outline/tableOfContents04-expected.html
diff --git a/Editor/tests/outline/tableOfContents04-input.html b/experiments/Editor/tests/outline/tableOfContents04-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents04-input.html
rename to experiments/Editor/tests/outline/tableOfContents04-input.html
diff --git a/Editor/tests/outline/tableOfContents05-expected.html b/experiments/Editor/tests/outline/tableOfContents05-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents05-expected.html
rename to experiments/Editor/tests/outline/tableOfContents05-expected.html
diff --git a/Editor/tests/outline/tableOfContents05-input.html b/experiments/Editor/tests/outline/tableOfContents05-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents05-input.html
rename to experiments/Editor/tests/outline/tableOfContents05-input.html
diff --git a/Editor/tests/outline/tableOfContents06-expected.html b/experiments/Editor/tests/outline/tableOfContents06-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents06-expected.html
rename to experiments/Editor/tests/outline/tableOfContents06-expected.html
diff --git a/Editor/tests/outline/tableOfContents06-input.html b/experiments/Editor/tests/outline/tableOfContents06-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents06-input.html
rename to experiments/Editor/tests/outline/tableOfContents06-input.html
diff --git a/Editor/tests/outline/tableOfContents07-expected.html b/experiments/Editor/tests/outline/tableOfContents07-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents07-expected.html
rename to experiments/Editor/tests/outline/tableOfContents07-expected.html
diff --git a/Editor/tests/outline/tableOfContents07-input.html b/experiments/Editor/tests/outline/tableOfContents07-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents07-input.html
rename to experiments/Editor/tests/outline/tableOfContents07-input.html
diff --git a/Editor/tests/outline/tableOfContents08-expected.html b/experiments/Editor/tests/outline/tableOfContents08-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents08-expected.html
rename to experiments/Editor/tests/outline/tableOfContents08-expected.html
diff --git a/Editor/tests/outline/tableOfContents08-input.html b/experiments/Editor/tests/outline/tableOfContents08-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents08-input.html
rename to experiments/Editor/tests/outline/tableOfContents08-input.html
diff --git a/Editor/tests/outline/tableOfContents09-expected.html b/experiments/Editor/tests/outline/tableOfContents09-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents09-expected.html
rename to experiments/Editor/tests/outline/tableOfContents09-expected.html
diff --git a/Editor/tests/outline/tableOfContents09-input.html b/experiments/Editor/tests/outline/tableOfContents09-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents09-input.html
rename to experiments/Editor/tests/outline/tableOfContents09-input.html
diff --git a/Editor/tests/outline/tableOfContents10-expected.html b/experiments/Editor/tests/outline/tableOfContents10-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents10-expected.html
rename to experiments/Editor/tests/outline/tableOfContents10-expected.html
diff --git a/Editor/tests/outline/tableOfContents10-input.html b/experiments/Editor/tests/outline/tableOfContents10-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents10-input.html
rename to experiments/Editor/tests/outline/tableOfContents10-input.html
diff --git a/Editor/tests/outline/tableOfContents11-expected.html b/experiments/Editor/tests/outline/tableOfContents11-expected.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents11-expected.html
rename to experiments/Editor/tests/outline/tableOfContents11-expected.html
diff --git a/Editor/tests/outline/tableOfContents11-input.html b/experiments/Editor/tests/outline/tableOfContents11-input.html
similarity index 100%
rename from Editor/tests/outline/tableOfContents11-input.html
rename to experiments/Editor/tests/outline/tableOfContents11-input.html
diff --git a/Editor/tests/outline/tocInHeading01-expected.html b/experiments/Editor/tests/outline/tocInHeading01-expected.html
similarity index 100%
rename from Editor/tests/outline/tocInHeading01-expected.html
rename to experiments/Editor/tests/outline/tocInHeading01-expected.html
diff --git a/Editor/tests/outline/tocInHeading01-input.html b/experiments/Editor/tests/outline/tocInHeading01-input.html
similarity index 100%
rename from Editor/tests/outline/tocInHeading01-input.html
rename to experiments/Editor/tests/outline/tocInHeading01-input.html
diff --git a/Editor/tests/outline/tocInsert01-expected.html b/experiments/Editor/tests/outline/tocInsert01-expected.html
similarity index 100%
rename from Editor/tests/outline/tocInsert01-expected.html
rename to experiments/Editor/tests/outline/tocInsert01-expected.html
diff --git a/Editor/tests/outline/tocInsert01-input.html b/experiments/Editor/tests/outline/tocInsert01-input.html
similarity index 100%
rename from Editor/tests/outline/tocInsert01-input.html
rename to experiments/Editor/tests/outline/tocInsert01-input.html
diff --git a/Editor/tests/outline/tocInsert02-expected.html b/experiments/Editor/tests/outline/tocInsert02-expected.html
similarity index 100%
rename from Editor/tests/outline/tocInsert02-expected.html
rename to experiments/Editor/tests/outline/tocInsert02-expected.html
diff --git a/Editor/tests/outline/tocInsert02-input.html b/experiments/Editor/tests/outline/tocInsert02-input.html
similarity index 100%
rename from Editor/tests/outline/tocInsert02-input.html
rename to experiments/Editor/tests/outline/tocInsert02-input.html
diff --git a/Editor/tests/outline/tocInsert03-expected.html b/experiments/Editor/tests/outline/tocInsert03-expected.html
similarity index 100%
rename from Editor/tests/outline/tocInsert03-expected.html
rename to experiments/Editor/tests/outline/tocInsert03-expected.html
diff --git a/Editor/tests/outline/tocInsert03-input.html b/experiments/Editor/tests/outline/tocInsert03-input.html
similarity index 100%
rename from Editor/tests/outline/tocInsert03-input.html
rename to experiments/Editor/tests/outline/tocInsert03-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr01e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr02a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr02b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr02c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr03a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr03b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr03c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr04a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr04b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-afterbr04c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-body01g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-body01g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-body01g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-body01g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-body01g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-caption01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-caption01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-caption01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-caption01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-caption01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-caption01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-caption01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-caption01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-caption01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-caption01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-caption01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-caption01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-caption01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-caption01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-caption01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-caption01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-caption01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-caption01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-caption01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-caption01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-caption01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-caption01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-caption01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-caption01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote01-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote01-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote01-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote01-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote01-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote01-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote01-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote01-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote02-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote02-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote02-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote02-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote02-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote02-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote02-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote02-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote03-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote03-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote03-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote03-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote03-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote03-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote03-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote03-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote04-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote04-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote04-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote04-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote04-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote04-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote04-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote04-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote05-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote05-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote05-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote05-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote05-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote05-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote05-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote05-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote06-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote06-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote06-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote06-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote06-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote06-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote06-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote06-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote07-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote07-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote07-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote07-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote07-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote07-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote07-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote07-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote08-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote08-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote08-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote08-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote08-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote08-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote08-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote08-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote09-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote09-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote09-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote09-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote09-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote09-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote09-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote09-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote10-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote10-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote10-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote10-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-endnote10-input.html b/experiments/Editor/tests/position/isValidCursorPosition-endnote10-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-endnote10-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-endnote10-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-figure01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-figure01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-figure01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-figure01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-figure01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-figure01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-figure01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-figure01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-figure01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-figure01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-figure01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-figure01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-figure01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-figure01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-figure01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-figure01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-figure01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-figure01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-figure01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-figure01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-figure01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-figure01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-figure01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-figure01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote01-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote01-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote01-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote01-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote01-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote01-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote01-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote01-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote02-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote02-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote02-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote02-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote02-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote02-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote02-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote02-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote03-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote03-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote03-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote03-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote03-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote03-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote03-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote03-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote04-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote04-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote04-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote04-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote04-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote04-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote04-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote04-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote05-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote05-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote05-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote05-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote05-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote05-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote05-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote05-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote06-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote06-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote06-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote06-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote06-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote06-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote06-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote06-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote07-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote07-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote07-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote07-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote07-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote07-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote07-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote07-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote08-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote08-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote08-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote08-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote08-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote08-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote08-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote08-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote09-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote09-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote09-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote09-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote09-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote09-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote09-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote09-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote10-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote10-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote10-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote10-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote10-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote10-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote10-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote10-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote11-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote11-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote11-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote11-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote11-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote11-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote11-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote11-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote12-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote12-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote12-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote12-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote12-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote12-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote12-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote12-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote13-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote13-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote13-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote13-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote13-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote13-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote13-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote13-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote14-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote14-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote14-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote14-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-footnote14-input.html b/experiments/Editor/tests/position/isValidCursorPosition-footnote14-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-footnote14-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-footnote14-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-heading01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-heading01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-heading01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-heading01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-heading01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-heading01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-heading01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-heading01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-heading01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-heading01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-heading01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-heading01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-heading01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-heading01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-heading01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-heading01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-heading01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-heading01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-heading01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-heading01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-heading01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-heading01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-heading01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-heading01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image02a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image02a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image02a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image02a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image02a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image02a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image02a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image02a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image02b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image02b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image02b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image02b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image02b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image02b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image02b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image02b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image02c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image02c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image02c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image02c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image02c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image02c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image02c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image02c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image03a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image03a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image03a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image03a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image03a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image03a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image03a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image03a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image03b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image03b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image03b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image03b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image03b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image03b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image03b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image03b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image03c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image03c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image03c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image03c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image03c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image03c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image03c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image03c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image04a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image04a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image04a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image04a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image04a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image04a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image04a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image04a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image04b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image04b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image04b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image04b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image04b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image04b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image04b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image04b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-image04c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-image04c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image04c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image04c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-image04c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-image04c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-image04c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-image04c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline01g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline01g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline01g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline01g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline02g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline02g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline02g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline02g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline03a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline03a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline03a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline03a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline03a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline03a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline03a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline03a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline03b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline03b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline03b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline03b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline03b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline03b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline03b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline03b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline03c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline03c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline03c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline03c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline03c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline03c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline03c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline03c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline05g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline05g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline05g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline05g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06h-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06h-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06h-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06h-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06h-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06h-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06h-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06h-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06i-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06i-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06i-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06i-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06i-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06i-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06i-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06i-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06j-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06j-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06j-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06j-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06j-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06j-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06j-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06j-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06k-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06k-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06k-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06k-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline06k-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline06k-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline06k-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline06k-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline07g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline07g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline07g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline07g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08h-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08h-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08h-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08h-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08h-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08h-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08h-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08h-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08i-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08i-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08i-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08i-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08i-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08i-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08i-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08i-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08j-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08j-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08j-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08j-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08j-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08j-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08j-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08j-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08k-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08k-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08k-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08k-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-inline08k-input.html b/experiments/Editor/tests/position/isValidCursorPosition-inline08k-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-inline08k-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-inline08k-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-link01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-link01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-link01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-link01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-link01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-link01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-link01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-link01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-link01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-link01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-link01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-link01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-link01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-link01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-link01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-link01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-link01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-link01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-link01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-link01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-link01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-link01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-link01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-link01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list02a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list02a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list02a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list02a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list02a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list02a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list02a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list02a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list02b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list02b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list02b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list02b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list02b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list02b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list02b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list02b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list02c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list02c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list02c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list02c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list02c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list02c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list02c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list02c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list03a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list03a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list03a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list03a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list03a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list03a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list03a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list03a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list03b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list03b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list03b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list03b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list03b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list03b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list03b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list03b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list03c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list03c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list03c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list03c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list03c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list03c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list03c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list03c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list04a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list04a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list04a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list04a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list04a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list04a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list04a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list04a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list04b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list04b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list04b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list04b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list04b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list04b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list04b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list04b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list04c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list04c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list04c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list04c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list04c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list04c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list04c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list04c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list05a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list05a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list05b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list05b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list05c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list05c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list05d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list05d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-list05e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-list05e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-list05e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-list05e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-list05e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph01e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph01e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph01e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph01e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph02d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph02d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph02d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph02d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph03d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph03d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph03d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph03d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph04a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph04a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph04a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph04a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph04a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph04a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph04a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph04a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph04b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph04b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph04b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph04b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph04b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph04b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph04b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph04b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph04c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph04c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph04c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph04c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph04c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph04c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph04c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph04c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph05a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph05a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph05a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph05a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph05a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph05a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph05a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph05a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph05b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph05b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph05b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph05b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph05b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph05b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph05b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph05b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph05c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph05c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph05c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph05c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph05c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph05c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph05c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph05c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph06a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph06a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph06a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph06a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph06a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph06a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph06a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph06a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph06b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph06b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph06b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph06b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph06b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph06b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph06b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph06b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph06c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph06c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph06c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph06c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph06c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph06c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph06c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph06c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph07a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph07a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph07a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph07a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph07a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph07a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph07a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph07a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph07b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph07b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph07b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph07b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph07b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph07b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph07b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph07b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph07c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph07c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph07c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph07c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph07c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph07c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph07c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph07c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08g-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08g-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08g-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08g-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-paragraph08g-input.html b/experiments/Editor/tests/position/isValidCursorPosition-paragraph08g-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-paragraph08g-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-paragraph08g-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table01b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table01b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table01c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table01c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01d-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table01d-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01d-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01d-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01d-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table01d-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01d-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01d-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01e-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table01e-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01e-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01e-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01e-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table01e-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01e-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01e-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01f-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table01f-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01f-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01f-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table01f-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table01f-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table01f-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table01f-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table02a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table02a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table02a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table02a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table02a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table02a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table02a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table02a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table02b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table02b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table02b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table02b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table02b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table02b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table02b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table02b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table02c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table02c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table02c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table02c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table02c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table02c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table02c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table02c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table03a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table03a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table03a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table03a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table03a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table03a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table03a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table03a-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table03b-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table03b-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table03b-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table03b-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table03b-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table03b-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table03b-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table03b-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-table03c-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-table03c-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table03c-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table03c-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-table03c-input.html b/experiments/Editor/tests/position/isValidCursorPosition-table03c-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-table03c-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-table03c-input.html
diff --git a/Editor/tests/position/isValidCursorPosition-toc01a-expected.html b/experiments/Editor/tests/position/isValidCursorPosition-toc01a-expected.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-toc01a-expected.html
rename to experiments/Editor/tests/position/isValidCursorPosition-toc01a-expected.html
diff --git a/Editor/tests/position/isValidCursorPosition-toc01a-input.html b/experiments/Editor/tests/position/isValidCursorPosition-toc01a-input.html
similarity index 100%
rename from Editor/tests/position/isValidCursorPosition-toc01a-input.html
rename to experiments/Editor/tests/position/isValidCursorPosition-toc01a-input.html
diff --git a/Editor/tests/position/validPositions.js b/experiments/Editor/tests/position/validPositions.js
similarity index 100%
rename from Editor/tests/position/validPositions.js
rename to experiments/Editor/tests/position/validPositions.js
diff --git a/Editor/tests/range/cloneContents-list01-expected.html b/experiments/Editor/tests/range/cloneContents-list01-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list01-expected.html
rename to experiments/Editor/tests/range/cloneContents-list01-expected.html
diff --git a/Editor/tests/range/cloneContents-list01-input.html b/experiments/Editor/tests/range/cloneContents-list01-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list01-input.html
rename to experiments/Editor/tests/range/cloneContents-list01-input.html
diff --git a/Editor/tests/range/cloneContents-list02-expected.html b/experiments/Editor/tests/range/cloneContents-list02-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list02-expected.html
rename to experiments/Editor/tests/range/cloneContents-list02-expected.html
diff --git a/Editor/tests/range/cloneContents-list02-input.html b/experiments/Editor/tests/range/cloneContents-list02-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list02-input.html
rename to experiments/Editor/tests/range/cloneContents-list02-input.html
diff --git a/Editor/tests/range/cloneContents-list03-expected.html b/experiments/Editor/tests/range/cloneContents-list03-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list03-expected.html
rename to experiments/Editor/tests/range/cloneContents-list03-expected.html
diff --git a/Editor/tests/range/cloneContents-list03-input.html b/experiments/Editor/tests/range/cloneContents-list03-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list03-input.html
rename to experiments/Editor/tests/range/cloneContents-list03-input.html
diff --git a/Editor/tests/range/cloneContents-list04-expected.html b/experiments/Editor/tests/range/cloneContents-list04-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list04-expected.html
rename to experiments/Editor/tests/range/cloneContents-list04-expected.html
diff --git a/Editor/tests/range/cloneContents-list04-input.html b/experiments/Editor/tests/range/cloneContents-list04-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list04-input.html
rename to experiments/Editor/tests/range/cloneContents-list04-input.html
diff --git a/Editor/tests/range/cloneContents-list05-expected.html b/experiments/Editor/tests/range/cloneContents-list05-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list05-expected.html
rename to experiments/Editor/tests/range/cloneContents-list05-expected.html
diff --git a/Editor/tests/range/cloneContents-list05-input.html b/experiments/Editor/tests/range/cloneContents-list05-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list05-input.html
rename to experiments/Editor/tests/range/cloneContents-list05-input.html
diff --git a/Editor/tests/range/cloneContents-list06-expected.html b/experiments/Editor/tests/range/cloneContents-list06-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list06-expected.html
rename to experiments/Editor/tests/range/cloneContents-list06-expected.html
diff --git a/Editor/tests/range/cloneContents-list06-input.html b/experiments/Editor/tests/range/cloneContents-list06-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list06-input.html
rename to experiments/Editor/tests/range/cloneContents-list06-input.html
diff --git a/Editor/tests/range/cloneContents-list07-expected.html b/experiments/Editor/tests/range/cloneContents-list07-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list07-expected.html
rename to experiments/Editor/tests/range/cloneContents-list07-expected.html
diff --git a/Editor/tests/range/cloneContents-list07-input.html b/experiments/Editor/tests/range/cloneContents-list07-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list07-input.html
rename to experiments/Editor/tests/range/cloneContents-list07-input.html
diff --git a/Editor/tests/range/cloneContents-list08-expected.html b/experiments/Editor/tests/range/cloneContents-list08-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list08-expected.html
rename to experiments/Editor/tests/range/cloneContents-list08-expected.html
diff --git a/Editor/tests/range/cloneContents-list08-input.html b/experiments/Editor/tests/range/cloneContents-list08-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list08-input.html
rename to experiments/Editor/tests/range/cloneContents-list08-input.html
diff --git a/Editor/tests/range/cloneContents-list09-expected.html b/experiments/Editor/tests/range/cloneContents-list09-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list09-expected.html
rename to experiments/Editor/tests/range/cloneContents-list09-expected.html
diff --git a/Editor/tests/range/cloneContents-list09-input.html b/experiments/Editor/tests/range/cloneContents-list09-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list09-input.html
rename to experiments/Editor/tests/range/cloneContents-list09-input.html
diff --git a/Editor/tests/range/cloneContents-list10-expected.html b/experiments/Editor/tests/range/cloneContents-list10-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list10-expected.html
rename to experiments/Editor/tests/range/cloneContents-list10-expected.html
diff --git a/Editor/tests/range/cloneContents-list10-input.html b/experiments/Editor/tests/range/cloneContents-list10-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list10-input.html
rename to experiments/Editor/tests/range/cloneContents-list10-input.html
diff --git a/Editor/tests/range/cloneContents-list11-expected.html b/experiments/Editor/tests/range/cloneContents-list11-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list11-expected.html
rename to experiments/Editor/tests/range/cloneContents-list11-expected.html
diff --git a/Editor/tests/range/cloneContents-list11-input.html b/experiments/Editor/tests/range/cloneContents-list11-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents-list11-input.html
rename to experiments/Editor/tests/range/cloneContents-list11-input.html
diff --git a/Editor/tests/range/cloneContents01-expected.html b/experiments/Editor/tests/range/cloneContents01-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents01-expected.html
rename to experiments/Editor/tests/range/cloneContents01-expected.html
diff --git a/Editor/tests/range/cloneContents01-input.html b/experiments/Editor/tests/range/cloneContents01-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents01-input.html
rename to experiments/Editor/tests/range/cloneContents01-input.html
diff --git a/Editor/tests/range/cloneContents02-expected.html b/experiments/Editor/tests/range/cloneContents02-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents02-expected.html
rename to experiments/Editor/tests/range/cloneContents02-expected.html
diff --git a/Editor/tests/range/cloneContents02-input.html b/experiments/Editor/tests/range/cloneContents02-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents02-input.html
rename to experiments/Editor/tests/range/cloneContents02-input.html
diff --git a/Editor/tests/range/cloneContents03-expected.html b/experiments/Editor/tests/range/cloneContents03-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents03-expected.html
rename to experiments/Editor/tests/range/cloneContents03-expected.html
diff --git a/Editor/tests/range/cloneContents03-input.html b/experiments/Editor/tests/range/cloneContents03-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents03-input.html
rename to experiments/Editor/tests/range/cloneContents03-input.html
diff --git a/Editor/tests/range/cloneContents04-expected.html b/experiments/Editor/tests/range/cloneContents04-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents04-expected.html
rename to experiments/Editor/tests/range/cloneContents04-expected.html
diff --git a/Editor/tests/range/cloneContents04-input.html b/experiments/Editor/tests/range/cloneContents04-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents04-input.html
rename to experiments/Editor/tests/range/cloneContents04-input.html
diff --git a/Editor/tests/range/cloneContents05-expected.html b/experiments/Editor/tests/range/cloneContents05-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents05-expected.html
rename to experiments/Editor/tests/range/cloneContents05-expected.html
diff --git a/Editor/tests/range/cloneContents05-input.html b/experiments/Editor/tests/range/cloneContents05-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents05-input.html
rename to experiments/Editor/tests/range/cloneContents05-input.html
diff --git a/Editor/tests/range/cloneContents06-expected.html b/experiments/Editor/tests/range/cloneContents06-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents06-expected.html
rename to experiments/Editor/tests/range/cloneContents06-expected.html
diff --git a/Editor/tests/range/cloneContents06-input.html b/experiments/Editor/tests/range/cloneContents06-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents06-input.html
rename to experiments/Editor/tests/range/cloneContents06-input.html
diff --git a/Editor/tests/range/cloneContents07-expected.html b/experiments/Editor/tests/range/cloneContents07-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents07-expected.html
rename to experiments/Editor/tests/range/cloneContents07-expected.html
diff --git a/Editor/tests/range/cloneContents07-input.html b/experiments/Editor/tests/range/cloneContents07-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents07-input.html
rename to experiments/Editor/tests/range/cloneContents07-input.html
diff --git a/Editor/tests/range/cloneContents08-expected.html b/experiments/Editor/tests/range/cloneContents08-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents08-expected.html
rename to experiments/Editor/tests/range/cloneContents08-expected.html
diff --git a/Editor/tests/range/cloneContents08-input.html b/experiments/Editor/tests/range/cloneContents08-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents08-input.html
rename to experiments/Editor/tests/range/cloneContents08-input.html
diff --git a/Editor/tests/range/cloneContents09-expected.html b/experiments/Editor/tests/range/cloneContents09-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents09-expected.html
rename to experiments/Editor/tests/range/cloneContents09-expected.html
diff --git a/Editor/tests/range/cloneContents09-input.html b/experiments/Editor/tests/range/cloneContents09-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents09-input.html
rename to experiments/Editor/tests/range/cloneContents09-input.html
diff --git a/Editor/tests/range/cloneContents10-expected.html b/experiments/Editor/tests/range/cloneContents10-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents10-expected.html
rename to experiments/Editor/tests/range/cloneContents10-expected.html
diff --git a/Editor/tests/range/cloneContents10-input.html b/experiments/Editor/tests/range/cloneContents10-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents10-input.html
rename to experiments/Editor/tests/range/cloneContents10-input.html
diff --git a/Editor/tests/range/cloneContents11-expected.html b/experiments/Editor/tests/range/cloneContents11-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents11-expected.html
rename to experiments/Editor/tests/range/cloneContents11-expected.html
diff --git a/Editor/tests/range/cloneContents11-input.html b/experiments/Editor/tests/range/cloneContents11-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents11-input.html
rename to experiments/Editor/tests/range/cloneContents11-input.html
diff --git a/Editor/tests/range/cloneContents12-expected.html b/experiments/Editor/tests/range/cloneContents12-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents12-expected.html
rename to experiments/Editor/tests/range/cloneContents12-expected.html
diff --git a/Editor/tests/range/cloneContents12-input.html b/experiments/Editor/tests/range/cloneContents12-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents12-input.html
rename to experiments/Editor/tests/range/cloneContents12-input.html
diff --git a/Editor/tests/range/cloneContents13-expected.html b/experiments/Editor/tests/range/cloneContents13-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents13-expected.html
rename to experiments/Editor/tests/range/cloneContents13-expected.html
diff --git a/Editor/tests/range/cloneContents13-input.html b/experiments/Editor/tests/range/cloneContents13-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents13-input.html
rename to experiments/Editor/tests/range/cloneContents13-input.html
diff --git a/Editor/tests/range/cloneContents14-expected.html b/experiments/Editor/tests/range/cloneContents14-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents14-expected.html
rename to experiments/Editor/tests/range/cloneContents14-expected.html
diff --git a/Editor/tests/range/cloneContents14-input.html b/experiments/Editor/tests/range/cloneContents14-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents14-input.html
rename to experiments/Editor/tests/range/cloneContents14-input.html
diff --git a/Editor/tests/range/cloneContents15-expected.html b/experiments/Editor/tests/range/cloneContents15-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents15-expected.html
rename to experiments/Editor/tests/range/cloneContents15-expected.html
diff --git a/Editor/tests/range/cloneContents15-input.html b/experiments/Editor/tests/range/cloneContents15-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents15-input.html
rename to experiments/Editor/tests/range/cloneContents15-input.html
diff --git a/Editor/tests/range/cloneContents16-expected.html b/experiments/Editor/tests/range/cloneContents16-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents16-expected.html
rename to experiments/Editor/tests/range/cloneContents16-expected.html
diff --git a/Editor/tests/range/cloneContents16-input.html b/experiments/Editor/tests/range/cloneContents16-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents16-input.html
rename to experiments/Editor/tests/range/cloneContents16-input.html
diff --git a/Editor/tests/range/cloneContents17-expected.html b/experiments/Editor/tests/range/cloneContents17-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents17-expected.html
rename to experiments/Editor/tests/range/cloneContents17-expected.html
diff --git a/Editor/tests/range/cloneContents17-input.html b/experiments/Editor/tests/range/cloneContents17-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents17-input.html
rename to experiments/Editor/tests/range/cloneContents17-input.html
diff --git a/Editor/tests/range/cloneContents18-expected.html b/experiments/Editor/tests/range/cloneContents18-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents18-expected.html
rename to experiments/Editor/tests/range/cloneContents18-expected.html
diff --git a/Editor/tests/range/cloneContents18-input.html b/experiments/Editor/tests/range/cloneContents18-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents18-input.html
rename to experiments/Editor/tests/range/cloneContents18-input.html
diff --git a/Editor/tests/range/cloneContents19-expected.html b/experiments/Editor/tests/range/cloneContents19-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents19-expected.html
rename to experiments/Editor/tests/range/cloneContents19-expected.html
diff --git a/Editor/tests/range/cloneContents19-input.html b/experiments/Editor/tests/range/cloneContents19-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents19-input.html
rename to experiments/Editor/tests/range/cloneContents19-input.html
diff --git a/Editor/tests/range/cloneContents20-expected.html b/experiments/Editor/tests/range/cloneContents20-expected.html
similarity index 100%
rename from Editor/tests/range/cloneContents20-expected.html
rename to experiments/Editor/tests/range/cloneContents20-expected.html
diff --git a/Editor/tests/range/cloneContents20-input.html b/experiments/Editor/tests/range/cloneContents20-input.html
similarity index 100%
rename from Editor/tests/range/cloneContents20-input.html
rename to experiments/Editor/tests/range/cloneContents20-input.html
diff --git a/Editor/tests/range/getText01-expected.html b/experiments/Editor/tests/range/getText01-expected.html
similarity index 100%
rename from Editor/tests/range/getText01-expected.html
rename to experiments/Editor/tests/range/getText01-expected.html
diff --git a/Editor/tests/range/getText01-input.html b/experiments/Editor/tests/range/getText01-input.html
similarity index 100%
rename from Editor/tests/range/getText01-input.html
rename to experiments/Editor/tests/range/getText01-input.html
diff --git a/Editor/tests/range/getText02-expected.html b/experiments/Editor/tests/range/getText02-expected.html
similarity index 100%
rename from Editor/tests/range/getText02-expected.html
rename to experiments/Editor/tests/range/getText02-expected.html
diff --git a/Editor/tests/range/getText02-input.html b/experiments/Editor/tests/range/getText02-input.html
similarity index 100%
rename from Editor/tests/range/getText02-input.html
rename to experiments/Editor/tests/range/getText02-input.html
diff --git a/Editor/tests/range/getText03-expected.html b/experiments/Editor/tests/range/getText03-expected.html
similarity index 100%
rename from Editor/tests/range/getText03-expected.html
rename to experiments/Editor/tests/range/getText03-expected.html
diff --git a/Editor/tests/range/getText03-input.html b/experiments/Editor/tests/range/getText03-input.html
similarity index 100%
rename from Editor/tests/range/getText03-input.html
rename to experiments/Editor/tests/range/getText03-input.html
diff --git a/Editor/tests/range/getText04-expected.html b/experiments/Editor/tests/range/getText04-expected.html
similarity index 100%
rename from Editor/tests/range/getText04-expected.html
rename to experiments/Editor/tests/range/getText04-expected.html
diff --git a/Editor/tests/range/getText04-input.html b/experiments/Editor/tests/range/getText04-input.html
similarity index 100%
rename from Editor/tests/range/getText04-input.html
rename to experiments/Editor/tests/range/getText04-input.html
diff --git a/Editor/tests/range/getText05-expected.html b/experiments/Editor/tests/range/getText05-expected.html
similarity index 100%
rename from Editor/tests/range/getText05-expected.html
rename to experiments/Editor/tests/range/getText05-expected.html
diff --git a/Editor/tests/range/getText05-input.html b/experiments/Editor/tests/range/getText05-input.html
similarity index 100%
rename from Editor/tests/range/getText05-input.html
rename to experiments/Editor/tests/range/getText05-input.html
diff --git a/Editor/tests/range/getText06-expected.html b/experiments/Editor/tests/range/getText06-expected.html
similarity index 100%
rename from Editor/tests/range/getText06-expected.html
rename to experiments/Editor/tests/range/getText06-expected.html
diff --git a/Editor/tests/range/getText06-input.html b/experiments/Editor/tests/range/getText06-input.html
similarity index 100%
rename from Editor/tests/range/getText06-input.html
rename to experiments/Editor/tests/range/getText06-input.html
diff --git a/Editor/tests/range/getText07-expected.html b/experiments/Editor/tests/range/getText07-expected.html
similarity index 100%
rename from Editor/tests/range/getText07-expected.html
rename to experiments/Editor/tests/range/getText07-expected.html
diff --git a/Editor/tests/range/getText07-input.html b/experiments/Editor/tests/range/getText07-input.html
similarity index 100%
rename from Editor/tests/range/getText07-input.html
rename to experiments/Editor/tests/range/getText07-input.html
diff --git a/Editor/tests/range/getText08-expected.html b/experiments/Editor/tests/range/getText08-expected.html
similarity index 100%
rename from Editor/tests/range/getText08-expected.html
rename to experiments/Editor/tests/range/getText08-expected.html
diff --git a/Editor/tests/range/getText08-input.html b/experiments/Editor/tests/range/getText08-input.html
similarity index 100%
rename from Editor/tests/range/getText08-input.html
rename to experiments/Editor/tests/range/getText08-input.html
diff --git a/Editor/tests/range/getText09-expected.html b/experiments/Editor/tests/range/getText09-expected.html
similarity index 100%
rename from Editor/tests/range/getText09-expected.html
rename to experiments/Editor/tests/range/getText09-expected.html
diff --git a/Editor/tests/range/getText09-input.html b/experiments/Editor/tests/range/getText09-input.html
similarity index 100%
rename from Editor/tests/range/getText09-input.html
rename to experiments/Editor/tests/range/getText09-input.html
diff --git a/Editor/tests/range/getText10-expected.html b/experiments/Editor/tests/range/getText10-expected.html
similarity index 100%
rename from Editor/tests/range/getText10-expected.html
rename to experiments/Editor/tests/range/getText10-expected.html
diff --git a/Editor/tests/range/getText10-input.html b/experiments/Editor/tests/range/getText10-input.html
similarity index 100%
rename from Editor/tests/range/getText10-input.html
rename to experiments/Editor/tests/range/getText10-input.html
diff --git a/Editor/tests/range/getText11-expected.html b/experiments/Editor/tests/range/getText11-expected.html
similarity index 100%
rename from Editor/tests/range/getText11-expected.html
rename to experiments/Editor/tests/range/getText11-expected.html
diff --git a/Editor/tests/range/getText11-input.html b/experiments/Editor/tests/range/getText11-input.html
similarity index 100%
rename from Editor/tests/range/getText11-input.html
rename to experiments/Editor/tests/range/getText11-input.html
diff --git a/Editor/tests/range/getText12-expected.html b/experiments/Editor/tests/range/getText12-expected.html
similarity index 100%
rename from Editor/tests/range/getText12-expected.html
rename to experiments/Editor/tests/range/getText12-expected.html
diff --git a/Editor/tests/range/getText12-input.html b/experiments/Editor/tests/range/getText12-input.html
similarity index 100%
rename from Editor/tests/range/getText12-input.html
rename to experiments/Editor/tests/range/getText12-input.html
diff --git a/Editor/tests/range/getText13-expected.html b/experiments/Editor/tests/range/getText13-expected.html
similarity index 100%
rename from Editor/tests/range/getText13-expected.html
rename to experiments/Editor/tests/range/getText13-expected.html
diff --git a/Editor/tests/range/getText13-input.html b/experiments/Editor/tests/range/getText13-input.html
similarity index 100%
rename from Editor/tests/range/getText13-input.html
rename to experiments/Editor/tests/range/getText13-input.html
diff --git a/Editor/tests/range/getText14-expected.html b/experiments/Editor/tests/range/getText14-expected.html
similarity index 100%
rename from Editor/tests/range/getText14-expected.html
rename to experiments/Editor/tests/range/getText14-expected.html
diff --git a/Editor/tests/range/getText14-input.html b/experiments/Editor/tests/range/getText14-input.html
similarity index 100%
rename from Editor/tests/range/getText14-input.html
rename to experiments/Editor/tests/range/getText14-input.html
diff --git a/Editor/tests/range/getText15-expected.html b/experiments/Editor/tests/range/getText15-expected.html
similarity index 100%
rename from Editor/tests/range/getText15-expected.html
rename to experiments/Editor/tests/range/getText15-expected.html
diff --git a/Editor/tests/range/getText15-input.html b/experiments/Editor/tests/range/getText15-input.html
similarity index 100%
rename from Editor/tests/range/getText15-input.html
rename to experiments/Editor/tests/range/getText15-input.html
diff --git a/Editor/tests/range/getText16-expected.html b/experiments/Editor/tests/range/getText16-expected.html
similarity index 100%
rename from Editor/tests/range/getText16-expected.html
rename to experiments/Editor/tests/range/getText16-expected.html
diff --git a/Editor/tests/range/getText16-input.html b/experiments/Editor/tests/range/getText16-input.html
similarity index 100%
rename from Editor/tests/range/getText16-input.html
rename to experiments/Editor/tests/range/getText16-input.html
diff --git a/Editor/tests/range/getText17-expected.html b/experiments/Editor/tests/range/getText17-expected.html
similarity index 100%
rename from Editor/tests/range/getText17-expected.html
rename to experiments/Editor/tests/range/getText17-expected.html
diff --git a/Editor/tests/range/getText17-input.html b/experiments/Editor/tests/range/getText17-input.html
similarity index 100%
rename from Editor/tests/range/getText17-input.html
rename to experiments/Editor/tests/range/getText17-input.html
diff --git a/Editor/tests/range/getText18-expected.html b/experiments/Editor/tests/range/getText18-expected.html
similarity index 100%
rename from Editor/tests/range/getText18-expected.html
rename to experiments/Editor/tests/range/getText18-expected.html
diff --git a/Editor/tests/range/getText18-input.html b/experiments/Editor/tests/range/getText18-input.html
similarity index 100%
rename from Editor/tests/range/getText18-input.html
rename to experiments/Editor/tests/range/getText18-input.html
diff --git a/Editor/tests/range/getText19-expected.html b/experiments/Editor/tests/range/getText19-expected.html
similarity index 100%
rename from Editor/tests/range/getText19-expected.html
rename to experiments/Editor/tests/range/getText19-expected.html
diff --git a/Editor/tests/range/getText19-input.html b/experiments/Editor/tests/range/getText19-input.html
similarity index 100%
rename from Editor/tests/range/getText19-input.html
rename to experiments/Editor/tests/range/getText19-input.html
diff --git a/Editor/tests/range/getText20-expected.html b/experiments/Editor/tests/range/getText20-expected.html
similarity index 100%
rename from Editor/tests/range/getText20-expected.html
rename to experiments/Editor/tests/range/getText20-expected.html
diff --git a/Editor/tests/range/getText20-input.html b/experiments/Editor/tests/range/getText20-input.html
similarity index 100%
rename from Editor/tests/range/getText20-input.html
rename to experiments/Editor/tests/range/getText20-input.html
diff --git a/Editor/tests/range/getText21-expected.html b/experiments/Editor/tests/range/getText21-expected.html
similarity index 100%
rename from Editor/tests/range/getText21-expected.html
rename to experiments/Editor/tests/range/getText21-expected.html
diff --git a/Editor/tests/range/getText21-input.html b/experiments/Editor/tests/range/getText21-input.html
similarity index 100%
rename from Editor/tests/range/getText21-input.html
rename to experiments/Editor/tests/range/getText21-input.html
diff --git a/Editor/tests/range/rangeHasContent01-expected.html b/experiments/Editor/tests/range/rangeHasContent01-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent01-expected.html
rename to experiments/Editor/tests/range/rangeHasContent01-expected.html
diff --git a/Editor/tests/range/rangeHasContent01-input.html b/experiments/Editor/tests/range/rangeHasContent01-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent01-input.html
rename to experiments/Editor/tests/range/rangeHasContent01-input.html
diff --git a/Editor/tests/range/rangeHasContent02-expected.html b/experiments/Editor/tests/range/rangeHasContent02-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent02-expected.html
rename to experiments/Editor/tests/range/rangeHasContent02-expected.html
diff --git a/Editor/tests/range/rangeHasContent02-input.html b/experiments/Editor/tests/range/rangeHasContent02-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent02-input.html
rename to experiments/Editor/tests/range/rangeHasContent02-input.html
diff --git a/Editor/tests/range/rangeHasContent03-expected.html b/experiments/Editor/tests/range/rangeHasContent03-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent03-expected.html
rename to experiments/Editor/tests/range/rangeHasContent03-expected.html
diff --git a/Editor/tests/range/rangeHasContent03-input.html b/experiments/Editor/tests/range/rangeHasContent03-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent03-input.html
rename to experiments/Editor/tests/range/rangeHasContent03-input.html
diff --git a/Editor/tests/range/rangeHasContent04-expected.html b/experiments/Editor/tests/range/rangeHasContent04-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent04-expected.html
rename to experiments/Editor/tests/range/rangeHasContent04-expected.html
diff --git a/Editor/tests/range/rangeHasContent04-input.html b/experiments/Editor/tests/range/rangeHasContent04-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent04-input.html
rename to experiments/Editor/tests/range/rangeHasContent04-input.html
diff --git a/Editor/tests/range/rangeHasContent05-expected.html b/experiments/Editor/tests/range/rangeHasContent05-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent05-expected.html
rename to experiments/Editor/tests/range/rangeHasContent05-expected.html
diff --git a/Editor/tests/range/rangeHasContent05-input.html b/experiments/Editor/tests/range/rangeHasContent05-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent05-input.html
rename to experiments/Editor/tests/range/rangeHasContent05-input.html
diff --git a/Editor/tests/range/rangeHasContent06-expected.html b/experiments/Editor/tests/range/rangeHasContent06-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent06-expected.html
rename to experiments/Editor/tests/range/rangeHasContent06-expected.html
diff --git a/Editor/tests/range/rangeHasContent06-input.html b/experiments/Editor/tests/range/rangeHasContent06-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent06-input.html
rename to experiments/Editor/tests/range/rangeHasContent06-input.html
diff --git a/Editor/tests/range/rangeHasContent07-expected.html b/experiments/Editor/tests/range/rangeHasContent07-expected.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent07-expected.html
rename to experiments/Editor/tests/range/rangeHasContent07-expected.html
diff --git a/Editor/tests/range/rangeHasContent07-input.html b/experiments/Editor/tests/range/rangeHasContent07-input.html
similarity index 100%
rename from Editor/tests/range/rangeHasContent07-input.html
rename to experiments/Editor/tests/range/rangeHasContent07-input.html
diff --git a/Editor/tests/scan/ScanTests.js b/experiments/Editor/tests/scan/ScanTests.js
similarity index 100%
rename from Editor/tests/scan/ScanTests.js
rename to experiments/Editor/tests/scan/ScanTests.js
diff --git a/Editor/tests/scan/next01-expected.html b/experiments/Editor/tests/scan/next01-expected.html
similarity index 100%
rename from Editor/tests/scan/next01-expected.html
rename to experiments/Editor/tests/scan/next01-expected.html
diff --git a/Editor/tests/scan/next01-input.html b/experiments/Editor/tests/scan/next01-input.html
similarity index 100%
rename from Editor/tests/scan/next01-input.html
rename to experiments/Editor/tests/scan/next01-input.html
diff --git a/Editor/tests/scan/next02-expected.html b/experiments/Editor/tests/scan/next02-expected.html
similarity index 100%
rename from Editor/tests/scan/next02-expected.html
rename to experiments/Editor/tests/scan/next02-expected.html
diff --git a/Editor/tests/scan/next02-input.html b/experiments/Editor/tests/scan/next02-input.html
similarity index 100%
rename from Editor/tests/scan/next02-input.html
rename to experiments/Editor/tests/scan/next02-input.html
diff --git a/Editor/tests/scan/next03-expected.html b/experiments/Editor/tests/scan/next03-expected.html
similarity index 100%
rename from Editor/tests/scan/next03-expected.html
rename to experiments/Editor/tests/scan/next03-expected.html
diff --git a/Editor/tests/scan/next03-input.html b/experiments/Editor/tests/scan/next03-input.html
similarity index 100%
rename from Editor/tests/scan/next03-input.html
rename to experiments/Editor/tests/scan/next03-input.html
diff --git a/Editor/tests/scan/next04-expected.html b/experiments/Editor/tests/scan/next04-expected.html
similarity index 100%
rename from Editor/tests/scan/next04-expected.html
rename to experiments/Editor/tests/scan/next04-expected.html
diff --git a/Editor/tests/scan/next04-input.html b/experiments/Editor/tests/scan/next04-input.html
similarity index 100%
rename from Editor/tests/scan/next04-input.html
rename to experiments/Editor/tests/scan/next04-input.html
diff --git a/Editor/tests/scan/next05-expected.html b/experiments/Editor/tests/scan/next05-expected.html
similarity index 100%
rename from Editor/tests/scan/next05-expected.html
rename to experiments/Editor/tests/scan/next05-expected.html
diff --git a/Editor/tests/scan/next05-input.html b/experiments/Editor/tests/scan/next05-input.html
similarity index 100%
rename from Editor/tests/scan/next05-input.html
rename to experiments/Editor/tests/scan/next05-input.html
diff --git a/Editor/tests/scan/next06-expected.html b/experiments/Editor/tests/scan/next06-expected.html
similarity index 100%
rename from Editor/tests/scan/next06-expected.html
rename to experiments/Editor/tests/scan/next06-expected.html
diff --git a/Editor/tests/scan/next06-input.html b/experiments/Editor/tests/scan/next06-input.html
similarity index 100%
rename from Editor/tests/scan/next06-input.html
rename to experiments/Editor/tests/scan/next06-input.html
diff --git a/Editor/tests/scan/next07-expected.html b/experiments/Editor/tests/scan/next07-expected.html
similarity index 100%
rename from Editor/tests/scan/next07-expected.html
rename to experiments/Editor/tests/scan/next07-expected.html
diff --git a/Editor/tests/scan/next07-input.html b/experiments/Editor/tests/scan/next07-input.html
similarity index 100%
rename from Editor/tests/scan/next07-input.html
rename to experiments/Editor/tests/scan/next07-input.html
diff --git a/Editor/tests/scan/replaceMatch01-expected.html b/experiments/Editor/tests/scan/replaceMatch01-expected.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch01-expected.html
rename to experiments/Editor/tests/scan/replaceMatch01-expected.html
diff --git a/Editor/tests/scan/replaceMatch01-input.html b/experiments/Editor/tests/scan/replaceMatch01-input.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch01-input.html
rename to experiments/Editor/tests/scan/replaceMatch01-input.html
diff --git a/Editor/tests/scan/replaceMatch02-expected.html b/experiments/Editor/tests/scan/replaceMatch02-expected.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch02-expected.html
rename to experiments/Editor/tests/scan/replaceMatch02-expected.html
diff --git a/Editor/tests/scan/replaceMatch02-input.html b/experiments/Editor/tests/scan/replaceMatch02-input.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch02-input.html
rename to experiments/Editor/tests/scan/replaceMatch02-input.html
diff --git a/Editor/tests/scan/replaceMatch03-expected.html b/experiments/Editor/tests/scan/replaceMatch03-expected.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch03-expected.html
rename to experiments/Editor/tests/scan/replaceMatch03-expected.html
diff --git a/Editor/tests/scan/replaceMatch03-input.html b/experiments/Editor/tests/scan/replaceMatch03-input.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch03-input.html
rename to experiments/Editor/tests/scan/replaceMatch03-input.html
diff --git a/Editor/tests/scan/replaceMatch04-expected.html b/experiments/Editor/tests/scan/replaceMatch04-expected.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch04-expected.html
rename to experiments/Editor/tests/scan/replaceMatch04-expected.html
diff --git a/Editor/tests/scan/replaceMatch04-input.html b/experiments/Editor/tests/scan/replaceMatch04-input.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch04-input.html
rename to experiments/Editor/tests/scan/replaceMatch04-input.html
diff --git a/Editor/tests/scan/replaceMatch05-expected.html b/experiments/Editor/tests/scan/replaceMatch05-expected.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch05-expected.html
rename to experiments/Editor/tests/scan/replaceMatch05-expected.html
diff --git a/Editor/tests/scan/replaceMatch05-input.html b/experiments/Editor/tests/scan/replaceMatch05-input.html
similarity index 100%
rename from Editor/tests/scan/replaceMatch05-input.html
rename to experiments/Editor/tests/scan/replaceMatch05-input.html
diff --git a/Editor/tests/scan/showMatch01-expected.html b/experiments/Editor/tests/scan/showMatch01-expected.html
similarity index 100%
rename from Editor/tests/scan/showMatch01-expected.html
rename to experiments/Editor/tests/scan/showMatch01-expected.html
diff --git a/Editor/tests/scan/showMatch01-input.html b/experiments/Editor/tests/scan/showMatch01-input.html
similarity index 100%
rename from Editor/tests/scan/showMatch01-input.html
rename to experiments/Editor/tests/scan/showMatch01-input.html
diff --git a/Editor/tests/scan/showMatch02-expected.html b/experiments/Editor/tests/scan/showMatch02-expected.html
similarity index 100%
rename from Editor/tests/scan/showMatch02-expected.html
rename to experiments/Editor/tests/scan/showMatch02-expected.html
diff --git a/Editor/tests/scan/showMatch02-input.html b/experiments/Editor/tests/scan/showMatch02-input.html
similarity index 100%
rename from Editor/tests/scan/showMatch02-input.html
rename to experiments/Editor/tests/scan/showMatch02-input.html
diff --git a/Editor/tests/scan/showMatch03-expected.html b/experiments/Editor/tests/scan/showMatch03-expected.html
similarity index 100%
rename from Editor/tests/scan/showMatch03-expected.html
rename to experiments/Editor/tests/scan/showMatch03-expected.html
diff --git a/Editor/tests/scan/showMatch03-input.html b/experiments/Editor/tests/scan/showMatch03-input.html
similarity index 100%
rename from Editor/tests/scan/showMatch03-input.html
rename to experiments/Editor/tests/scan/showMatch03-input.html
diff --git a/Editor/tests/scan/showMatch04-expected.html b/experiments/Editor/tests/scan/showMatch04-expected.html
similarity index 100%
rename from Editor/tests/scan/showMatch04-expected.html
rename to experiments/Editor/tests/scan/showMatch04-expected.html
diff --git a/Editor/tests/scan/showMatch04-input.html b/experiments/Editor/tests/scan/showMatch04-input.html
similarity index 100%
rename from Editor/tests/scan/showMatch04-input.html
rename to experiments/Editor/tests/scan/showMatch04-input.html
diff --git a/Editor/tests/scan/showMatch05-expected.html b/experiments/Editor/tests/scan/showMatch05-expected.html
similarity index 100%
rename from Editor/tests/scan/showMatch05-expected.html
rename to experiments/Editor/tests/scan/showMatch05-expected.html
diff --git a/Editor/tests/scan/showMatch05-input.html b/experiments/Editor/tests/scan/showMatch05-input.html
similarity index 100%
rename from Editor/tests/scan/showMatch05-input.html
rename to experiments/Editor/tests/scan/showMatch05-input.html
diff --git a/Editor/tests/selection/PositionTests.js b/experiments/Editor/tests/selection/PositionTests.js
similarity index 100%
rename from Editor/tests/selection/PositionTests.js
rename to experiments/Editor/tests/selection/PositionTests.js
diff --git a/Editor/tests/selection/boundaries-table01-expected.html b/experiments/Editor/tests/selection/boundaries-table01-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table01-expected.html
rename to experiments/Editor/tests/selection/boundaries-table01-expected.html
diff --git a/Editor/tests/selection/boundaries-table01-input.html b/experiments/Editor/tests/selection/boundaries-table01-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table01-input.html
rename to experiments/Editor/tests/selection/boundaries-table01-input.html
diff --git a/Editor/tests/selection/boundaries-table02-expected.html b/experiments/Editor/tests/selection/boundaries-table02-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table02-expected.html
rename to experiments/Editor/tests/selection/boundaries-table02-expected.html
diff --git a/Editor/tests/selection/boundaries-table02-input.html b/experiments/Editor/tests/selection/boundaries-table02-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table02-input.html
rename to experiments/Editor/tests/selection/boundaries-table02-input.html
diff --git a/Editor/tests/selection/boundaries-table03-expected.html b/experiments/Editor/tests/selection/boundaries-table03-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table03-expected.html
rename to experiments/Editor/tests/selection/boundaries-table03-expected.html
diff --git a/Editor/tests/selection/boundaries-table03-input.html b/experiments/Editor/tests/selection/boundaries-table03-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table03-input.html
rename to experiments/Editor/tests/selection/boundaries-table03-input.html
diff --git a/Editor/tests/selection/boundaries-table04-expected.html b/experiments/Editor/tests/selection/boundaries-table04-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table04-expected.html
rename to experiments/Editor/tests/selection/boundaries-table04-expected.html
diff --git a/Editor/tests/selection/boundaries-table04-input.html b/experiments/Editor/tests/selection/boundaries-table04-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table04-input.html
rename to experiments/Editor/tests/selection/boundaries-table04-input.html
diff --git a/Editor/tests/selection/boundaries-table05-expected.html b/experiments/Editor/tests/selection/boundaries-table05-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table05-expected.html
rename to experiments/Editor/tests/selection/boundaries-table05-expected.html
diff --git a/Editor/tests/selection/boundaries-table05-input.html b/experiments/Editor/tests/selection/boundaries-table05-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table05-input.html
rename to experiments/Editor/tests/selection/boundaries-table05-input.html
diff --git a/Editor/tests/selection/boundaries-table06-expected.html b/experiments/Editor/tests/selection/boundaries-table06-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table06-expected.html
rename to experiments/Editor/tests/selection/boundaries-table06-expected.html
diff --git a/Editor/tests/selection/boundaries-table06-input.html b/experiments/Editor/tests/selection/boundaries-table06-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table06-input.html
rename to experiments/Editor/tests/selection/boundaries-table06-input.html
diff --git a/Editor/tests/selection/boundaries-table07-expected.html b/experiments/Editor/tests/selection/boundaries-table07-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table07-expected.html
rename to experiments/Editor/tests/selection/boundaries-table07-expected.html
diff --git a/Editor/tests/selection/boundaries-table07-input.html b/experiments/Editor/tests/selection/boundaries-table07-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table07-input.html
rename to experiments/Editor/tests/selection/boundaries-table07-input.html
diff --git a/Editor/tests/selection/boundaries-table08-expected.html b/experiments/Editor/tests/selection/boundaries-table08-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table08-expected.html
rename to experiments/Editor/tests/selection/boundaries-table08-expected.html
diff --git a/Editor/tests/selection/boundaries-table08-input.html b/experiments/Editor/tests/selection/boundaries-table08-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table08-input.html
rename to experiments/Editor/tests/selection/boundaries-table08-input.html
diff --git a/Editor/tests/selection/boundaries-table09-expected.html b/experiments/Editor/tests/selection/boundaries-table09-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table09-expected.html
rename to experiments/Editor/tests/selection/boundaries-table09-expected.html
diff --git a/Editor/tests/selection/boundaries-table09-input.html b/experiments/Editor/tests/selection/boundaries-table09-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table09-input.html
rename to experiments/Editor/tests/selection/boundaries-table09-input.html
diff --git a/Editor/tests/selection/boundaries-table10-expected.html b/experiments/Editor/tests/selection/boundaries-table10-expected.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table10-expected.html
rename to experiments/Editor/tests/selection/boundaries-table10-expected.html
diff --git a/Editor/tests/selection/boundaries-table10-input.html b/experiments/Editor/tests/selection/boundaries-table10-input.html
similarity index 100%
rename from Editor/tests/selection/boundaries-table10-input.html
rename to experiments/Editor/tests/selection/boundaries-table10-input.html
diff --git a/Editor/tests/selection/delete01-expected.html b/experiments/Editor/tests/selection/delete01-expected.html
similarity index 100%
rename from Editor/tests/selection/delete01-expected.html
rename to experiments/Editor/tests/selection/delete01-expected.html
diff --git a/Editor/tests/selection/delete01-input.html b/experiments/Editor/tests/selection/delete01-input.html
similarity index 100%
rename from Editor/tests/selection/delete01-input.html
rename to experiments/Editor/tests/selection/delete01-input.html
diff --git a/Editor/tests/selection/delete02-expected.html b/experiments/Editor/tests/selection/delete02-expected.html
similarity index 100%
rename from Editor/tests/selection/delete02-expected.html
rename to experiments/Editor/tests/selection/delete02-expected.html
diff --git a/Editor/tests/selection/delete02-input.html b/experiments/Editor/tests/selection/delete02-input.html
similarity index 100%
rename from Editor/tests/selection/delete02-input.html
rename to experiments/Editor/tests/selection/delete02-input.html
diff --git a/Editor/tests/selection/delete03-expected.html b/experiments/Editor/tests/selection/delete03-expected.html
similarity index 100%
rename from Editor/tests/selection/delete03-expected.html
rename to experiments/Editor/tests/selection/delete03-expected.html
diff --git a/Editor/tests/selection/delete03-input.html b/experiments/Editor/tests/selection/delete03-input.html
similarity index 100%
rename from Editor/tests/selection/delete03-input.html
rename to experiments/Editor/tests/selection/delete03-input.html
diff --git a/Editor/tests/selection/delete04-expected.html b/experiments/Editor/tests/selection/delete04-expected.html
similarity index 100%
rename from Editor/tests/selection/delete04-expected.html
rename to experiments/Editor/tests/selection/delete04-expected.html
diff --git a/Editor/tests/selection/delete04-input.html b/experiments/Editor/tests/selection/delete04-input.html
similarity index 100%
rename from Editor/tests/selection/delete04-input.html
rename to experiments/Editor/tests/selection/delete04-input.html
diff --git a/Editor/tests/selection/delete05-expected.html b/experiments/Editor/tests/selection/delete05-expected.html
similarity index 100%
rename from Editor/tests/selection/delete05-expected.html
rename to experiments/Editor/tests/selection/delete05-expected.html
diff --git a/Editor/tests/selection/delete05-input.html b/experiments/Editor/tests/selection/delete05-input.html
similarity index 100%
rename from Editor/tests/selection/delete05-input.html
rename to experiments/Editor/tests/selection/delete05-input.html
diff --git a/Editor/tests/selection/deleteContents-list01-expected.html b/experiments/Editor/tests/selection/deleteContents-list01-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list01-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list01-expected.html
diff --git a/Editor/tests/selection/deleteContents-list01-input.html b/experiments/Editor/tests/selection/deleteContents-list01-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list01-input.html
rename to experiments/Editor/tests/selection/deleteContents-list01-input.html
diff --git a/Editor/tests/selection/deleteContents-list02-expected.html b/experiments/Editor/tests/selection/deleteContents-list02-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list02-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list02-expected.html
diff --git a/Editor/tests/selection/deleteContents-list02-input.html b/experiments/Editor/tests/selection/deleteContents-list02-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list02-input.html
rename to experiments/Editor/tests/selection/deleteContents-list02-input.html
diff --git a/Editor/tests/selection/deleteContents-list03-expected.html b/experiments/Editor/tests/selection/deleteContents-list03-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list03-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list03-expected.html
diff --git a/Editor/tests/selection/deleteContents-list03-input.html b/experiments/Editor/tests/selection/deleteContents-list03-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list03-input.html
rename to experiments/Editor/tests/selection/deleteContents-list03-input.html
diff --git a/Editor/tests/selection/deleteContents-list04-expected.html b/experiments/Editor/tests/selection/deleteContents-list04-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list04-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list04-expected.html
diff --git a/Editor/tests/selection/deleteContents-list04-input.html b/experiments/Editor/tests/selection/deleteContents-list04-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list04-input.html
rename to experiments/Editor/tests/selection/deleteContents-list04-input.html
diff --git a/Editor/tests/selection/deleteContents-list05-expected.html b/experiments/Editor/tests/selection/deleteContents-list05-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list05-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list05-expected.html
diff --git a/Editor/tests/selection/deleteContents-list05-input.html b/experiments/Editor/tests/selection/deleteContents-list05-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list05-input.html
rename to experiments/Editor/tests/selection/deleteContents-list05-input.html
diff --git a/Editor/tests/selection/deleteContents-list06-expected.html b/experiments/Editor/tests/selection/deleteContents-list06-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list06-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list06-expected.html
diff --git a/Editor/tests/selection/deleteContents-list06-input.html b/experiments/Editor/tests/selection/deleteContents-list06-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list06-input.html
rename to experiments/Editor/tests/selection/deleteContents-list06-input.html
diff --git a/Editor/tests/selection/deleteContents-list07-expected.html b/experiments/Editor/tests/selection/deleteContents-list07-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list07-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list07-expected.html
diff --git a/Editor/tests/selection/deleteContents-list07-input.html b/experiments/Editor/tests/selection/deleteContents-list07-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list07-input.html
rename to experiments/Editor/tests/selection/deleteContents-list07-input.html
diff --git a/Editor/tests/selection/deleteContents-list08-expected.html b/experiments/Editor/tests/selection/deleteContents-list08-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list08-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list08-expected.html
diff --git a/Editor/tests/selection/deleteContents-list08-input.html b/experiments/Editor/tests/selection/deleteContents-list08-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list08-input.html
rename to experiments/Editor/tests/selection/deleteContents-list08-input.html
diff --git a/Editor/tests/selection/deleteContents-list09-expected.html b/experiments/Editor/tests/selection/deleteContents-list09-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list09-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list09-expected.html
diff --git a/Editor/tests/selection/deleteContents-list09-input.html b/experiments/Editor/tests/selection/deleteContents-list09-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list09-input.html
rename to experiments/Editor/tests/selection/deleteContents-list09-input.html
diff --git a/Editor/tests/selection/deleteContents-list10-expected.html b/experiments/Editor/tests/selection/deleteContents-list10-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list10-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list10-expected.html
diff --git a/Editor/tests/selection/deleteContents-list10-input.html b/experiments/Editor/tests/selection/deleteContents-list10-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list10-input.html
rename to experiments/Editor/tests/selection/deleteContents-list10-input.html
diff --git a/Editor/tests/selection/deleteContents-list11-expected.html b/experiments/Editor/tests/selection/deleteContents-list11-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list11-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list11-expected.html
diff --git a/Editor/tests/selection/deleteContents-list11-input.html b/experiments/Editor/tests/selection/deleteContents-list11-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list11-input.html
rename to experiments/Editor/tests/selection/deleteContents-list11-input.html
diff --git a/Editor/tests/selection/deleteContents-list12-expected.html b/experiments/Editor/tests/selection/deleteContents-list12-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list12-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list12-expected.html
diff --git a/Editor/tests/selection/deleteContents-list12-input.html b/experiments/Editor/tests/selection/deleteContents-list12-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list12-input.html
rename to experiments/Editor/tests/selection/deleteContents-list12-input.html
diff --git a/Editor/tests/selection/deleteContents-list13-expected.html b/experiments/Editor/tests/selection/deleteContents-list13-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list13-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list13-expected.html
diff --git a/Editor/tests/selection/deleteContents-list13-input.html b/experiments/Editor/tests/selection/deleteContents-list13-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list13-input.html
rename to experiments/Editor/tests/selection/deleteContents-list13-input.html
diff --git a/Editor/tests/selection/deleteContents-list14-expected.html b/experiments/Editor/tests/selection/deleteContents-list14-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list14-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list14-expected.html
diff --git a/Editor/tests/selection/deleteContents-list14-input.html b/experiments/Editor/tests/selection/deleteContents-list14-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list14-input.html
rename to experiments/Editor/tests/selection/deleteContents-list14-input.html
diff --git a/Editor/tests/selection/deleteContents-list15-expected.html b/experiments/Editor/tests/selection/deleteContents-list15-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list15-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list15-expected.html
diff --git a/Editor/tests/selection/deleteContents-list15-input.html b/experiments/Editor/tests/selection/deleteContents-list15-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list15-input.html
rename to experiments/Editor/tests/selection/deleteContents-list15-input.html
diff --git a/Editor/tests/selection/deleteContents-list16-expected.html b/experiments/Editor/tests/selection/deleteContents-list16-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list16-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list16-expected.html
diff --git a/Editor/tests/selection/deleteContents-list16-input.html b/experiments/Editor/tests/selection/deleteContents-list16-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list16-input.html
rename to experiments/Editor/tests/selection/deleteContents-list16-input.html
diff --git a/Editor/tests/selection/deleteContents-list17-expected.html b/experiments/Editor/tests/selection/deleteContents-list17-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list17-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list17-expected.html
diff --git a/Editor/tests/selection/deleteContents-list17-input.html b/experiments/Editor/tests/selection/deleteContents-list17-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list17-input.html
rename to experiments/Editor/tests/selection/deleteContents-list17-input.html
diff --git a/Editor/tests/selection/deleteContents-list18-expected.html b/experiments/Editor/tests/selection/deleteContents-list18-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list18-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list18-expected.html
diff --git a/Editor/tests/selection/deleteContents-list18-input.html b/experiments/Editor/tests/selection/deleteContents-list18-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list18-input.html
rename to experiments/Editor/tests/selection/deleteContents-list18-input.html
diff --git a/Editor/tests/selection/deleteContents-list19-expected.html b/experiments/Editor/tests/selection/deleteContents-list19-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list19-expected.html
rename to experiments/Editor/tests/selection/deleteContents-list19-expected.html
diff --git a/Editor/tests/selection/deleteContents-list19-input.html b/experiments/Editor/tests/selection/deleteContents-list19-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-list19-input.html
rename to experiments/Editor/tests/selection/deleteContents-list19-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span01-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span01-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span01-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span01-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span01-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span01-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span01-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span01-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span02-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span02-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span02-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span02-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span02-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span02-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span02-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span02-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span03-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span03-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span03-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span03-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span03-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span03-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span03-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span03-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span04-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span04-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span04-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span04-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span04-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span04-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span04-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span04-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span05-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span05-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span05-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span05-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span05-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span05-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span05-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span05-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span06-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span06-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span06-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span06-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span06-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span06-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span06-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span06-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span07-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span07-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span07-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span07-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph-span07-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph-span07-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph-span07-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph-span07-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph01-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph01-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph01-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph01-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph01-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph01-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph01-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph01-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph02-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph02-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph02-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph02-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph02-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph02-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph02-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph02-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph03-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph03-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph03-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph03-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph03-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph03-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph03-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph03-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph04-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph04-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph04-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph04-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph04-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph04-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph04-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph04-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph05-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph05-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph05-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph05-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph05-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph05-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph05-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph05-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph06-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph06-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph06-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph06-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph06-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph06-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph06-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph06-input.html
diff --git a/Editor/tests/selection/deleteContents-paragraph07-expected.html b/experiments/Editor/tests/selection/deleteContents-paragraph07-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph07-expected.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph07-expected.html
diff --git a/Editor/tests/selection/deleteContents-paragraph07-input.html b/experiments/Editor/tests/selection/deleteContents-paragraph07-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-paragraph07-input.html
rename to experiments/Editor/tests/selection/deleteContents-paragraph07-input.html
diff --git a/Editor/tests/selection/deleteContents-table01-expected.html b/experiments/Editor/tests/selection/deleteContents-table01-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table01-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table01-expected.html
diff --git a/Editor/tests/selection/deleteContents-table01-input.html b/experiments/Editor/tests/selection/deleteContents-table01-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table01-input.html
rename to experiments/Editor/tests/selection/deleteContents-table01-input.html
diff --git a/Editor/tests/selection/deleteContents-table02-expected.html b/experiments/Editor/tests/selection/deleteContents-table02-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table02-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table02-expected.html
diff --git a/Editor/tests/selection/deleteContents-table02-input.html b/experiments/Editor/tests/selection/deleteContents-table02-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table02-input.html
rename to experiments/Editor/tests/selection/deleteContents-table02-input.html
diff --git a/Editor/tests/selection/deleteContents-table03-expected.html b/experiments/Editor/tests/selection/deleteContents-table03-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table03-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table03-expected.html
diff --git a/Editor/tests/selection/deleteContents-table03-input.html b/experiments/Editor/tests/selection/deleteContents-table03-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table03-input.html
rename to experiments/Editor/tests/selection/deleteContents-table03-input.html
diff --git a/Editor/tests/selection/deleteContents-table04-expected.html b/experiments/Editor/tests/selection/deleteContents-table04-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table04-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table04-expected.html
diff --git a/Editor/tests/selection/deleteContents-table04-input.html b/experiments/Editor/tests/selection/deleteContents-table04-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table04-input.html
rename to experiments/Editor/tests/selection/deleteContents-table04-input.html
diff --git a/Editor/tests/selection/deleteContents-table05-expected.html b/experiments/Editor/tests/selection/deleteContents-table05-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table05-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table05-expected.html
diff --git a/Editor/tests/selection/deleteContents-table05-input.html b/experiments/Editor/tests/selection/deleteContents-table05-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table05-input.html
rename to experiments/Editor/tests/selection/deleteContents-table05-input.html
diff --git a/Editor/tests/selection/deleteContents-table06-expected.html b/experiments/Editor/tests/selection/deleteContents-table06-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table06-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table06-expected.html
diff --git a/Editor/tests/selection/deleteContents-table06-input.html b/experiments/Editor/tests/selection/deleteContents-table06-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table06-input.html
rename to experiments/Editor/tests/selection/deleteContents-table06-input.html
diff --git a/Editor/tests/selection/deleteContents-table07-expected.html b/experiments/Editor/tests/selection/deleteContents-table07-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table07-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table07-expected.html
diff --git a/Editor/tests/selection/deleteContents-table07-input.html b/experiments/Editor/tests/selection/deleteContents-table07-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table07-input.html
rename to experiments/Editor/tests/selection/deleteContents-table07-input.html
diff --git a/Editor/tests/selection/deleteContents-table08-expected.html b/experiments/Editor/tests/selection/deleteContents-table08-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table08-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table08-expected.html
diff --git a/Editor/tests/selection/deleteContents-table08-input.html b/experiments/Editor/tests/selection/deleteContents-table08-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table08-input.html
rename to experiments/Editor/tests/selection/deleteContents-table08-input.html
diff --git a/Editor/tests/selection/deleteContents-table09-expected.html b/experiments/Editor/tests/selection/deleteContents-table09-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table09-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table09-expected.html
diff --git a/Editor/tests/selection/deleteContents-table09-input.html b/experiments/Editor/tests/selection/deleteContents-table09-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table09-input.html
rename to experiments/Editor/tests/selection/deleteContents-table09-input.html
diff --git a/Editor/tests/selection/deleteContents-table10-expected.html b/experiments/Editor/tests/selection/deleteContents-table10-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table10-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table10-expected.html
diff --git a/Editor/tests/selection/deleteContents-table10-input.html b/experiments/Editor/tests/selection/deleteContents-table10-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table10-input.html
rename to experiments/Editor/tests/selection/deleteContents-table10-input.html
diff --git a/Editor/tests/selection/deleteContents-table11-expected.html b/experiments/Editor/tests/selection/deleteContents-table11-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table11-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table11-expected.html
diff --git a/Editor/tests/selection/deleteContents-table11-input.html b/experiments/Editor/tests/selection/deleteContents-table11-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table11-input.html
rename to experiments/Editor/tests/selection/deleteContents-table11-input.html
diff --git a/Editor/tests/selection/deleteContents-table12-expected.html b/experiments/Editor/tests/selection/deleteContents-table12-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table12-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table12-expected.html
diff --git a/Editor/tests/selection/deleteContents-table12-input.html b/experiments/Editor/tests/selection/deleteContents-table12-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table12-input.html
rename to experiments/Editor/tests/selection/deleteContents-table12-input.html
diff --git a/Editor/tests/selection/deleteContents-table13-expected.html b/experiments/Editor/tests/selection/deleteContents-table13-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table13-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table13-expected.html
diff --git a/Editor/tests/selection/deleteContents-table13-input.html b/experiments/Editor/tests/selection/deleteContents-table13-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table13-input.html
rename to experiments/Editor/tests/selection/deleteContents-table13-input.html
diff --git a/Editor/tests/selection/deleteContents-table14-expected.html b/experiments/Editor/tests/selection/deleteContents-table14-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table14-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table14-expected.html
diff --git a/Editor/tests/selection/deleteContents-table14-input.html b/experiments/Editor/tests/selection/deleteContents-table14-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table14-input.html
rename to experiments/Editor/tests/selection/deleteContents-table14-input.html
diff --git a/Editor/tests/selection/deleteContents-table15-expected.html b/experiments/Editor/tests/selection/deleteContents-table15-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table15-expected.html
rename to experiments/Editor/tests/selection/deleteContents-table15-expected.html
diff --git a/Editor/tests/selection/deleteContents-table15-input.html b/experiments/Editor/tests/selection/deleteContents-table15-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents-table15-input.html
rename to experiments/Editor/tests/selection/deleteContents-table15-input.html
diff --git a/Editor/tests/selection/deleteContents01-expected.html b/experiments/Editor/tests/selection/deleteContents01-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents01-expected.html
rename to experiments/Editor/tests/selection/deleteContents01-expected.html
diff --git a/Editor/tests/selection/deleteContents01-input.html b/experiments/Editor/tests/selection/deleteContents01-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents01-input.html
rename to experiments/Editor/tests/selection/deleteContents01-input.html
diff --git a/Editor/tests/selection/deleteContents02-expected.html b/experiments/Editor/tests/selection/deleteContents02-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents02-expected.html
rename to experiments/Editor/tests/selection/deleteContents02-expected.html
diff --git a/Editor/tests/selection/deleteContents02-input.html b/experiments/Editor/tests/selection/deleteContents02-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents02-input.html
rename to experiments/Editor/tests/selection/deleteContents02-input.html
diff --git a/Editor/tests/selection/deleteContents03-expected.html b/experiments/Editor/tests/selection/deleteContents03-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents03-expected.html
rename to experiments/Editor/tests/selection/deleteContents03-expected.html
diff --git a/Editor/tests/selection/deleteContents03-input.html b/experiments/Editor/tests/selection/deleteContents03-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents03-input.html
rename to experiments/Editor/tests/selection/deleteContents03-input.html
diff --git a/Editor/tests/selection/deleteContents04-expected.html b/experiments/Editor/tests/selection/deleteContents04-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents04-expected.html
rename to experiments/Editor/tests/selection/deleteContents04-expected.html
diff --git a/Editor/tests/selection/deleteContents04-input.html b/experiments/Editor/tests/selection/deleteContents04-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents04-input.html
rename to experiments/Editor/tests/selection/deleteContents04-input.html
diff --git a/Editor/tests/selection/deleteContents05-expected.html b/experiments/Editor/tests/selection/deleteContents05-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents05-expected.html
rename to experiments/Editor/tests/selection/deleteContents05-expected.html
diff --git a/Editor/tests/selection/deleteContents05-input.html b/experiments/Editor/tests/selection/deleteContents05-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents05-input.html
rename to experiments/Editor/tests/selection/deleteContents05-input.html
diff --git a/Editor/tests/selection/deleteContents06-expected.html b/experiments/Editor/tests/selection/deleteContents06-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents06-expected.html
rename to experiments/Editor/tests/selection/deleteContents06-expected.html
diff --git a/Editor/tests/selection/deleteContents06-input.html b/experiments/Editor/tests/selection/deleteContents06-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents06-input.html
rename to experiments/Editor/tests/selection/deleteContents06-input.html
diff --git a/Editor/tests/selection/deleteContents07-expected.html b/experiments/Editor/tests/selection/deleteContents07-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents07-expected.html
rename to experiments/Editor/tests/selection/deleteContents07-expected.html
diff --git a/Editor/tests/selection/deleteContents07-input.html b/experiments/Editor/tests/selection/deleteContents07-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents07-input.html
rename to experiments/Editor/tests/selection/deleteContents07-input.html
diff --git a/Editor/tests/selection/deleteContents08-expected.html b/experiments/Editor/tests/selection/deleteContents08-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents08-expected.html
rename to experiments/Editor/tests/selection/deleteContents08-expected.html
diff --git a/Editor/tests/selection/deleteContents08-input.html b/experiments/Editor/tests/selection/deleteContents08-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents08-input.html
rename to experiments/Editor/tests/selection/deleteContents08-input.html
diff --git a/Editor/tests/selection/deleteContents09-expected.html b/experiments/Editor/tests/selection/deleteContents09-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents09-expected.html
rename to experiments/Editor/tests/selection/deleteContents09-expected.html
diff --git a/Editor/tests/selection/deleteContents09-input.html b/experiments/Editor/tests/selection/deleteContents09-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents09-input.html
rename to experiments/Editor/tests/selection/deleteContents09-input.html
diff --git a/Editor/tests/selection/deleteContents10-expected.html b/experiments/Editor/tests/selection/deleteContents10-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents10-expected.html
rename to experiments/Editor/tests/selection/deleteContents10-expected.html
diff --git a/Editor/tests/selection/deleteContents10-input.html b/experiments/Editor/tests/selection/deleteContents10-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents10-input.html
rename to experiments/Editor/tests/selection/deleteContents10-input.html
diff --git a/Editor/tests/selection/deleteContents11-expected.html b/experiments/Editor/tests/selection/deleteContents11-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents11-expected.html
rename to experiments/Editor/tests/selection/deleteContents11-expected.html
diff --git a/Editor/tests/selection/deleteContents11-input.html b/experiments/Editor/tests/selection/deleteContents11-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents11-input.html
rename to experiments/Editor/tests/selection/deleteContents11-input.html
diff --git a/Editor/tests/selection/deleteContents12-expected.html b/experiments/Editor/tests/selection/deleteContents12-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents12-expected.html
rename to experiments/Editor/tests/selection/deleteContents12-expected.html
diff --git a/Editor/tests/selection/deleteContents12-input.html b/experiments/Editor/tests/selection/deleteContents12-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents12-input.html
rename to experiments/Editor/tests/selection/deleteContents12-input.html
diff --git a/Editor/tests/selection/deleteContents13-expected.html b/experiments/Editor/tests/selection/deleteContents13-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents13-expected.html
rename to experiments/Editor/tests/selection/deleteContents13-expected.html
diff --git a/Editor/tests/selection/deleteContents13-input.html b/experiments/Editor/tests/selection/deleteContents13-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents13-input.html
rename to experiments/Editor/tests/selection/deleteContents13-input.html
diff --git a/Editor/tests/selection/deleteContents14-expected.html b/experiments/Editor/tests/selection/deleteContents14-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents14-expected.html
rename to experiments/Editor/tests/selection/deleteContents14-expected.html
diff --git a/Editor/tests/selection/deleteContents14-input.html b/experiments/Editor/tests/selection/deleteContents14-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents14-input.html
rename to experiments/Editor/tests/selection/deleteContents14-input.html
diff --git a/Editor/tests/selection/deleteContents15-expected.html b/experiments/Editor/tests/selection/deleteContents15-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents15-expected.html
rename to experiments/Editor/tests/selection/deleteContents15-expected.html
diff --git a/Editor/tests/selection/deleteContents15-input.html b/experiments/Editor/tests/selection/deleteContents15-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents15-input.html
rename to experiments/Editor/tests/selection/deleteContents15-input.html
diff --git a/Editor/tests/selection/deleteContents16-expected.html b/experiments/Editor/tests/selection/deleteContents16-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents16-expected.html
rename to experiments/Editor/tests/selection/deleteContents16-expected.html
diff --git a/Editor/tests/selection/deleteContents16-input.html b/experiments/Editor/tests/selection/deleteContents16-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents16-input.html
rename to experiments/Editor/tests/selection/deleteContents16-input.html
diff --git a/Editor/tests/selection/deleteContents17-expected.html b/experiments/Editor/tests/selection/deleteContents17-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents17-expected.html
rename to experiments/Editor/tests/selection/deleteContents17-expected.html
diff --git a/Editor/tests/selection/deleteContents17-input.html b/experiments/Editor/tests/selection/deleteContents17-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents17-input.html
rename to experiments/Editor/tests/selection/deleteContents17-input.html
diff --git a/Editor/tests/selection/deleteContents18-expected.html b/experiments/Editor/tests/selection/deleteContents18-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents18-expected.html
rename to experiments/Editor/tests/selection/deleteContents18-expected.html
diff --git a/Editor/tests/selection/deleteContents18-input.html b/experiments/Editor/tests/selection/deleteContents18-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents18-input.html
rename to experiments/Editor/tests/selection/deleteContents18-input.html
diff --git a/Editor/tests/selection/deleteContents18a-expected.html b/experiments/Editor/tests/selection/deleteContents18a-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents18a-expected.html
rename to experiments/Editor/tests/selection/deleteContents18a-expected.html
diff --git a/Editor/tests/selection/deleteContents18a-input.html b/experiments/Editor/tests/selection/deleteContents18a-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents18a-input.html
rename to experiments/Editor/tests/selection/deleteContents18a-input.html
diff --git a/Editor/tests/selection/deleteContents18b-expected.html b/experiments/Editor/tests/selection/deleteContents18b-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents18b-expected.html
rename to experiments/Editor/tests/selection/deleteContents18b-expected.html
diff --git a/Editor/tests/selection/deleteContents18b-input.html b/experiments/Editor/tests/selection/deleteContents18b-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents18b-input.html
rename to experiments/Editor/tests/selection/deleteContents18b-input.html
diff --git a/Editor/tests/selection/deleteContents19-expected.html b/experiments/Editor/tests/selection/deleteContents19-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents19-expected.html
rename to experiments/Editor/tests/selection/deleteContents19-expected.html
diff --git a/Editor/tests/selection/deleteContents19-input.html b/experiments/Editor/tests/selection/deleteContents19-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents19-input.html
rename to experiments/Editor/tests/selection/deleteContents19-input.html
diff --git a/Editor/tests/selection/deleteContents19a-expected.html b/experiments/Editor/tests/selection/deleteContents19a-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents19a-expected.html
rename to experiments/Editor/tests/selection/deleteContents19a-expected.html
diff --git a/Editor/tests/selection/deleteContents19a-input.html b/experiments/Editor/tests/selection/deleteContents19a-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents19a-input.html
rename to experiments/Editor/tests/selection/deleteContents19a-input.html
diff --git a/Editor/tests/selection/deleteContents19b-expected.html b/experiments/Editor/tests/selection/deleteContents19b-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents19b-expected.html
rename to experiments/Editor/tests/selection/deleteContents19b-expected.html
diff --git a/Editor/tests/selection/deleteContents19b-input.html b/experiments/Editor/tests/selection/deleteContents19b-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents19b-input.html
rename to experiments/Editor/tests/selection/deleteContents19b-input.html
diff --git a/Editor/tests/selection/deleteContents20-expected.html b/experiments/Editor/tests/selection/deleteContents20-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents20-expected.html
rename to experiments/Editor/tests/selection/deleteContents20-expected.html
diff --git a/Editor/tests/selection/deleteContents20-input.html b/experiments/Editor/tests/selection/deleteContents20-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents20-input.html
rename to experiments/Editor/tests/selection/deleteContents20-input.html
diff --git a/Editor/tests/selection/deleteContents20a-expected.html b/experiments/Editor/tests/selection/deleteContents20a-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents20a-expected.html
rename to experiments/Editor/tests/selection/deleteContents20a-expected.html
diff --git a/Editor/tests/selection/deleteContents20a-input.html b/experiments/Editor/tests/selection/deleteContents20a-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents20a-input.html
rename to experiments/Editor/tests/selection/deleteContents20a-input.html
diff --git a/Editor/tests/selection/deleteContents20b-expected.html b/experiments/Editor/tests/selection/deleteContents20b-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents20b-expected.html
rename to experiments/Editor/tests/selection/deleteContents20b-expected.html
diff --git a/Editor/tests/selection/deleteContents20b-input.html b/experiments/Editor/tests/selection/deleteContents20b-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents20b-input.html
rename to experiments/Editor/tests/selection/deleteContents20b-input.html
diff --git a/Editor/tests/selection/deleteContents21-expected.html b/experiments/Editor/tests/selection/deleteContents21-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents21-expected.html
rename to experiments/Editor/tests/selection/deleteContents21-expected.html
diff --git a/Editor/tests/selection/deleteContents21-input.html b/experiments/Editor/tests/selection/deleteContents21-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents21-input.html
rename to experiments/Editor/tests/selection/deleteContents21-input.html
diff --git a/Editor/tests/selection/deleteContents21a-expected.html b/experiments/Editor/tests/selection/deleteContents21a-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents21a-expected.html
rename to experiments/Editor/tests/selection/deleteContents21a-expected.html
diff --git a/Editor/tests/selection/deleteContents21a-input.html b/experiments/Editor/tests/selection/deleteContents21a-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents21a-input.html
rename to experiments/Editor/tests/selection/deleteContents21a-input.html
diff --git a/Editor/tests/selection/deleteContents21b-expected.html b/experiments/Editor/tests/selection/deleteContents21b-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents21b-expected.html
rename to experiments/Editor/tests/selection/deleteContents21b-expected.html
diff --git a/Editor/tests/selection/deleteContents21b-input.html b/experiments/Editor/tests/selection/deleteContents21b-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents21b-input.html
rename to experiments/Editor/tests/selection/deleteContents21b-input.html
diff --git a/Editor/tests/selection/deleteContents22-expected.html b/experiments/Editor/tests/selection/deleteContents22-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents22-expected.html
rename to experiments/Editor/tests/selection/deleteContents22-expected.html
diff --git a/Editor/tests/selection/deleteContents22-input.html b/experiments/Editor/tests/selection/deleteContents22-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents22-input.html
rename to experiments/Editor/tests/selection/deleteContents22-input.html
diff --git a/Editor/tests/selection/deleteContents22a-expected.html b/experiments/Editor/tests/selection/deleteContents22a-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents22a-expected.html
rename to experiments/Editor/tests/selection/deleteContents22a-expected.html
diff --git a/Editor/tests/selection/deleteContents22a-input.html b/experiments/Editor/tests/selection/deleteContents22a-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents22a-input.html
rename to experiments/Editor/tests/selection/deleteContents22a-input.html
diff --git a/Editor/tests/selection/deleteContents22b-expected.html b/experiments/Editor/tests/selection/deleteContents22b-expected.html
similarity index 100%
rename from Editor/tests/selection/deleteContents22b-expected.html
rename to experiments/Editor/tests/selection/deleteContents22b-expected.html
diff --git a/Editor/tests/selection/deleteContents22b-input.html b/experiments/Editor/tests/selection/deleteContents22b-input.html
similarity index 100%
rename from Editor/tests/selection/deleteContents22b-input.html
rename to experiments/Editor/tests/selection/deleteContents22b-input.html
diff --git a/Editor/tests/selection/highlights-figure01-expected.html b/experiments/Editor/tests/selection/highlights-figure01-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-figure01-expected.html
rename to experiments/Editor/tests/selection/highlights-figure01-expected.html
diff --git a/Editor/tests/selection/highlights-figure01-input.html b/experiments/Editor/tests/selection/highlights-figure01-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-figure01-input.html
rename to experiments/Editor/tests/selection/highlights-figure01-input.html
diff --git a/Editor/tests/selection/highlights-figure02-expected.html b/experiments/Editor/tests/selection/highlights-figure02-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-figure02-expected.html
rename to experiments/Editor/tests/selection/highlights-figure02-expected.html
diff --git a/Editor/tests/selection/highlights-figure02-input.html b/experiments/Editor/tests/selection/highlights-figure02-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-figure02-input.html
rename to experiments/Editor/tests/selection/highlights-figure02-input.html
diff --git a/Editor/tests/selection/highlights-table01-expected.html b/experiments/Editor/tests/selection/highlights-table01-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-table01-expected.html
rename to experiments/Editor/tests/selection/highlights-table01-expected.html
diff --git a/Editor/tests/selection/highlights-table01-input.html b/experiments/Editor/tests/selection/highlights-table01-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-table01-input.html
rename to experiments/Editor/tests/selection/highlights-table01-input.html
diff --git a/Editor/tests/selection/highlights-table02-expected.html b/experiments/Editor/tests/selection/highlights-table02-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-table02-expected.html
rename to experiments/Editor/tests/selection/highlights-table02-expected.html
diff --git a/Editor/tests/selection/highlights-table02-input.html b/experiments/Editor/tests/selection/highlights-table02-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-table02-input.html
rename to experiments/Editor/tests/selection/highlights-table02-input.html
diff --git a/Editor/tests/selection/highlights-table03-expected.html b/experiments/Editor/tests/selection/highlights-table03-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-table03-expected.html
rename to experiments/Editor/tests/selection/highlights-table03-expected.html
diff --git a/Editor/tests/selection/highlights-table03-input.html b/experiments/Editor/tests/selection/highlights-table03-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-table03-input.html
rename to experiments/Editor/tests/selection/highlights-table03-input.html
diff --git a/Editor/tests/selection/highlights-toc01-expected.html b/experiments/Editor/tests/selection/highlights-toc01-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-toc01-expected.html
rename to experiments/Editor/tests/selection/highlights-toc01-expected.html
diff --git a/Editor/tests/selection/highlights-toc01-input.html b/experiments/Editor/tests/selection/highlights-toc01-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-toc01-input.html
rename to experiments/Editor/tests/selection/highlights-toc01-input.html
diff --git a/Editor/tests/selection/highlights-toc02-expected.html b/experiments/Editor/tests/selection/highlights-toc02-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights-toc02-expected.html
rename to experiments/Editor/tests/selection/highlights-toc02-expected.html
diff --git a/Editor/tests/selection/highlights-toc02-input.html b/experiments/Editor/tests/selection/highlights-toc02-input.html
similarity index 100%
rename from Editor/tests/selection/highlights-toc02-input.html
rename to experiments/Editor/tests/selection/highlights-toc02-input.html
diff --git a/Editor/tests/selection/highlights01-expected.html b/experiments/Editor/tests/selection/highlights01-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights01-expected.html
rename to experiments/Editor/tests/selection/highlights01-expected.html
diff --git a/Editor/tests/selection/highlights01-input.html b/experiments/Editor/tests/selection/highlights01-input.html
similarity index 100%
rename from Editor/tests/selection/highlights01-input.html
rename to experiments/Editor/tests/selection/highlights01-input.html
diff --git a/Editor/tests/selection/highlights02-expected.html b/experiments/Editor/tests/selection/highlights02-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights02-expected.html
rename to experiments/Editor/tests/selection/highlights02-expected.html
diff --git a/Editor/tests/selection/highlights02-input.html b/experiments/Editor/tests/selection/highlights02-input.html
similarity index 100%
rename from Editor/tests/selection/highlights02-input.html
rename to experiments/Editor/tests/selection/highlights02-input.html
diff --git a/Editor/tests/selection/highlights03-expected.html b/experiments/Editor/tests/selection/highlights03-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights03-expected.html
rename to experiments/Editor/tests/selection/highlights03-expected.html
diff --git a/Editor/tests/selection/highlights03-input.html b/experiments/Editor/tests/selection/highlights03-input.html
similarity index 100%
rename from Editor/tests/selection/highlights03-input.html
rename to experiments/Editor/tests/selection/highlights03-input.html
diff --git a/Editor/tests/selection/highlights04-expected.html b/experiments/Editor/tests/selection/highlights04-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights04-expected.html
rename to experiments/Editor/tests/selection/highlights04-expected.html
diff --git a/Editor/tests/selection/highlights04-input.html b/experiments/Editor/tests/selection/highlights04-input.html
similarity index 100%
rename from Editor/tests/selection/highlights04-input.html
rename to experiments/Editor/tests/selection/highlights04-input.html
diff --git a/Editor/tests/selection/highlights05-expected.html b/experiments/Editor/tests/selection/highlights05-expected.html
similarity index 100%
rename from Editor/tests/selection/highlights05-expected.html
rename to experiments/Editor/tests/selection/highlights05-expected.html
diff --git a/Editor/tests/selection/highlights05-input.html b/experiments/Editor/tests/selection/highlights05-input.html
similarity index 100%
rename from Editor/tests/selection/highlights05-input.html
rename to experiments/Editor/tests/selection/highlights05-input.html
diff --git a/Editor/tests/selection/positions-inner01a-expected.html b/experiments/Editor/tests/selection/positions-inner01a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner01a-expected.html
rename to experiments/Editor/tests/selection/positions-inner01a-expected.html
diff --git a/Editor/tests/selection/positions-inner01a-input.html b/experiments/Editor/tests/selection/positions-inner01a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner01a-input.html
rename to experiments/Editor/tests/selection/positions-inner01a-input.html
diff --git a/Editor/tests/selection/positions-inner01b-expected.html b/experiments/Editor/tests/selection/positions-inner01b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner01b-expected.html
rename to experiments/Editor/tests/selection/positions-inner01b-expected.html
diff --git a/Editor/tests/selection/positions-inner01b-input.html b/experiments/Editor/tests/selection/positions-inner01b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner01b-input.html
rename to experiments/Editor/tests/selection/positions-inner01b-input.html
diff --git a/Editor/tests/selection/positions-inner02a-expected.html b/experiments/Editor/tests/selection/positions-inner02a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner02a-expected.html
rename to experiments/Editor/tests/selection/positions-inner02a-expected.html
diff --git a/Editor/tests/selection/positions-inner02a-input.html b/experiments/Editor/tests/selection/positions-inner02a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner02a-input.html
rename to experiments/Editor/tests/selection/positions-inner02a-input.html
diff --git a/Editor/tests/selection/positions-inner02b-expected.html b/experiments/Editor/tests/selection/positions-inner02b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner02b-expected.html
rename to experiments/Editor/tests/selection/positions-inner02b-expected.html
diff --git a/Editor/tests/selection/positions-inner02b-input.html b/experiments/Editor/tests/selection/positions-inner02b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner02b-input.html
rename to experiments/Editor/tests/selection/positions-inner02b-input.html
diff --git a/Editor/tests/selection/positions-inner03a-expected.html b/experiments/Editor/tests/selection/positions-inner03a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner03a-expected.html
rename to experiments/Editor/tests/selection/positions-inner03a-expected.html
diff --git a/Editor/tests/selection/positions-inner03a-input.html b/experiments/Editor/tests/selection/positions-inner03a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner03a-input.html
rename to experiments/Editor/tests/selection/positions-inner03a-input.html
diff --git a/Editor/tests/selection/positions-inner03b-expected.html b/experiments/Editor/tests/selection/positions-inner03b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner03b-expected.html
rename to experiments/Editor/tests/selection/positions-inner03b-expected.html
diff --git a/Editor/tests/selection/positions-inner03b-input.html b/experiments/Editor/tests/selection/positions-inner03b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner03b-input.html
rename to experiments/Editor/tests/selection/positions-inner03b-input.html
diff --git a/Editor/tests/selection/positions-inner04a-expected.html b/experiments/Editor/tests/selection/positions-inner04a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner04a-expected.html
rename to experiments/Editor/tests/selection/positions-inner04a-expected.html
diff --git a/Editor/tests/selection/positions-inner04a-input.html b/experiments/Editor/tests/selection/positions-inner04a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner04a-input.html
rename to experiments/Editor/tests/selection/positions-inner04a-input.html
diff --git a/Editor/tests/selection/positions-inner04b-expected.html b/experiments/Editor/tests/selection/positions-inner04b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner04b-expected.html
rename to experiments/Editor/tests/selection/positions-inner04b-expected.html
diff --git a/Editor/tests/selection/positions-inner04b-input.html b/experiments/Editor/tests/selection/positions-inner04b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner04b-input.html
rename to experiments/Editor/tests/selection/positions-inner04b-input.html
diff --git a/Editor/tests/selection/positions-inner05a-expected.html b/experiments/Editor/tests/selection/positions-inner05a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner05a-expected.html
rename to experiments/Editor/tests/selection/positions-inner05a-expected.html
diff --git a/Editor/tests/selection/positions-inner05a-input.html b/experiments/Editor/tests/selection/positions-inner05a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner05a-input.html
rename to experiments/Editor/tests/selection/positions-inner05a-input.html
diff --git a/Editor/tests/selection/positions-inner05b-expected.html b/experiments/Editor/tests/selection/positions-inner05b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner05b-expected.html
rename to experiments/Editor/tests/selection/positions-inner05b-expected.html
diff --git a/Editor/tests/selection/positions-inner05b-input.html b/experiments/Editor/tests/selection/positions-inner05b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner05b-input.html
rename to experiments/Editor/tests/selection/positions-inner05b-input.html
diff --git a/Editor/tests/selection/positions-inner06a-expected.html b/experiments/Editor/tests/selection/positions-inner06a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner06a-expected.html
rename to experiments/Editor/tests/selection/positions-inner06a-expected.html
diff --git a/Editor/tests/selection/positions-inner06a-input.html b/experiments/Editor/tests/selection/positions-inner06a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner06a-input.html
rename to experiments/Editor/tests/selection/positions-inner06a-input.html
diff --git a/Editor/tests/selection/positions-inner06b-expected.html b/experiments/Editor/tests/selection/positions-inner06b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-inner06b-expected.html
rename to experiments/Editor/tests/selection/positions-inner06b-expected.html
diff --git a/Editor/tests/selection/positions-inner06b-input.html b/experiments/Editor/tests/selection/positions-inner06b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-inner06b-input.html
rename to experiments/Editor/tests/selection/positions-inner06b-input.html
diff --git a/Editor/tests/selection/positions-outer01a-expected.html b/experiments/Editor/tests/selection/positions-outer01a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer01a-expected.html
rename to experiments/Editor/tests/selection/positions-outer01a-expected.html
diff --git a/Editor/tests/selection/positions-outer01a-input.html b/experiments/Editor/tests/selection/positions-outer01a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer01a-input.html
rename to experiments/Editor/tests/selection/positions-outer01a-input.html
diff --git a/Editor/tests/selection/positions-outer01b-expected.html b/experiments/Editor/tests/selection/positions-outer01b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer01b-expected.html
rename to experiments/Editor/tests/selection/positions-outer01b-expected.html
diff --git a/Editor/tests/selection/positions-outer01b-input.html b/experiments/Editor/tests/selection/positions-outer01b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer01b-input.html
rename to experiments/Editor/tests/selection/positions-outer01b-input.html
diff --git a/Editor/tests/selection/positions-outer02a-expected.html b/experiments/Editor/tests/selection/positions-outer02a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer02a-expected.html
rename to experiments/Editor/tests/selection/positions-outer02a-expected.html
diff --git a/Editor/tests/selection/positions-outer02a-input.html b/experiments/Editor/tests/selection/positions-outer02a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer02a-input.html
rename to experiments/Editor/tests/selection/positions-outer02a-input.html
diff --git a/Editor/tests/selection/positions-outer02b-expected.html b/experiments/Editor/tests/selection/positions-outer02b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer02b-expected.html
rename to experiments/Editor/tests/selection/positions-outer02b-expected.html
diff --git a/Editor/tests/selection/positions-outer02b-input.html b/experiments/Editor/tests/selection/positions-outer02b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer02b-input.html
rename to experiments/Editor/tests/selection/positions-outer02b-input.html
diff --git a/Editor/tests/selection/positions-outer03a-expected.html b/experiments/Editor/tests/selection/positions-outer03a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer03a-expected.html
rename to experiments/Editor/tests/selection/positions-outer03a-expected.html
diff --git a/Editor/tests/selection/positions-outer03a-input.html b/experiments/Editor/tests/selection/positions-outer03a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer03a-input.html
rename to experiments/Editor/tests/selection/positions-outer03a-input.html
diff --git a/Editor/tests/selection/positions-outer03b-expected.html b/experiments/Editor/tests/selection/positions-outer03b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer03b-expected.html
rename to experiments/Editor/tests/selection/positions-outer03b-expected.html
diff --git a/Editor/tests/selection/positions-outer03b-input.html b/experiments/Editor/tests/selection/positions-outer03b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer03b-input.html
rename to experiments/Editor/tests/selection/positions-outer03b-input.html
diff --git a/Editor/tests/selection/positions-outer04a-expected.html b/experiments/Editor/tests/selection/positions-outer04a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer04a-expected.html
rename to experiments/Editor/tests/selection/positions-outer04a-expected.html
diff --git a/Editor/tests/selection/positions-outer04a-input.html b/experiments/Editor/tests/selection/positions-outer04a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer04a-input.html
rename to experiments/Editor/tests/selection/positions-outer04a-input.html
diff --git a/Editor/tests/selection/positions-outer04b-expected.html b/experiments/Editor/tests/selection/positions-outer04b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer04b-expected.html
rename to experiments/Editor/tests/selection/positions-outer04b-expected.html
diff --git a/Editor/tests/selection/positions-outer04b-input.html b/experiments/Editor/tests/selection/positions-outer04b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer04b-input.html
rename to experiments/Editor/tests/selection/positions-outer04b-input.html
diff --git a/Editor/tests/selection/positions-outer05a-expected.html b/experiments/Editor/tests/selection/positions-outer05a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer05a-expected.html
rename to experiments/Editor/tests/selection/positions-outer05a-expected.html
diff --git a/Editor/tests/selection/positions-outer05a-input.html b/experiments/Editor/tests/selection/positions-outer05a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer05a-input.html
rename to experiments/Editor/tests/selection/positions-outer05a-input.html
diff --git a/Editor/tests/selection/positions-outer05b-expected.html b/experiments/Editor/tests/selection/positions-outer05b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer05b-expected.html
rename to experiments/Editor/tests/selection/positions-outer05b-expected.html
diff --git a/Editor/tests/selection/positions-outer05b-input.html b/experiments/Editor/tests/selection/positions-outer05b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer05b-input.html
rename to experiments/Editor/tests/selection/positions-outer05b-input.html
diff --git a/Editor/tests/selection/positions-outer06a-expected.html b/experiments/Editor/tests/selection/positions-outer06a-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer06a-expected.html
rename to experiments/Editor/tests/selection/positions-outer06a-expected.html
diff --git a/Editor/tests/selection/positions-outer06a-input.html b/experiments/Editor/tests/selection/positions-outer06a-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer06a-input.html
rename to experiments/Editor/tests/selection/positions-outer06a-input.html
diff --git a/Editor/tests/selection/positions-outer06b-expected.html b/experiments/Editor/tests/selection/positions-outer06b-expected.html
similarity index 100%
rename from Editor/tests/selection/positions-outer06b-expected.html
rename to experiments/Editor/tests/selection/positions-outer06b-expected.html
diff --git a/Editor/tests/selection/positions-outer06b-input.html b/experiments/Editor/tests/selection/positions-outer06b-input.html
similarity index 100%
rename from Editor/tests/selection/positions-outer06b-input.html
rename to experiments/Editor/tests/selection/positions-outer06b-input.html
diff --git a/Editor/tests/selection/selectAll-from-table01-expected.html b/experiments/Editor/tests/selection/selectAll-from-table01-expected.html
similarity index 100%
rename from Editor/tests/selection/selectAll-from-table01-expected.html
rename to experiments/Editor/tests/selection/selectAll-from-table01-expected.html
diff --git a/Editor/tests/selection/selectAll-from-table01-input.html b/experiments/Editor/tests/selection/selectAll-from-table01-input.html
similarity index 100%
rename from Editor/tests/selection/selectAll-from-table01-input.html
rename to experiments/Editor/tests/selection/selectAll-from-table01-input.html
diff --git a/Editor/tests/selection/selectAll-from-table02-expected.html b/experiments/Editor/tests/selection/selectAll-from-table02-expected.html
similarity index 100%
rename from Editor/tests/selection/selectAll-from-table02-expected.html
rename to experiments/Editor/tests/selection/selectAll-from-table02-expected.html
diff --git a/Editor/tests/selection/selectAll-from-table02-input.html b/experiments/Editor/tests/selection/selectAll-from-table02-input.html
similarity index 100%
rename from Editor/tests/selection/selectAll-from-table02-input.html
rename to experiments/Editor/tests/selection/selectAll-from-table02-input.html
diff --git a/Editor/tests/selection/selectParagraph01-expected.html b/experiments/Editor/tests/selection/selectParagraph01-expected.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph01-expected.html
rename to experiments/Editor/tests/selection/selectParagraph01-expected.html
diff --git a/Editor/tests/selection/selectParagraph01-input.html b/experiments/Editor/tests/selection/selectParagraph01-input.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph01-input.html
rename to experiments/Editor/tests/selection/selectParagraph01-input.html
diff --git a/Editor/tests/selection/selectParagraph02-expected.html b/experiments/Editor/tests/selection/selectParagraph02-expected.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph02-expected.html
rename to experiments/Editor/tests/selection/selectParagraph02-expected.html
diff --git a/Editor/tests/selection/selectParagraph02-input.html b/experiments/Editor/tests/selection/selectParagraph02-input.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph02-input.html
rename to experiments/Editor/tests/selection/selectParagraph02-input.html
diff --git a/Editor/tests/selection/selectParagraph03-expected.html b/experiments/Editor/tests/selection/selectParagraph03-expected.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph03-expected.html
rename to experiments/Editor/tests/selection/selectParagraph03-expected.html
diff --git a/Editor/tests/selection/selectParagraph03-input.html b/experiments/Editor/tests/selection/selectParagraph03-input.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph03-input.html
rename to experiments/Editor/tests/selection/selectParagraph03-input.html
diff --git a/Editor/tests/selection/selectParagraph04-expected.html b/experiments/Editor/tests/selection/selectParagraph04-expected.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph04-expected.html
rename to experiments/Editor/tests/selection/selectParagraph04-expected.html
diff --git a/Editor/tests/selection/selectParagraph04-input.html b/experiments/Editor/tests/selection/selectParagraph04-input.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph04-input.html
rename to experiments/Editor/tests/selection/selectParagraph04-input.html
diff --git a/Editor/tests/selection/selectParagraph05-expected.html b/experiments/Editor/tests/selection/selectParagraph05-expected.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph05-expected.html
rename to experiments/Editor/tests/selection/selectParagraph05-expected.html
diff --git a/Editor/tests/selection/selectParagraph05-input.html b/experiments/Editor/tests/selection/selectParagraph05-input.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph05-input.html
rename to experiments/Editor/tests/selection/selectParagraph05-input.html
diff --git a/Editor/tests/selection/selectParagraph06-expected.html b/experiments/Editor/tests/selection/selectParagraph06-expected.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph06-expected.html
rename to experiments/Editor/tests/selection/selectParagraph06-expected.html
diff --git a/Editor/tests/selection/selectParagraph06-input.html b/experiments/Editor/tests/selection/selectParagraph06-input.html
similarity index 100%
rename from Editor/tests/selection/selectParagraph06-input.html
rename to experiments/Editor/tests/selection/selectParagraph06-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor-figure01-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor-figure01-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-figure01-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-figure01-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor-figure01-input.html b/experiments/Editor/tests/selection/selectWordAtCursor-figure01-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-figure01-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-figure01-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor-figure02-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor-figure02-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-figure02-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-figure02-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor-figure02-input.html b/experiments/Editor/tests/selection/selectWordAtCursor-figure02-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-figure02-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-figure02-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor-table01-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor-table01-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-table01-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-table01-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor-table01-input.html b/experiments/Editor/tests/selection/selectWordAtCursor-table01-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-table01-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-table01-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor-table02-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor-table02-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-table02-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-table02-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor-table02-input.html b/experiments/Editor/tests/selection/selectWordAtCursor-table02-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor-table02-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor-table02-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor01-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor01-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor01-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor01-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor01-input.html b/experiments/Editor/tests/selection/selectWordAtCursor01-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor01-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor01-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor02-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor02-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor02-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor02-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor02-input.html b/experiments/Editor/tests/selection/selectWordAtCursor02-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor02-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor02-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor03-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor03-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor03-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor03-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor03-input.html b/experiments/Editor/tests/selection/selectWordAtCursor03-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor03-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor03-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor04-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor04-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor04-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor04-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor04-input.html b/experiments/Editor/tests/selection/selectWordAtCursor04-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor04-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor04-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor05-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor05-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor05-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor05-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor05-input.html b/experiments/Editor/tests/selection/selectWordAtCursor05-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor05-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor05-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor06-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor06-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor06-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor06-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor06-input.html b/experiments/Editor/tests/selection/selectWordAtCursor06-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor06-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor06-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor07-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor07-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor07-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor07-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor07-input.html b/experiments/Editor/tests/selection/selectWordAtCursor07-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor07-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor07-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor08-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor08-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor08-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor08-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor08-input.html b/experiments/Editor/tests/selection/selectWordAtCursor08-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor08-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor08-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor09-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor09-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor09-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor09-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor09-input.html b/experiments/Editor/tests/selection/selectWordAtCursor09-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor09-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor09-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor10-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor10-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor10-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor10-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor10-input.html b/experiments/Editor/tests/selection/selectWordAtCursor10-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor10-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor10-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor11-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor11-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor11-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor11-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor11-input.html b/experiments/Editor/tests/selection/selectWordAtCursor11-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor11-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor11-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor12-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor12-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor12-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor12-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor12-input.html b/experiments/Editor/tests/selection/selectWordAtCursor12-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor12-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor12-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor13-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor13-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor13-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor13-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor13-input.html b/experiments/Editor/tests/selection/selectWordAtCursor13-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor13-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor13-input.html
diff --git a/Editor/tests/selection/selectWordAtCursor14-expected.html b/experiments/Editor/tests/selection/selectWordAtCursor14-expected.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor14-expected.html
rename to experiments/Editor/tests/selection/selectWordAtCursor14-expected.html
diff --git a/Editor/tests/selection/selectWordAtCursor14-input.html b/experiments/Editor/tests/selection/selectWordAtCursor14-input.html
similarity index 100%
rename from Editor/tests/selection/selectWordAtCursor14-input.html
rename to experiments/Editor/tests/selection/selectWordAtCursor14-input.html
diff --git a/Editor/tests/selection/tableSelection01-expected.html b/experiments/Editor/tests/selection/tableSelection01-expected.html
similarity index 100%
rename from Editor/tests/selection/tableSelection01-expected.html
rename to experiments/Editor/tests/selection/tableSelection01-expected.html
diff --git a/Editor/tests/selection/tableSelection01-input.html b/experiments/Editor/tests/selection/tableSelection01-input.html
similarity index 100%
rename from Editor/tests/selection/tableSelection01-input.html
rename to experiments/Editor/tests/selection/tableSelection01-input.html
diff --git a/Editor/tests/server.js b/experiments/Editor/tests/server.js
similarity index 100%
rename from Editor/tests/server.js
rename to experiments/Editor/tests/server.js
diff --git a/Editor/tests/tables/TableTests.js b/experiments/Editor/tests/tables/TableTests.js
similarity index 100%
rename from Editor/tests/tables/TableTests.js
rename to experiments/Editor/tests/tables/TableTests.js
diff --git a/Editor/tests/tables/addAdjacentColumn01-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn01-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn01-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn01-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn01-input.html b/experiments/Editor/tests/tables/addAdjacentColumn01-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn01-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn01-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn02-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn02-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn02-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn02-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn02-input.html b/experiments/Editor/tests/tables/addAdjacentColumn02-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn02-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn02-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn03-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn03-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn03-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn03-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn03-input.html b/experiments/Editor/tests/tables/addAdjacentColumn03-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn03-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn03-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn04-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn04-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn04-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn04-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn04-input.html b/experiments/Editor/tests/tables/addAdjacentColumn04-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn04-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn04-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn05-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn05-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn05-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn05-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn05-input.html b/experiments/Editor/tests/tables/addAdjacentColumn05-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn05-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn05-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn06-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn06-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn06-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn06-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn06-input.html b/experiments/Editor/tests/tables/addAdjacentColumn06-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn06-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn06-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn07-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn07-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn07-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn07-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn07-input.html b/experiments/Editor/tests/tables/addAdjacentColumn07-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn07-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn07-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn08-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn08-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn08-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn08-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn08-input.html b/experiments/Editor/tests/tables/addAdjacentColumn08-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn08-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn08-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn09-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn09-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn09-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn09-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn09-input.html b/experiments/Editor/tests/tables/addAdjacentColumn09-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn09-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn09-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn10-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn10-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn10-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn10-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn10-input.html b/experiments/Editor/tests/tables/addAdjacentColumn10-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn10-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn10-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn11-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn11-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn11-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn11-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn11-input.html b/experiments/Editor/tests/tables/addAdjacentColumn11-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn11-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn11-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn12-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn12-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn12-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn12-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn12-input.html b/experiments/Editor/tests/tables/addAdjacentColumn12-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn12-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn12-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn13-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn13-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn13-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn13-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn13-input.html b/experiments/Editor/tests/tables/addAdjacentColumn13-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn13-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn13-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn14-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn14-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn14-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn14-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn14-input.html b/experiments/Editor/tests/tables/addAdjacentColumn14-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn14-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn14-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn15-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn15-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn15-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn15-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn15-input.html b/experiments/Editor/tests/tables/addAdjacentColumn15-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn15-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn15-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn16-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn16-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn16-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn16-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn16-input.html b/experiments/Editor/tests/tables/addAdjacentColumn16-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn16-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn16-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn17-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn17-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn17-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn17-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn17-input.html b/experiments/Editor/tests/tables/addAdjacentColumn17-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn17-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn17-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn18-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn18-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn18-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn18-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn18-input.html b/experiments/Editor/tests/tables/addAdjacentColumn18-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn18-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn18-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn19-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn19-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn19-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn19-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn19-input.html b/experiments/Editor/tests/tables/addAdjacentColumn19-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn19-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn19-input.html
diff --git a/Editor/tests/tables/addAdjacentColumn20-expected.html b/experiments/Editor/tests/tables/addAdjacentColumn20-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn20-expected.html
rename to experiments/Editor/tests/tables/addAdjacentColumn20-expected.html
diff --git a/Editor/tests/tables/addAdjacentColumn20-input.html b/experiments/Editor/tests/tables/addAdjacentColumn20-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentColumn20-input.html
rename to experiments/Editor/tests/tables/addAdjacentColumn20-input.html
diff --git a/Editor/tests/tables/addAdjacentRow01-expected.html b/experiments/Editor/tests/tables/addAdjacentRow01-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow01-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow01-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow01-input.html b/experiments/Editor/tests/tables/addAdjacentRow01-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow01-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow01-input.html
diff --git a/Editor/tests/tables/addAdjacentRow02-expected.html b/experiments/Editor/tests/tables/addAdjacentRow02-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow02-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow02-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow02-input.html b/experiments/Editor/tests/tables/addAdjacentRow02-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow02-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow02-input.html
diff --git a/Editor/tests/tables/addAdjacentRow03-expected.html b/experiments/Editor/tests/tables/addAdjacentRow03-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow03-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow03-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow03-input.html b/experiments/Editor/tests/tables/addAdjacentRow03-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow03-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow03-input.html
diff --git a/Editor/tests/tables/addAdjacentRow04-expected.html b/experiments/Editor/tests/tables/addAdjacentRow04-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow04-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow04-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow04-input.html b/experiments/Editor/tests/tables/addAdjacentRow04-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow04-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow04-input.html
diff --git a/Editor/tests/tables/addAdjacentRow05-expected.html b/experiments/Editor/tests/tables/addAdjacentRow05-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow05-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow05-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow05-input.html b/experiments/Editor/tests/tables/addAdjacentRow05-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow05-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow05-input.html
diff --git a/Editor/tests/tables/addAdjacentRow06-expected.html b/experiments/Editor/tests/tables/addAdjacentRow06-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow06-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow06-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow06-input.html b/experiments/Editor/tests/tables/addAdjacentRow06-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow06-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow06-input.html
diff --git a/Editor/tests/tables/addAdjacentRow07-expected.html b/experiments/Editor/tests/tables/addAdjacentRow07-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow07-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow07-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow07-input.html b/experiments/Editor/tests/tables/addAdjacentRow07-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow07-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow07-input.html
diff --git a/Editor/tests/tables/addAdjacentRow08-expected.html b/experiments/Editor/tests/tables/addAdjacentRow08-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow08-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow08-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow08-input.html b/experiments/Editor/tests/tables/addAdjacentRow08-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow08-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow08-input.html
diff --git a/Editor/tests/tables/addAdjacentRow09-expected.html b/experiments/Editor/tests/tables/addAdjacentRow09-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow09-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow09-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow09-input.html b/experiments/Editor/tests/tables/addAdjacentRow09-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow09-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow09-input.html
diff --git a/Editor/tests/tables/addAdjacentRow10-expected.html b/experiments/Editor/tests/tables/addAdjacentRow10-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow10-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow10-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow10-input.html b/experiments/Editor/tests/tables/addAdjacentRow10-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow10-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow10-input.html
diff --git a/Editor/tests/tables/addAdjacentRow11-expected.html b/experiments/Editor/tests/tables/addAdjacentRow11-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow11-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow11-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow11-input.html b/experiments/Editor/tests/tables/addAdjacentRow11-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow11-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow11-input.html
diff --git a/Editor/tests/tables/addAdjacentRow12-expected.html b/experiments/Editor/tests/tables/addAdjacentRow12-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow12-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow12-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow12-input.html b/experiments/Editor/tests/tables/addAdjacentRow12-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow12-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow12-input.html
diff --git a/Editor/tests/tables/addAdjacentRow13-expected.html b/experiments/Editor/tests/tables/addAdjacentRow13-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow13-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow13-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow13-input.html b/experiments/Editor/tests/tables/addAdjacentRow13-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow13-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow13-input.html
diff --git a/Editor/tests/tables/addAdjacentRow14-expected.html b/experiments/Editor/tests/tables/addAdjacentRow14-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow14-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow14-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow14-input.html b/experiments/Editor/tests/tables/addAdjacentRow14-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow14-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow14-input.html
diff --git a/Editor/tests/tables/addAdjacentRow15-expected.html b/experiments/Editor/tests/tables/addAdjacentRow15-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow15-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow15-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow15-input.html b/experiments/Editor/tests/tables/addAdjacentRow15-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow15-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow15-input.html
diff --git a/Editor/tests/tables/addAdjacentRow16-expected.html b/experiments/Editor/tests/tables/addAdjacentRow16-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow16-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow16-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow16-input.html b/experiments/Editor/tests/tables/addAdjacentRow16-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow16-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow16-input.html
diff --git a/Editor/tests/tables/addAdjacentRow17-expected.html b/experiments/Editor/tests/tables/addAdjacentRow17-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow17-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow17-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow17-input.html b/experiments/Editor/tests/tables/addAdjacentRow17-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow17-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow17-input.html
diff --git a/Editor/tests/tables/addAdjacentRow18-expected.html b/experiments/Editor/tests/tables/addAdjacentRow18-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow18-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow18-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow18-input.html b/experiments/Editor/tests/tables/addAdjacentRow18-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow18-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow18-input.html
diff --git a/Editor/tests/tables/addAdjacentRow19-expected.html b/experiments/Editor/tests/tables/addAdjacentRow19-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow19-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow19-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow19-input.html b/experiments/Editor/tests/tables/addAdjacentRow19-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow19-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow19-input.html
diff --git a/Editor/tests/tables/addAdjacentRow20-expected.html b/experiments/Editor/tests/tables/addAdjacentRow20-expected.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow20-expected.html
rename to experiments/Editor/tests/tables/addAdjacentRow20-expected.html
diff --git a/Editor/tests/tables/addAdjacentRow20-input.html b/experiments/Editor/tests/tables/addAdjacentRow20-input.html
similarity index 100%
rename from Editor/tests/tables/addAdjacentRow20-input.html
rename to experiments/Editor/tests/tables/addAdjacentRow20-input.html
diff --git a/Editor/tests/tables/addColElement01-expected.html b/experiments/Editor/tests/tables/addColElement01-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement01-expected.html
rename to experiments/Editor/tests/tables/addColElement01-expected.html
diff --git a/Editor/tests/tables/addColElement01-input.html b/experiments/Editor/tests/tables/addColElement01-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement01-input.html
rename to experiments/Editor/tests/tables/addColElement01-input.html
diff --git a/Editor/tests/tables/addColElement02-expected.html b/experiments/Editor/tests/tables/addColElement02-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement02-expected.html
rename to experiments/Editor/tests/tables/addColElement02-expected.html
diff --git a/Editor/tests/tables/addColElement02-input.html b/experiments/Editor/tests/tables/addColElement02-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement02-input.html
rename to experiments/Editor/tests/tables/addColElement02-input.html
diff --git a/Editor/tests/tables/addColElement03-expected.html b/experiments/Editor/tests/tables/addColElement03-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement03-expected.html
rename to experiments/Editor/tests/tables/addColElement03-expected.html
diff --git a/Editor/tests/tables/addColElement03-input.html b/experiments/Editor/tests/tables/addColElement03-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement03-input.html
rename to experiments/Editor/tests/tables/addColElement03-input.html
diff --git a/Editor/tests/tables/addColElement04-expected.html b/experiments/Editor/tests/tables/addColElement04-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement04-expected.html
rename to experiments/Editor/tests/tables/addColElement04-expected.html
diff --git a/Editor/tests/tables/addColElement04-input.html b/experiments/Editor/tests/tables/addColElement04-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement04-input.html
rename to experiments/Editor/tests/tables/addColElement04-input.html
diff --git a/Editor/tests/tables/addColElement05-expected.html b/experiments/Editor/tests/tables/addColElement05-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement05-expected.html
rename to experiments/Editor/tests/tables/addColElement05-expected.html
diff --git a/Editor/tests/tables/addColElement05-input.html b/experiments/Editor/tests/tables/addColElement05-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement05-input.html
rename to experiments/Editor/tests/tables/addColElement05-input.html
diff --git a/Editor/tests/tables/addColElement06-expected.html b/experiments/Editor/tests/tables/addColElement06-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement06-expected.html
rename to experiments/Editor/tests/tables/addColElement06-expected.html
diff --git a/Editor/tests/tables/addColElement06-input.html b/experiments/Editor/tests/tables/addColElement06-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement06-input.html
rename to experiments/Editor/tests/tables/addColElement06-input.html
diff --git a/Editor/tests/tables/addColElement07-expected.html b/experiments/Editor/tests/tables/addColElement07-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement07-expected.html
rename to experiments/Editor/tests/tables/addColElement07-expected.html
diff --git a/Editor/tests/tables/addColElement07-input.html b/experiments/Editor/tests/tables/addColElement07-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement07-input.html
rename to experiments/Editor/tests/tables/addColElement07-input.html
diff --git a/Editor/tests/tables/addColElement08-expected.html b/experiments/Editor/tests/tables/addColElement08-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement08-expected.html
rename to experiments/Editor/tests/tables/addColElement08-expected.html
diff --git a/Editor/tests/tables/addColElement08-input.html b/experiments/Editor/tests/tables/addColElement08-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement08-input.html
rename to experiments/Editor/tests/tables/addColElement08-input.html
diff --git a/Editor/tests/tables/addColElement09-expected.html b/experiments/Editor/tests/tables/addColElement09-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement09-expected.html
rename to experiments/Editor/tests/tables/addColElement09-expected.html
diff --git a/Editor/tests/tables/addColElement09-input.html b/experiments/Editor/tests/tables/addColElement09-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement09-input.html
rename to experiments/Editor/tests/tables/addColElement09-input.html
diff --git a/Editor/tests/tables/addColElement10-expected.html b/experiments/Editor/tests/tables/addColElement10-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement10-expected.html
rename to experiments/Editor/tests/tables/addColElement10-expected.html
diff --git a/Editor/tests/tables/addColElement10-input.html b/experiments/Editor/tests/tables/addColElement10-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement10-input.html
rename to experiments/Editor/tests/tables/addColElement10-input.html
diff --git a/Editor/tests/tables/addColElement11-expected.html b/experiments/Editor/tests/tables/addColElement11-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement11-expected.html
rename to experiments/Editor/tests/tables/addColElement11-expected.html
diff --git a/Editor/tests/tables/addColElement11-input.html b/experiments/Editor/tests/tables/addColElement11-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement11-input.html
rename to experiments/Editor/tests/tables/addColElement11-input.html
diff --git a/Editor/tests/tables/addColElement12-expected.html b/experiments/Editor/tests/tables/addColElement12-expected.html
similarity index 100%
rename from Editor/tests/tables/addColElement12-expected.html
rename to experiments/Editor/tests/tables/addColElement12-expected.html
diff --git a/Editor/tests/tables/addColElement12-input.html b/experiments/Editor/tests/tables/addColElement12-input.html
similarity index 100%
rename from Editor/tests/tables/addColElement12-input.html
rename to experiments/Editor/tests/tables/addColElement12-input.html
diff --git a/Editor/tests/tables/caption-moveLeft-expected.html b/experiments/Editor/tests/tables/caption-moveLeft-expected.html
similarity index 100%
rename from Editor/tests/tables/caption-moveLeft-expected.html
rename to experiments/Editor/tests/tables/caption-moveLeft-expected.html
diff --git a/Editor/tests/tables/caption-moveLeft-input.html b/experiments/Editor/tests/tables/caption-moveLeft-input.html
similarity index 100%
rename from Editor/tests/tables/caption-moveLeft-input.html
rename to experiments/Editor/tests/tables/caption-moveLeft-input.html
diff --git a/Editor/tests/tables/caption-moveRight-expected.html b/experiments/Editor/tests/tables/caption-moveRight-expected.html
similarity index 100%
rename from Editor/tests/tables/caption-moveRight-expected.html
rename to experiments/Editor/tests/tables/caption-moveRight-expected.html
diff --git a/Editor/tests/tables/caption-moveRight-input.html b/experiments/Editor/tests/tables/caption-moveRight-input.html
similarity index 100%
rename from Editor/tests/tables/caption-moveRight-input.html
rename to experiments/Editor/tests/tables/caption-moveRight-input.html
diff --git a/Editor/tests/tables/copy01-expected.html b/experiments/Editor/tests/tables/copy01-expected.html
similarity index 100%
rename from Editor/tests/tables/copy01-expected.html
rename to experiments/Editor/tests/tables/copy01-expected.html
diff --git a/Editor/tests/tables/copy01-input.html b/experiments/Editor/tests/tables/copy01-input.html
similarity index 100%
rename from Editor/tests/tables/copy01-input.html
rename to experiments/Editor/tests/tables/copy01-input.html
diff --git a/Editor/tests/tables/copy02-expected.html b/experiments/Editor/tests/tables/copy02-expected.html
similarity index 100%
rename from Editor/tests/tables/copy02-expected.html
rename to experiments/Editor/tests/tables/copy02-expected.html
diff --git a/Editor/tests/tables/copy02-input.html b/experiments/Editor/tests/tables/copy02-input.html
similarity index 100%
rename from Editor/tests/tables/copy02-input.html
rename to experiments/Editor/tests/tables/copy02-input.html
diff --git a/Editor/tests/tables/copy03-expected.html b/experiments/Editor/tests/tables/copy03-expected.html
similarity index 100%
rename from Editor/tests/tables/copy03-expected.html
rename to experiments/Editor/tests/tables/copy03-expected.html
diff --git a/Editor/tests/tables/copy03-input.html b/experiments/Editor/tests/tables/copy03-input.html
similarity index 100%
rename from Editor/tests/tables/copy03-input.html
rename to experiments/Editor/tests/tables/copy03-input.html
diff --git a/Editor/tests/tables/copy04-expected.html b/experiments/Editor/tests/tables/copy04-expected.html
similarity index 100%
rename from Editor/tests/tables/copy04-expected.html
rename to experiments/Editor/tests/tables/copy04-expected.html
diff --git a/Editor/tests/tables/copy04-input.html b/experiments/Editor/tests/tables/copy04-input.html
similarity index 100%
rename from Editor/tests/tables/copy04-input.html
rename to experiments/Editor/tests/tables/copy04-input.html
diff --git a/Editor/tests/tables/copy05-expected.html b/experiments/Editor/tests/tables/copy05-expected.html
similarity index 100%
rename from Editor/tests/tables/copy05-expected.html
rename to experiments/Editor/tests/tables/copy05-expected.html
diff --git a/Editor/tests/tables/copy05-input.html b/experiments/Editor/tests/tables/copy05-input.html
similarity index 100%
rename from Editor/tests/tables/copy05-input.html
rename to experiments/Editor/tests/tables/copy05-input.html
diff --git a/Editor/tests/tables/copy06-expected.html b/experiments/Editor/tests/tables/copy06-expected.html
similarity index 100%
rename from Editor/tests/tables/copy06-expected.html
rename to experiments/Editor/tests/tables/copy06-expected.html
diff --git a/Editor/tests/tables/copy06-input.html b/experiments/Editor/tests/tables/copy06-input.html
similarity index 100%
rename from Editor/tests/tables/copy06-input.html
rename to experiments/Editor/tests/tables/copy06-input.html
diff --git a/Editor/tests/tables/copy07-expected.html b/experiments/Editor/tests/tables/copy07-expected.html
similarity index 100%
rename from Editor/tests/tables/copy07-expected.html
rename to experiments/Editor/tests/tables/copy07-expected.html
diff --git a/Editor/tests/tables/copy07-input.html b/experiments/Editor/tests/tables/copy07-input.html
similarity index 100%
rename from Editor/tests/tables/copy07-input.html
rename to experiments/Editor/tests/tables/copy07-input.html
diff --git a/Editor/tests/tables/copy08-expected.html b/experiments/Editor/tests/tables/copy08-expected.html
similarity index 100%
rename from Editor/tests/tables/copy08-expected.html
rename to experiments/Editor/tests/tables/copy08-expected.html
diff --git a/Editor/tests/tables/copy08-input.html b/experiments/Editor/tests/tables/copy08-input.html
similarity index 100%
rename from Editor/tests/tables/copy08-input.html
rename to experiments/Editor/tests/tables/copy08-input.html
diff --git a/Editor/tests/tables/copy09-expected.html b/experiments/Editor/tests/tables/copy09-expected.html
similarity index 100%
rename from Editor/tests/tables/copy09-expected.html
rename to experiments/Editor/tests/tables/copy09-expected.html
diff --git a/Editor/tests/tables/copy09-input.html b/experiments/Editor/tests/tables/copy09-input.html
similarity index 100%
rename from Editor/tests/tables/copy09-input.html
rename to experiments/Editor/tests/tables/copy09-input.html
diff --git a/Editor/tests/tables/copy10-expected.html b/experiments/Editor/tests/tables/copy10-expected.html
similarity index 100%
rename from Editor/tests/tables/copy10-expected.html
rename to experiments/Editor/tests/tables/copy10-expected.html
diff --git a/Editor/tests/tables/copy10-input.html b/experiments/Editor/tests/tables/copy10-input.html
similarity index 100%
rename from Editor/tests/tables/copy10-input.html
rename to experiments/Editor/tests/tables/copy10-input.html
diff --git a/Editor/tests/tables/deleteCellContents01-expected.html b/experiments/Editor/tests/tables/deleteCellContents01-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents01-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents01-expected.html
diff --git a/Editor/tests/tables/deleteCellContents01-input.html b/experiments/Editor/tests/tables/deleteCellContents01-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents01-input.html
rename to experiments/Editor/tests/tables/deleteCellContents01-input.html
diff --git a/Editor/tests/tables/deleteCellContents02-expected.html b/experiments/Editor/tests/tables/deleteCellContents02-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents02-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents02-expected.html
diff --git a/Editor/tests/tables/deleteCellContents02-input.html b/experiments/Editor/tests/tables/deleteCellContents02-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents02-input.html
rename to experiments/Editor/tests/tables/deleteCellContents02-input.html
diff --git a/Editor/tests/tables/deleteCellContents03-expected.html b/experiments/Editor/tests/tables/deleteCellContents03-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents03-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents03-expected.html
diff --git a/Editor/tests/tables/deleteCellContents03-input.html b/experiments/Editor/tests/tables/deleteCellContents03-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents03-input.html
rename to experiments/Editor/tests/tables/deleteCellContents03-input.html
diff --git a/Editor/tests/tables/deleteCellContents04-expected.html b/experiments/Editor/tests/tables/deleteCellContents04-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents04-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents04-expected.html
diff --git a/Editor/tests/tables/deleteCellContents04-input.html b/experiments/Editor/tests/tables/deleteCellContents04-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents04-input.html
rename to experiments/Editor/tests/tables/deleteCellContents04-input.html
diff --git a/Editor/tests/tables/deleteCellContents05-expected.html b/experiments/Editor/tests/tables/deleteCellContents05-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents05-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents05-expected.html
diff --git a/Editor/tests/tables/deleteCellContents05-input.html b/experiments/Editor/tests/tables/deleteCellContents05-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents05-input.html
rename to experiments/Editor/tests/tables/deleteCellContents05-input.html
diff --git a/Editor/tests/tables/deleteCellContents06-expected.html b/experiments/Editor/tests/tables/deleteCellContents06-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents06-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents06-expected.html
diff --git a/Editor/tests/tables/deleteCellContents06-input.html b/experiments/Editor/tests/tables/deleteCellContents06-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents06-input.html
rename to experiments/Editor/tests/tables/deleteCellContents06-input.html
diff --git a/Editor/tests/tables/deleteCellContents07-expected.html b/experiments/Editor/tests/tables/deleteCellContents07-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents07-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents07-expected.html
diff --git a/Editor/tests/tables/deleteCellContents07-input.html b/experiments/Editor/tests/tables/deleteCellContents07-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents07-input.html
rename to experiments/Editor/tests/tables/deleteCellContents07-input.html
diff --git a/Editor/tests/tables/deleteCellContents08-expected.html b/experiments/Editor/tests/tables/deleteCellContents08-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents08-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents08-expected.html
diff --git a/Editor/tests/tables/deleteCellContents08-input.html b/experiments/Editor/tests/tables/deleteCellContents08-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents08-input.html
rename to experiments/Editor/tests/tables/deleteCellContents08-input.html
diff --git a/Editor/tests/tables/deleteCellContents09-expected.html b/experiments/Editor/tests/tables/deleteCellContents09-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents09-expected.html
rename to experiments/Editor/tests/tables/deleteCellContents09-expected.html
diff --git a/Editor/tests/tables/deleteCellContents09-input.html b/experiments/Editor/tests/tables/deleteCellContents09-input.html
similarity index 100%
rename from Editor/tests/tables/deleteCellContents09-input.html
rename to experiments/Editor/tests/tables/deleteCellContents09-input.html
diff --git a/Editor/tests/tables/deleteColElements01-expected.html b/experiments/Editor/tests/tables/deleteColElements01-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements01-expected.html
rename to experiments/Editor/tests/tables/deleteColElements01-expected.html
diff --git a/Editor/tests/tables/deleteColElements01-input.html b/experiments/Editor/tests/tables/deleteColElements01-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements01-input.html
rename to experiments/Editor/tests/tables/deleteColElements01-input.html
diff --git a/Editor/tests/tables/deleteColElements02-expected.html b/experiments/Editor/tests/tables/deleteColElements02-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements02-expected.html
rename to experiments/Editor/tests/tables/deleteColElements02-expected.html
diff --git a/Editor/tests/tables/deleteColElements02-input.html b/experiments/Editor/tests/tables/deleteColElements02-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements02-input.html
rename to experiments/Editor/tests/tables/deleteColElements02-input.html
diff --git a/Editor/tests/tables/deleteColElements05-expected.html b/experiments/Editor/tests/tables/deleteColElements05-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements05-expected.html
rename to experiments/Editor/tests/tables/deleteColElements05-expected.html
diff --git a/Editor/tests/tables/deleteColElements05-input.html b/experiments/Editor/tests/tables/deleteColElements05-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements05-input.html
rename to experiments/Editor/tests/tables/deleteColElements05-input.html
diff --git a/Editor/tests/tables/deleteColElements06-expected.html b/experiments/Editor/tests/tables/deleteColElements06-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements06-expected.html
rename to experiments/Editor/tests/tables/deleteColElements06-expected.html
diff --git a/Editor/tests/tables/deleteColElements06-input.html b/experiments/Editor/tests/tables/deleteColElements06-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements06-input.html
rename to experiments/Editor/tests/tables/deleteColElements06-input.html
diff --git a/Editor/tests/tables/deleteColElements07-expected.html b/experiments/Editor/tests/tables/deleteColElements07-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements07-expected.html
rename to experiments/Editor/tests/tables/deleteColElements07-expected.html
diff --git a/Editor/tests/tables/deleteColElements07-input.html b/experiments/Editor/tests/tables/deleteColElements07-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements07-input.html
rename to experiments/Editor/tests/tables/deleteColElements07-input.html
diff --git a/Editor/tests/tables/deleteColElements10-expected.html b/experiments/Editor/tests/tables/deleteColElements10-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements10-expected.html
rename to experiments/Editor/tests/tables/deleteColElements10-expected.html
diff --git a/Editor/tests/tables/deleteColElements10-input.html b/experiments/Editor/tests/tables/deleteColElements10-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements10-input.html
rename to experiments/Editor/tests/tables/deleteColElements10-input.html
diff --git a/Editor/tests/tables/deleteColElements11-expected.html b/experiments/Editor/tests/tables/deleteColElements11-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements11-expected.html
rename to experiments/Editor/tests/tables/deleteColElements11-expected.html
diff --git a/Editor/tests/tables/deleteColElements11-input.html b/experiments/Editor/tests/tables/deleteColElements11-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements11-input.html
rename to experiments/Editor/tests/tables/deleteColElements11-input.html
diff --git a/Editor/tests/tables/deleteColElements12-expected.html b/experiments/Editor/tests/tables/deleteColElements12-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements12-expected.html
rename to experiments/Editor/tests/tables/deleteColElements12-expected.html
diff --git a/Editor/tests/tables/deleteColElements12-input.html b/experiments/Editor/tests/tables/deleteColElements12-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColElements12-input.html
rename to experiments/Editor/tests/tables/deleteColElements12-input.html
diff --git a/Editor/tests/tables/deleteColumns01-expected.html b/experiments/Editor/tests/tables/deleteColumns01-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns01-expected.html
rename to experiments/Editor/tests/tables/deleteColumns01-expected.html
diff --git a/Editor/tests/tables/deleteColumns01-input.html b/experiments/Editor/tests/tables/deleteColumns01-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns01-input.html
rename to experiments/Editor/tests/tables/deleteColumns01-input.html
diff --git a/Editor/tests/tables/deleteColumns02-expected.html b/experiments/Editor/tests/tables/deleteColumns02-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns02-expected.html
rename to experiments/Editor/tests/tables/deleteColumns02-expected.html
diff --git a/Editor/tests/tables/deleteColumns02-input.html b/experiments/Editor/tests/tables/deleteColumns02-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns02-input.html
rename to experiments/Editor/tests/tables/deleteColumns02-input.html
diff --git a/Editor/tests/tables/deleteColumns03-expected.html b/experiments/Editor/tests/tables/deleteColumns03-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns03-expected.html
rename to experiments/Editor/tests/tables/deleteColumns03-expected.html
diff --git a/Editor/tests/tables/deleteColumns03-input.html b/experiments/Editor/tests/tables/deleteColumns03-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns03-input.html
rename to experiments/Editor/tests/tables/deleteColumns03-input.html
diff --git a/Editor/tests/tables/deleteColumns04-expected.html b/experiments/Editor/tests/tables/deleteColumns04-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns04-expected.html
rename to experiments/Editor/tests/tables/deleteColumns04-expected.html
diff --git a/Editor/tests/tables/deleteColumns04-input.html b/experiments/Editor/tests/tables/deleteColumns04-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns04-input.html
rename to experiments/Editor/tests/tables/deleteColumns04-input.html
diff --git a/Editor/tests/tables/deleteColumns05-expected.html b/experiments/Editor/tests/tables/deleteColumns05-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns05-expected.html
rename to experiments/Editor/tests/tables/deleteColumns05-expected.html
diff --git a/Editor/tests/tables/deleteColumns05-input.html b/experiments/Editor/tests/tables/deleteColumns05-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns05-input.html
rename to experiments/Editor/tests/tables/deleteColumns05-input.html
diff --git a/Editor/tests/tables/deleteColumns06-expected.html b/experiments/Editor/tests/tables/deleteColumns06-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns06-expected.html
rename to experiments/Editor/tests/tables/deleteColumns06-expected.html
diff --git a/Editor/tests/tables/deleteColumns06-input.html b/experiments/Editor/tests/tables/deleteColumns06-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns06-input.html
rename to experiments/Editor/tests/tables/deleteColumns06-input.html
diff --git a/Editor/tests/tables/deleteColumns07-expected.html b/experiments/Editor/tests/tables/deleteColumns07-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns07-expected.html
rename to experiments/Editor/tests/tables/deleteColumns07-expected.html
diff --git a/Editor/tests/tables/deleteColumns07-input.html b/experiments/Editor/tests/tables/deleteColumns07-input.html
similarity index 100%
rename from Editor/tests/tables/deleteColumns07-input.html
rename to experiments/Editor/tests/tables/deleteColumns07-input.html
diff --git a/Editor/tests/tables/deleteRows01-expected.html b/experiments/Editor/tests/tables/deleteRows01-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows01-expected.html
rename to experiments/Editor/tests/tables/deleteRows01-expected.html
diff --git a/Editor/tests/tables/deleteRows01-input.html b/experiments/Editor/tests/tables/deleteRows01-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows01-input.html
rename to experiments/Editor/tests/tables/deleteRows01-input.html
diff --git a/Editor/tests/tables/deleteRows02-expected.html b/experiments/Editor/tests/tables/deleteRows02-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows02-expected.html
rename to experiments/Editor/tests/tables/deleteRows02-expected.html
diff --git a/Editor/tests/tables/deleteRows02-input.html b/experiments/Editor/tests/tables/deleteRows02-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows02-input.html
rename to experiments/Editor/tests/tables/deleteRows02-input.html
diff --git a/Editor/tests/tables/deleteRows03-expected.html b/experiments/Editor/tests/tables/deleteRows03-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows03-expected.html
rename to experiments/Editor/tests/tables/deleteRows03-expected.html
diff --git a/Editor/tests/tables/deleteRows03-input.html b/experiments/Editor/tests/tables/deleteRows03-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows03-input.html
rename to experiments/Editor/tests/tables/deleteRows03-input.html
diff --git a/Editor/tests/tables/deleteRows04-expected.html b/experiments/Editor/tests/tables/deleteRows04-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows04-expected.html
rename to experiments/Editor/tests/tables/deleteRows04-expected.html
diff --git a/Editor/tests/tables/deleteRows04-input.html b/experiments/Editor/tests/tables/deleteRows04-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows04-input.html
rename to experiments/Editor/tests/tables/deleteRows04-input.html
diff --git a/Editor/tests/tables/deleteRows05-expected.html b/experiments/Editor/tests/tables/deleteRows05-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows05-expected.html
rename to experiments/Editor/tests/tables/deleteRows05-expected.html
diff --git a/Editor/tests/tables/deleteRows05-input.html b/experiments/Editor/tests/tables/deleteRows05-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows05-input.html
rename to experiments/Editor/tests/tables/deleteRows05-input.html
diff --git a/Editor/tests/tables/deleteRows06-expected.html b/experiments/Editor/tests/tables/deleteRows06-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows06-expected.html
rename to experiments/Editor/tests/tables/deleteRows06-expected.html
diff --git a/Editor/tests/tables/deleteRows06-input.html b/experiments/Editor/tests/tables/deleteRows06-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows06-input.html
rename to experiments/Editor/tests/tables/deleteRows06-input.html
diff --git a/Editor/tests/tables/deleteRows07-expected.html b/experiments/Editor/tests/tables/deleteRows07-expected.html
similarity index 100%
rename from Editor/tests/tables/deleteRows07-expected.html
rename to experiments/Editor/tests/tables/deleteRows07-expected.html
diff --git a/Editor/tests/tables/deleteRows07-input.html b/experiments/Editor/tests/tables/deleteRows07-input.html
similarity index 100%
rename from Editor/tests/tables/deleteRows07-input.html
rename to experiments/Editor/tests/tables/deleteRows07-input.html
diff --git a/Editor/tests/tables/fixTable01-expected.html b/experiments/Editor/tests/tables/fixTable01-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable01-expected.html
rename to experiments/Editor/tests/tables/fixTable01-expected.html
diff --git a/Editor/tests/tables/fixTable01-input.html b/experiments/Editor/tests/tables/fixTable01-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable01-input.html
rename to experiments/Editor/tests/tables/fixTable01-input.html
diff --git a/Editor/tests/tables/fixTable02-expected.html b/experiments/Editor/tests/tables/fixTable02-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable02-expected.html
rename to experiments/Editor/tests/tables/fixTable02-expected.html
diff --git a/Editor/tests/tables/fixTable02-input.html b/experiments/Editor/tests/tables/fixTable02-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable02-input.html
rename to experiments/Editor/tests/tables/fixTable02-input.html
diff --git a/Editor/tests/tables/fixTable03-expected.html b/experiments/Editor/tests/tables/fixTable03-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable03-expected.html
rename to experiments/Editor/tests/tables/fixTable03-expected.html
diff --git a/Editor/tests/tables/fixTable03-input.html b/experiments/Editor/tests/tables/fixTable03-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable03-input.html
rename to experiments/Editor/tests/tables/fixTable03-input.html
diff --git a/Editor/tests/tables/fixTable04-expected.html b/experiments/Editor/tests/tables/fixTable04-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable04-expected.html
rename to experiments/Editor/tests/tables/fixTable04-expected.html
diff --git a/Editor/tests/tables/fixTable04-input.html b/experiments/Editor/tests/tables/fixTable04-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable04-input.html
rename to experiments/Editor/tests/tables/fixTable04-input.html
diff --git a/Editor/tests/tables/fixTable05-expected.html b/experiments/Editor/tests/tables/fixTable05-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable05-expected.html
rename to experiments/Editor/tests/tables/fixTable05-expected.html
diff --git a/Editor/tests/tables/fixTable05-input.html b/experiments/Editor/tests/tables/fixTable05-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable05-input.html
rename to experiments/Editor/tests/tables/fixTable05-input.html
diff --git a/Editor/tests/tables/fixTable06-expected.html b/experiments/Editor/tests/tables/fixTable06-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable06-expected.html
rename to experiments/Editor/tests/tables/fixTable06-expected.html
diff --git a/Editor/tests/tables/fixTable06-input.html b/experiments/Editor/tests/tables/fixTable06-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable06-input.html
rename to experiments/Editor/tests/tables/fixTable06-input.html
diff --git a/Editor/tests/tables/fixTable07-expected.html b/experiments/Editor/tests/tables/fixTable07-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable07-expected.html
rename to experiments/Editor/tests/tables/fixTable07-expected.html
diff --git a/Editor/tests/tables/fixTable07-input.html b/experiments/Editor/tests/tables/fixTable07-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable07-input.html
rename to experiments/Editor/tests/tables/fixTable07-input.html
diff --git a/Editor/tests/tables/fixTable08-expected.html b/experiments/Editor/tests/tables/fixTable08-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable08-expected.html
rename to experiments/Editor/tests/tables/fixTable08-expected.html
diff --git a/Editor/tests/tables/fixTable08-input.html b/experiments/Editor/tests/tables/fixTable08-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable08-input.html
rename to experiments/Editor/tests/tables/fixTable08-input.html
diff --git a/Editor/tests/tables/fixTable09-expected.html b/experiments/Editor/tests/tables/fixTable09-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable09-expected.html
rename to experiments/Editor/tests/tables/fixTable09-expected.html
diff --git a/Editor/tests/tables/fixTable09-input.html b/experiments/Editor/tests/tables/fixTable09-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable09-input.html
rename to experiments/Editor/tests/tables/fixTable09-input.html
diff --git a/Editor/tests/tables/fixTable10-expected.html b/experiments/Editor/tests/tables/fixTable10-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable10-expected.html
rename to experiments/Editor/tests/tables/fixTable10-expected.html
diff --git a/Editor/tests/tables/fixTable10-input.html b/experiments/Editor/tests/tables/fixTable10-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable10-input.html
rename to experiments/Editor/tests/tables/fixTable10-input.html
diff --git a/Editor/tests/tables/fixTable11-expected.html b/experiments/Editor/tests/tables/fixTable11-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable11-expected.html
rename to experiments/Editor/tests/tables/fixTable11-expected.html
diff --git a/Editor/tests/tables/fixTable11-input.html b/experiments/Editor/tests/tables/fixTable11-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable11-input.html
rename to experiments/Editor/tests/tables/fixTable11-input.html
diff --git a/Editor/tests/tables/fixTable12-expected.html b/experiments/Editor/tests/tables/fixTable12-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable12-expected.html
rename to experiments/Editor/tests/tables/fixTable12-expected.html
diff --git a/Editor/tests/tables/fixTable12-input.html b/experiments/Editor/tests/tables/fixTable12-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable12-input.html
rename to experiments/Editor/tests/tables/fixTable12-input.html
diff --git a/Editor/tests/tables/fixTable13-expected.html b/experiments/Editor/tests/tables/fixTable13-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable13-expected.html
rename to experiments/Editor/tests/tables/fixTable13-expected.html
diff --git a/Editor/tests/tables/fixTable13-input.html b/experiments/Editor/tests/tables/fixTable13-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable13-input.html
rename to experiments/Editor/tests/tables/fixTable13-input.html
diff --git a/Editor/tests/tables/fixTable14-expected.html b/experiments/Editor/tests/tables/fixTable14-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable14-expected.html
rename to experiments/Editor/tests/tables/fixTable14-expected.html
diff --git a/Editor/tests/tables/fixTable14-input.html b/experiments/Editor/tests/tables/fixTable14-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable14-input.html
rename to experiments/Editor/tests/tables/fixTable14-input.html
diff --git a/Editor/tests/tables/fixTable15-expected.html b/experiments/Editor/tests/tables/fixTable15-expected.html
similarity index 100%
rename from Editor/tests/tables/fixTable15-expected.html
rename to experiments/Editor/tests/tables/fixTable15-expected.html
diff --git a/Editor/tests/tables/fixTable15-input.html b/experiments/Editor/tests/tables/fixTable15-input.html
similarity index 100%
rename from Editor/tests/tables/fixTable15-input.html
rename to experiments/Editor/tests/tables/fixTable15-input.html
diff --git a/Editor/tests/tables/formattingInCell01-expected.html b/experiments/Editor/tests/tables/formattingInCell01-expected.html
similarity index 100%
rename from Editor/tests/tables/formattingInCell01-expected.html
rename to experiments/Editor/tests/tables/formattingInCell01-expected.html
diff --git a/Editor/tests/tables/formattingInCell01-input.html b/experiments/Editor/tests/tables/formattingInCell01-input.html
similarity index 100%
rename from Editor/tests/tables/formattingInCell01-input.html
rename to experiments/Editor/tests/tables/formattingInCell01-input.html
diff --git a/Editor/tests/tables/formattingInCell02-expected.html b/experiments/Editor/tests/tables/formattingInCell02-expected.html
similarity index 100%
rename from Editor/tests/tables/formattingInCell02-expected.html
rename to experiments/Editor/tests/tables/formattingInCell02-expected.html
diff --git a/Editor/tests/tables/formattingInCell02-input.html b/experiments/Editor/tests/tables/formattingInCell02-input.html
similarity index 100%
rename from Editor/tests/tables/formattingInCell02-input.html
rename to experiments/Editor/tests/tables/formattingInCell02-input.html
diff --git a/Editor/tests/tables/getColWidths01-expected.html b/experiments/Editor/tests/tables/getColWidths01-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths01-expected.html
rename to experiments/Editor/tests/tables/getColWidths01-expected.html
diff --git a/Editor/tests/tables/getColWidths01-input.html b/experiments/Editor/tests/tables/getColWidths01-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths01-input.html
rename to experiments/Editor/tests/tables/getColWidths01-input.html
diff --git a/Editor/tests/tables/getColWidths02-expected.html b/experiments/Editor/tests/tables/getColWidths02-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths02-expected.html
rename to experiments/Editor/tests/tables/getColWidths02-expected.html
diff --git a/Editor/tests/tables/getColWidths02-input.html b/experiments/Editor/tests/tables/getColWidths02-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths02-input.html
rename to experiments/Editor/tests/tables/getColWidths02-input.html
diff --git a/Editor/tests/tables/getColWidths03-expected.html b/experiments/Editor/tests/tables/getColWidths03-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths03-expected.html
rename to experiments/Editor/tests/tables/getColWidths03-expected.html
diff --git a/Editor/tests/tables/getColWidths03-input.html b/experiments/Editor/tests/tables/getColWidths03-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths03-input.html
rename to experiments/Editor/tests/tables/getColWidths03-input.html
diff --git a/Editor/tests/tables/getColWidths04-expected.html b/experiments/Editor/tests/tables/getColWidths04-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths04-expected.html
rename to experiments/Editor/tests/tables/getColWidths04-expected.html
diff --git a/Editor/tests/tables/getColWidths04-input.html b/experiments/Editor/tests/tables/getColWidths04-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths04-input.html
rename to experiments/Editor/tests/tables/getColWidths04-input.html
diff --git a/Editor/tests/tables/getColWidths05-expected.html b/experiments/Editor/tests/tables/getColWidths05-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths05-expected.html
rename to experiments/Editor/tests/tables/getColWidths05-expected.html
diff --git a/Editor/tests/tables/getColWidths05-input.html b/experiments/Editor/tests/tables/getColWidths05-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths05-input.html
rename to experiments/Editor/tests/tables/getColWidths05-input.html
diff --git a/Editor/tests/tables/getColWidths06-expected.html b/experiments/Editor/tests/tables/getColWidths06-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths06-expected.html
rename to experiments/Editor/tests/tables/getColWidths06-expected.html
diff --git a/Editor/tests/tables/getColWidths06-input.html b/experiments/Editor/tests/tables/getColWidths06-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths06-input.html
rename to experiments/Editor/tests/tables/getColWidths06-input.html
diff --git a/Editor/tests/tables/getColWidths07-expected.html b/experiments/Editor/tests/tables/getColWidths07-expected.html
similarity index 100%
rename from Editor/tests/tables/getColWidths07-expected.html
rename to experiments/Editor/tests/tables/getColWidths07-expected.html
diff --git a/Editor/tests/tables/getColWidths07-input.html b/experiments/Editor/tests/tables/getColWidths07-input.html
similarity index 100%
rename from Editor/tests/tables/getColWidths07-input.html
rename to experiments/Editor/tests/tables/getColWidths07-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy01-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy01-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy01-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy01-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy01-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy01-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy01-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy01-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy02-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy02-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy02-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy02-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy02-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy02-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy02-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy02-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy03-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy03-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy03-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy03-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy03-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy03-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy03-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy03-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy04-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy04-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy04-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy04-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy04-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy04-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy04-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy04-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy05-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy05-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy05-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy05-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy05-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy05-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy05-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy05-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy06-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy06-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy06-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy06-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy06-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy06-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy06-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy06-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy07-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy07-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy07-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy07-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy07-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy07-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy07-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy07-input.html
diff --git a/Editor/tests/tables/insertTable-hierarchy08-expected.html b/experiments/Editor/tests/tables/insertTable-hierarchy08-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy08-expected.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy08-expected.html
diff --git a/Editor/tests/tables/insertTable-hierarchy08-input.html b/experiments/Editor/tests/tables/insertTable-hierarchy08-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable-hierarchy08-input.html
rename to experiments/Editor/tests/tables/insertTable-hierarchy08-input.html
diff --git a/Editor/tests/tables/insertTable01-expected.html b/experiments/Editor/tests/tables/insertTable01-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable01-expected.html
rename to experiments/Editor/tests/tables/insertTable01-expected.html
diff --git a/Editor/tests/tables/insertTable01-input.html b/experiments/Editor/tests/tables/insertTable01-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable01-input.html
rename to experiments/Editor/tests/tables/insertTable01-input.html
diff --git a/Editor/tests/tables/insertTable02-expected.html b/experiments/Editor/tests/tables/insertTable02-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable02-expected.html
rename to experiments/Editor/tests/tables/insertTable02-expected.html
diff --git a/Editor/tests/tables/insertTable02-input.html b/experiments/Editor/tests/tables/insertTable02-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable02-input.html
rename to experiments/Editor/tests/tables/insertTable02-input.html
diff --git a/Editor/tests/tables/insertTable03-expected.html b/experiments/Editor/tests/tables/insertTable03-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable03-expected.html
rename to experiments/Editor/tests/tables/insertTable03-expected.html
diff --git a/Editor/tests/tables/insertTable03-input.html b/experiments/Editor/tests/tables/insertTable03-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable03-input.html
rename to experiments/Editor/tests/tables/insertTable03-input.html
diff --git a/Editor/tests/tables/insertTable04-expected.html b/experiments/Editor/tests/tables/insertTable04-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable04-expected.html
rename to experiments/Editor/tests/tables/insertTable04-expected.html
diff --git a/Editor/tests/tables/insertTable04-input.html b/experiments/Editor/tests/tables/insertTable04-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable04-input.html
rename to experiments/Editor/tests/tables/insertTable04-input.html
diff --git a/Editor/tests/tables/insertTable05-expected.html b/experiments/Editor/tests/tables/insertTable05-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable05-expected.html
rename to experiments/Editor/tests/tables/insertTable05-expected.html
diff --git a/Editor/tests/tables/insertTable05-input.html b/experiments/Editor/tests/tables/insertTable05-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable05-input.html
rename to experiments/Editor/tests/tables/insertTable05-input.html
diff --git a/Editor/tests/tables/insertTable06-expected.html b/experiments/Editor/tests/tables/insertTable06-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable06-expected.html
rename to experiments/Editor/tests/tables/insertTable06-expected.html
diff --git a/Editor/tests/tables/insertTable06-input.html b/experiments/Editor/tests/tables/insertTable06-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable06-input.html
rename to experiments/Editor/tests/tables/insertTable06-input.html
diff --git a/Editor/tests/tables/insertTable07-expected.html b/experiments/Editor/tests/tables/insertTable07-expected.html
similarity index 100%
rename from Editor/tests/tables/insertTable07-expected.html
rename to experiments/Editor/tests/tables/insertTable07-expected.html
diff --git a/Editor/tests/tables/insertTable07-input.html b/experiments/Editor/tests/tables/insertTable07-input.html
similarity index 100%
rename from Editor/tests/tables/insertTable07-input.html
rename to experiments/Editor/tests/tables/insertTable07-input.html
diff --git a/Editor/tests/tables/paste-merged01a-expected.html b/experiments/Editor/tests/tables/paste-merged01a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01a-expected.html
rename to experiments/Editor/tests/tables/paste-merged01a-expected.html
diff --git a/Editor/tests/tables/paste-merged01a-input.html b/experiments/Editor/tests/tables/paste-merged01a-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01a-input.html
rename to experiments/Editor/tests/tables/paste-merged01a-input.html
diff --git a/Editor/tests/tables/paste-merged01b-expected.html b/experiments/Editor/tests/tables/paste-merged01b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01b-expected.html
rename to experiments/Editor/tests/tables/paste-merged01b-expected.html
diff --git a/Editor/tests/tables/paste-merged01b-input.html b/experiments/Editor/tests/tables/paste-merged01b-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01b-input.html
rename to experiments/Editor/tests/tables/paste-merged01b-input.html
diff --git a/Editor/tests/tables/paste-merged01c-expected.html b/experiments/Editor/tests/tables/paste-merged01c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01c-expected.html
rename to experiments/Editor/tests/tables/paste-merged01c-expected.html
diff --git a/Editor/tests/tables/paste-merged01c-input.html b/experiments/Editor/tests/tables/paste-merged01c-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01c-input.html
rename to experiments/Editor/tests/tables/paste-merged01c-input.html
diff --git a/Editor/tests/tables/paste-merged01d-expected.html b/experiments/Editor/tests/tables/paste-merged01d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01d-expected.html
rename to experiments/Editor/tests/tables/paste-merged01d-expected.html
diff --git a/Editor/tests/tables/paste-merged01d-input.html b/experiments/Editor/tests/tables/paste-merged01d-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01d-input.html
rename to experiments/Editor/tests/tables/paste-merged01d-input.html
diff --git a/Editor/tests/tables/paste-merged01e-expected.html b/experiments/Editor/tests/tables/paste-merged01e-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01e-expected.html
rename to experiments/Editor/tests/tables/paste-merged01e-expected.html
diff --git a/Editor/tests/tables/paste-merged01e-input.html b/experiments/Editor/tests/tables/paste-merged01e-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01e-input.html
rename to experiments/Editor/tests/tables/paste-merged01e-input.html
diff --git a/Editor/tests/tables/paste-merged01f-expected.html b/experiments/Editor/tests/tables/paste-merged01f-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01f-expected.html
rename to experiments/Editor/tests/tables/paste-merged01f-expected.html
diff --git a/Editor/tests/tables/paste-merged01f-input.html b/experiments/Editor/tests/tables/paste-merged01f-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01f-input.html
rename to experiments/Editor/tests/tables/paste-merged01f-input.html
diff --git a/Editor/tests/tables/paste-merged01g-expected.html b/experiments/Editor/tests/tables/paste-merged01g-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01g-expected.html
rename to experiments/Editor/tests/tables/paste-merged01g-expected.html
diff --git a/Editor/tests/tables/paste-merged01g-input.html b/experiments/Editor/tests/tables/paste-merged01g-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged01g-input.html
rename to experiments/Editor/tests/tables/paste-merged01g-input.html
diff --git a/Editor/tests/tables/paste-merged02a-expected.html b/experiments/Editor/tests/tables/paste-merged02a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02a-expected.html
rename to experiments/Editor/tests/tables/paste-merged02a-expected.html
diff --git a/Editor/tests/tables/paste-merged02a-input.html b/experiments/Editor/tests/tables/paste-merged02a-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02a-input.html
rename to experiments/Editor/tests/tables/paste-merged02a-input.html
diff --git a/Editor/tests/tables/paste-merged02b-expected.html b/experiments/Editor/tests/tables/paste-merged02b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02b-expected.html
rename to experiments/Editor/tests/tables/paste-merged02b-expected.html
diff --git a/Editor/tests/tables/paste-merged02b-input.html b/experiments/Editor/tests/tables/paste-merged02b-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02b-input.html
rename to experiments/Editor/tests/tables/paste-merged02b-input.html
diff --git a/Editor/tests/tables/paste-merged02c-expected.html b/experiments/Editor/tests/tables/paste-merged02c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02c-expected.html
rename to experiments/Editor/tests/tables/paste-merged02c-expected.html
diff --git a/Editor/tests/tables/paste-merged02c-input.html b/experiments/Editor/tests/tables/paste-merged02c-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02c-input.html
rename to experiments/Editor/tests/tables/paste-merged02c-input.html
diff --git a/Editor/tests/tables/paste-merged02d-expected.html b/experiments/Editor/tests/tables/paste-merged02d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02d-expected.html
rename to experiments/Editor/tests/tables/paste-merged02d-expected.html
diff --git a/Editor/tests/tables/paste-merged02d-input.html b/experiments/Editor/tests/tables/paste-merged02d-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02d-input.html
rename to experiments/Editor/tests/tables/paste-merged02d-input.html
diff --git a/Editor/tests/tables/paste-merged02e-expected.html b/experiments/Editor/tests/tables/paste-merged02e-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02e-expected.html
rename to experiments/Editor/tests/tables/paste-merged02e-expected.html
diff --git a/Editor/tests/tables/paste-merged02e-input.html b/experiments/Editor/tests/tables/paste-merged02e-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02e-input.html
rename to experiments/Editor/tests/tables/paste-merged02e-input.html
diff --git a/Editor/tests/tables/paste-merged02f-expected.html b/experiments/Editor/tests/tables/paste-merged02f-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02f-expected.html
rename to experiments/Editor/tests/tables/paste-merged02f-expected.html
diff --git a/Editor/tests/tables/paste-merged02f-input.html b/experiments/Editor/tests/tables/paste-merged02f-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02f-input.html
rename to experiments/Editor/tests/tables/paste-merged02f-input.html
diff --git a/Editor/tests/tables/paste-merged02g-expected.html b/experiments/Editor/tests/tables/paste-merged02g-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02g-expected.html
rename to experiments/Editor/tests/tables/paste-merged02g-expected.html
diff --git a/Editor/tests/tables/paste-merged02g-input.html b/experiments/Editor/tests/tables/paste-merged02g-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged02g-input.html
rename to experiments/Editor/tests/tables/paste-merged02g-input.html
diff --git a/Editor/tests/tables/paste-merged03a-expected.html b/experiments/Editor/tests/tables/paste-merged03a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03a-expected.html
rename to experiments/Editor/tests/tables/paste-merged03a-expected.html
diff --git a/Editor/tests/tables/paste-merged03a-input.html b/experiments/Editor/tests/tables/paste-merged03a-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03a-input.html
rename to experiments/Editor/tests/tables/paste-merged03a-input.html
diff --git a/Editor/tests/tables/paste-merged03b-expected.html b/experiments/Editor/tests/tables/paste-merged03b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03b-expected.html
rename to experiments/Editor/tests/tables/paste-merged03b-expected.html
diff --git a/Editor/tests/tables/paste-merged03b-input.html b/experiments/Editor/tests/tables/paste-merged03b-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03b-input.html
rename to experiments/Editor/tests/tables/paste-merged03b-input.html
diff --git a/Editor/tests/tables/paste-merged03c-expected.html b/experiments/Editor/tests/tables/paste-merged03c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03c-expected.html
rename to experiments/Editor/tests/tables/paste-merged03c-expected.html
diff --git a/Editor/tests/tables/paste-merged03c-input.html b/experiments/Editor/tests/tables/paste-merged03c-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03c-input.html
rename to experiments/Editor/tests/tables/paste-merged03c-input.html
diff --git a/Editor/tests/tables/paste-merged03d-expected.html b/experiments/Editor/tests/tables/paste-merged03d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03d-expected.html
rename to experiments/Editor/tests/tables/paste-merged03d-expected.html
diff --git a/Editor/tests/tables/paste-merged03d-input.html b/experiments/Editor/tests/tables/paste-merged03d-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03d-input.html
rename to experiments/Editor/tests/tables/paste-merged03d-input.html
diff --git a/Editor/tests/tables/paste-merged03e-expected.html b/experiments/Editor/tests/tables/paste-merged03e-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03e-expected.html
rename to experiments/Editor/tests/tables/paste-merged03e-expected.html
diff --git a/Editor/tests/tables/paste-merged03e-input.html b/experiments/Editor/tests/tables/paste-merged03e-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03e-input.html
rename to experiments/Editor/tests/tables/paste-merged03e-input.html
diff --git a/Editor/tests/tables/paste-merged03f-expected.html b/experiments/Editor/tests/tables/paste-merged03f-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03f-expected.html
rename to experiments/Editor/tests/tables/paste-merged03f-expected.html
diff --git a/Editor/tests/tables/paste-merged03f-input.html b/experiments/Editor/tests/tables/paste-merged03f-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03f-input.html
rename to experiments/Editor/tests/tables/paste-merged03f-input.html
diff --git a/Editor/tests/tables/paste-merged03g-expected.html b/experiments/Editor/tests/tables/paste-merged03g-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03g-expected.html
rename to experiments/Editor/tests/tables/paste-merged03g-expected.html
diff --git a/Editor/tests/tables/paste-merged03g-input.html b/experiments/Editor/tests/tables/paste-merged03g-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged03g-input.html
rename to experiments/Editor/tests/tables/paste-merged03g-input.html
diff --git a/Editor/tests/tables/paste-merged04a-expected.html b/experiments/Editor/tests/tables/paste-merged04a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04a-expected.html
rename to experiments/Editor/tests/tables/paste-merged04a-expected.html
diff --git a/Editor/tests/tables/paste-merged04a-input.html b/experiments/Editor/tests/tables/paste-merged04a-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04a-input.html
rename to experiments/Editor/tests/tables/paste-merged04a-input.html
diff --git a/Editor/tests/tables/paste-merged04b-expected.html b/experiments/Editor/tests/tables/paste-merged04b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04b-expected.html
rename to experiments/Editor/tests/tables/paste-merged04b-expected.html
diff --git a/Editor/tests/tables/paste-merged04b-input.html b/experiments/Editor/tests/tables/paste-merged04b-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04b-input.html
rename to experiments/Editor/tests/tables/paste-merged04b-input.html
diff --git a/Editor/tests/tables/paste-merged04c-expected.html b/experiments/Editor/tests/tables/paste-merged04c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04c-expected.html
rename to experiments/Editor/tests/tables/paste-merged04c-expected.html
diff --git a/Editor/tests/tables/paste-merged04c-input.html b/experiments/Editor/tests/tables/paste-merged04c-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04c-input.html
rename to experiments/Editor/tests/tables/paste-merged04c-input.html
diff --git a/Editor/tests/tables/paste-merged04d-expected.html b/experiments/Editor/tests/tables/paste-merged04d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04d-expected.html
rename to experiments/Editor/tests/tables/paste-merged04d-expected.html
diff --git a/Editor/tests/tables/paste-merged04d-input.html b/experiments/Editor/tests/tables/paste-merged04d-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04d-input.html
rename to experiments/Editor/tests/tables/paste-merged04d-input.html
diff --git a/Editor/tests/tables/paste-merged04e-expected.html b/experiments/Editor/tests/tables/paste-merged04e-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04e-expected.html
rename to experiments/Editor/tests/tables/paste-merged04e-expected.html
diff --git a/Editor/tests/tables/paste-merged04e-input.html b/experiments/Editor/tests/tables/paste-merged04e-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04e-input.html
rename to experiments/Editor/tests/tables/paste-merged04e-input.html
diff --git a/Editor/tests/tables/paste-merged04f-expected.html b/experiments/Editor/tests/tables/paste-merged04f-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04f-expected.html
rename to experiments/Editor/tests/tables/paste-merged04f-expected.html
diff --git a/Editor/tests/tables/paste-merged04f-input.html b/experiments/Editor/tests/tables/paste-merged04f-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04f-input.html
rename to experiments/Editor/tests/tables/paste-merged04f-input.html
diff --git a/Editor/tests/tables/paste-merged04g-expected.html b/experiments/Editor/tests/tables/paste-merged04g-expected.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04g-expected.html
rename to experiments/Editor/tests/tables/paste-merged04g-expected.html
diff --git a/Editor/tests/tables/paste-merged04g-input.html b/experiments/Editor/tests/tables/paste-merged04g-input.html
similarity index 100%
rename from Editor/tests/tables/paste-merged04g-input.html
rename to experiments/Editor/tests/tables/paste-merged04g-input.html
diff --git a/Editor/tests/tables/paste01a-expected.html b/experiments/Editor/tests/tables/paste01a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste01a-expected.html
rename to experiments/Editor/tests/tables/paste01a-expected.html
diff --git a/Editor/tests/tables/paste01a-input.html b/experiments/Editor/tests/tables/paste01a-input.html
similarity index 100%
rename from Editor/tests/tables/paste01a-input.html
rename to experiments/Editor/tests/tables/paste01a-input.html
diff --git a/Editor/tests/tables/paste01b-expected.html b/experiments/Editor/tests/tables/paste01b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste01b-expected.html
rename to experiments/Editor/tests/tables/paste01b-expected.html
diff --git a/Editor/tests/tables/paste01b-input.html b/experiments/Editor/tests/tables/paste01b-input.html
similarity index 100%
rename from Editor/tests/tables/paste01b-input.html
rename to experiments/Editor/tests/tables/paste01b-input.html
diff --git a/Editor/tests/tables/paste01c-expected.html b/experiments/Editor/tests/tables/paste01c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste01c-expected.html
rename to experiments/Editor/tests/tables/paste01c-expected.html
diff --git a/Editor/tests/tables/paste01c-input.html b/experiments/Editor/tests/tables/paste01c-input.html
similarity index 100%
rename from Editor/tests/tables/paste01c-input.html
rename to experiments/Editor/tests/tables/paste01c-input.html
diff --git a/Editor/tests/tables/paste01d-expected.html b/experiments/Editor/tests/tables/paste01d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste01d-expected.html
rename to experiments/Editor/tests/tables/paste01d-expected.html
diff --git a/Editor/tests/tables/paste01d-input.html b/experiments/Editor/tests/tables/paste01d-input.html
similarity index 100%
rename from Editor/tests/tables/paste01d-input.html
rename to experiments/Editor/tests/tables/paste01d-input.html
diff --git a/Editor/tests/tables/paste01e-expected.html b/experiments/Editor/tests/tables/paste01e-expected.html
similarity index 100%
rename from Editor/tests/tables/paste01e-expected.html
rename to experiments/Editor/tests/tables/paste01e-expected.html
diff --git a/Editor/tests/tables/paste01e-input.html b/experiments/Editor/tests/tables/paste01e-input.html
similarity index 100%
rename from Editor/tests/tables/paste01e-input.html
rename to experiments/Editor/tests/tables/paste01e-input.html
diff --git a/Editor/tests/tables/paste02a-expected.html b/experiments/Editor/tests/tables/paste02a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste02a-expected.html
rename to experiments/Editor/tests/tables/paste02a-expected.html
diff --git a/Editor/tests/tables/paste02a-input.html b/experiments/Editor/tests/tables/paste02a-input.html
similarity index 100%
rename from Editor/tests/tables/paste02a-input.html
rename to experiments/Editor/tests/tables/paste02a-input.html
diff --git a/Editor/tests/tables/paste02b-expected.html b/experiments/Editor/tests/tables/paste02b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste02b-expected.html
rename to experiments/Editor/tests/tables/paste02b-expected.html
diff --git a/Editor/tests/tables/paste02b-input.html b/experiments/Editor/tests/tables/paste02b-input.html
similarity index 100%
rename from Editor/tests/tables/paste02b-input.html
rename to experiments/Editor/tests/tables/paste02b-input.html
diff --git a/Editor/tests/tables/paste02c-expected.html b/experiments/Editor/tests/tables/paste02c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste02c-expected.html
rename to experiments/Editor/tests/tables/paste02c-expected.html
diff --git a/Editor/tests/tables/paste02c-input.html b/experiments/Editor/tests/tables/paste02c-input.html
similarity index 100%
rename from Editor/tests/tables/paste02c-input.html
rename to experiments/Editor/tests/tables/paste02c-input.html
diff --git a/Editor/tests/tables/paste02d-expected.html b/experiments/Editor/tests/tables/paste02d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste02d-expected.html
rename to experiments/Editor/tests/tables/paste02d-expected.html
diff --git a/Editor/tests/tables/paste02d-input.html b/experiments/Editor/tests/tables/paste02d-input.html
similarity index 100%
rename from Editor/tests/tables/paste02d-input.html
rename to experiments/Editor/tests/tables/paste02d-input.html
diff --git a/Editor/tests/tables/paste03a-expected.html b/experiments/Editor/tests/tables/paste03a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste03a-expected.html
rename to experiments/Editor/tests/tables/paste03a-expected.html
diff --git a/Editor/tests/tables/paste03a-input.html b/experiments/Editor/tests/tables/paste03a-input.html
similarity index 100%
rename from Editor/tests/tables/paste03a-input.html
rename to experiments/Editor/tests/tables/paste03a-input.html
diff --git a/Editor/tests/tables/paste03b-expected.html b/experiments/Editor/tests/tables/paste03b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste03b-expected.html
rename to experiments/Editor/tests/tables/paste03b-expected.html
diff --git a/Editor/tests/tables/paste03b-input.html b/experiments/Editor/tests/tables/paste03b-input.html
similarity index 100%
rename from Editor/tests/tables/paste03b-input.html
rename to experiments/Editor/tests/tables/paste03b-input.html
diff --git a/Editor/tests/tables/paste03c-expected.html b/experiments/Editor/tests/tables/paste03c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste03c-expected.html
rename to experiments/Editor/tests/tables/paste03c-expected.html
diff --git a/Editor/tests/tables/paste03c-input.html b/experiments/Editor/tests/tables/paste03c-input.html
similarity index 100%
rename from Editor/tests/tables/paste03c-input.html
rename to experiments/Editor/tests/tables/paste03c-input.html
diff --git a/Editor/tests/tables/paste03d-expected.html b/experiments/Editor/tests/tables/paste03d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste03d-expected.html
rename to experiments/Editor/tests/tables/paste03d-expected.html
diff --git a/Editor/tests/tables/paste03d-input.html b/experiments/Editor/tests/tables/paste03d-input.html
similarity index 100%
rename from Editor/tests/tables/paste03d-input.html
rename to experiments/Editor/tests/tables/paste03d-input.html
diff --git a/Editor/tests/tables/paste04a-expected.html b/experiments/Editor/tests/tables/paste04a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04a-expected.html
rename to experiments/Editor/tests/tables/paste04a-expected.html
diff --git a/Editor/tests/tables/paste04a-input.html b/experiments/Editor/tests/tables/paste04a-input.html
similarity index 100%
rename from Editor/tests/tables/paste04a-input.html
rename to experiments/Editor/tests/tables/paste04a-input.html
diff --git a/Editor/tests/tables/paste04b-expected.html b/experiments/Editor/tests/tables/paste04b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04b-expected.html
rename to experiments/Editor/tests/tables/paste04b-expected.html
diff --git a/Editor/tests/tables/paste04b-input.html b/experiments/Editor/tests/tables/paste04b-input.html
similarity index 100%
rename from Editor/tests/tables/paste04b-input.html
rename to experiments/Editor/tests/tables/paste04b-input.html
diff --git a/Editor/tests/tables/paste04c-expected.html b/experiments/Editor/tests/tables/paste04c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04c-expected.html
rename to experiments/Editor/tests/tables/paste04c-expected.html
diff --git a/Editor/tests/tables/paste04c-input.html b/experiments/Editor/tests/tables/paste04c-input.html
similarity index 100%
rename from Editor/tests/tables/paste04c-input.html
rename to experiments/Editor/tests/tables/paste04c-input.html
diff --git a/Editor/tests/tables/paste04d-expected.html b/experiments/Editor/tests/tables/paste04d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04d-expected.html
rename to experiments/Editor/tests/tables/paste04d-expected.html
diff --git a/Editor/tests/tables/paste04d-input.html b/experiments/Editor/tests/tables/paste04d-input.html
similarity index 100%
rename from Editor/tests/tables/paste04d-input.html
rename to experiments/Editor/tests/tables/paste04d-input.html
diff --git a/Editor/tests/tables/paste04e-expected.html b/experiments/Editor/tests/tables/paste04e-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04e-expected.html
rename to experiments/Editor/tests/tables/paste04e-expected.html
diff --git a/Editor/tests/tables/paste04e-input.html b/experiments/Editor/tests/tables/paste04e-input.html
similarity index 100%
rename from Editor/tests/tables/paste04e-input.html
rename to experiments/Editor/tests/tables/paste04e-input.html
diff --git a/Editor/tests/tables/paste04f-expected.html b/experiments/Editor/tests/tables/paste04f-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04f-expected.html
rename to experiments/Editor/tests/tables/paste04f-expected.html
diff --git a/Editor/tests/tables/paste04f-input.html b/experiments/Editor/tests/tables/paste04f-input.html
similarity index 100%
rename from Editor/tests/tables/paste04f-input.html
rename to experiments/Editor/tests/tables/paste04f-input.html
diff --git a/Editor/tests/tables/paste04g-expected.html b/experiments/Editor/tests/tables/paste04g-expected.html
similarity index 100%
rename from Editor/tests/tables/paste04g-expected.html
rename to experiments/Editor/tests/tables/paste04g-expected.html
diff --git a/Editor/tests/tables/paste04g-input.html b/experiments/Editor/tests/tables/paste04g-input.html
similarity index 100%
rename from Editor/tests/tables/paste04g-input.html
rename to experiments/Editor/tests/tables/paste04g-input.html
diff --git a/Editor/tests/tables/paste05a-expected.html b/experiments/Editor/tests/tables/paste05a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste05a-expected.html
rename to experiments/Editor/tests/tables/paste05a-expected.html
diff --git a/Editor/tests/tables/paste05a-input.html b/experiments/Editor/tests/tables/paste05a-input.html
similarity index 100%
rename from Editor/tests/tables/paste05a-input.html
rename to experiments/Editor/tests/tables/paste05a-input.html
diff --git a/Editor/tests/tables/paste05b-expected.html b/experiments/Editor/tests/tables/paste05b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste05b-expected.html
rename to experiments/Editor/tests/tables/paste05b-expected.html
diff --git a/Editor/tests/tables/paste05b-input.html b/experiments/Editor/tests/tables/paste05b-input.html
similarity index 100%
rename from Editor/tests/tables/paste05b-input.html
rename to experiments/Editor/tests/tables/paste05b-input.html
diff --git a/Editor/tests/tables/paste05c-expected.html b/experiments/Editor/tests/tables/paste05c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste05c-expected.html
rename to experiments/Editor/tests/tables/paste05c-expected.html
diff --git a/Editor/tests/tables/paste05c-input.html b/experiments/Editor/tests/tables/paste05c-input.html
similarity index 100%
rename from Editor/tests/tables/paste05c-input.html
rename to experiments/Editor/tests/tables/paste05c-input.html
diff --git a/Editor/tests/tables/paste05d-expected.html b/experiments/Editor/tests/tables/paste05d-expected.html
similarity index 100%
rename from Editor/tests/tables/paste05d-expected.html
rename to experiments/Editor/tests/tables/paste05d-expected.html
diff --git a/Editor/tests/tables/paste05d-input.html b/experiments/Editor/tests/tables/paste05d-input.html
similarity index 100%
rename from Editor/tests/tables/paste05d-input.html
rename to experiments/Editor/tests/tables/paste05d-input.html
diff --git a/Editor/tests/tables/paste06a-expected.html b/experiments/Editor/tests/tables/paste06a-expected.html
similarity index 100%
rename from Editor/tests/tables/paste06a-expected.html
rename to experiments/Editor/tests/tables/paste06a-expected.html
diff --git a/Editor/tests/tables/paste06a-input.html b/experiments/Editor/tests/tables/paste06a-input.html
similarity index 100%
rename from Editor/tests/tables/paste06a-input.html
rename to experiments/Editor/tests/tables/paste06a-input.html
diff --git a/Editor/tests/tables/paste06b-expected.html b/experiments/Editor/tests/tables/paste06b-expected.html
similarity index 100%
rename from Editor/tests/tables/paste06b-expected.html
rename to experiments/Editor/tests/tables/paste06b-expected.html
diff --git a/Editor/tests/tables/paste06b-input.html b/experiments/Editor/tests/tables/paste06b-input.html
similarity index 100%
rename from Editor/tests/tables/paste06b-input.html
rename to experiments/Editor/tests/tables/paste06b-input.html
diff --git a/Editor/tests/tables/paste06c-expected.html b/experiments/Editor/tests/tables/paste06c-expected.html
similarity index 100%
rename from Editor/tests/tables/paste06c-expected.html
rename to experiments/Editor/tests/tables/paste06c-expected.html
diff --git a/Editor/tests/tables/paste06c-input.html b/experiments/Editor/tests/tables/paste06c-input.html
similarity index 100%
rename from Editor/tests/tables/paste06c-input.html
rename to experiments/Editor/tests/tables/paste06c-input.html
diff --git a/Editor/tests/tables/regionFromRange01-expected.html b/experiments/Editor/tests/tables/regionFromRange01-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange01-expected.html
rename to experiments/Editor/tests/tables/regionFromRange01-expected.html
diff --git a/Editor/tests/tables/regionFromRange01-input.html b/experiments/Editor/tests/tables/regionFromRange01-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange01-input.html
rename to experiments/Editor/tests/tables/regionFromRange01-input.html
diff --git a/Editor/tests/tables/regionFromRange02-expected.html b/experiments/Editor/tests/tables/regionFromRange02-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange02-expected.html
rename to experiments/Editor/tests/tables/regionFromRange02-expected.html
diff --git a/Editor/tests/tables/regionFromRange02-input.html b/experiments/Editor/tests/tables/regionFromRange02-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange02-input.html
rename to experiments/Editor/tests/tables/regionFromRange02-input.html
diff --git a/Editor/tests/tables/regionFromRange03-expected.html b/experiments/Editor/tests/tables/regionFromRange03-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange03-expected.html
rename to experiments/Editor/tests/tables/regionFromRange03-expected.html
diff --git a/Editor/tests/tables/regionFromRange03-input.html b/experiments/Editor/tests/tables/regionFromRange03-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange03-input.html
rename to experiments/Editor/tests/tables/regionFromRange03-input.html
diff --git a/Editor/tests/tables/regionFromRange04-expected.html b/experiments/Editor/tests/tables/regionFromRange04-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange04-expected.html
rename to experiments/Editor/tests/tables/regionFromRange04-expected.html
diff --git a/Editor/tests/tables/regionFromRange04-input.html b/experiments/Editor/tests/tables/regionFromRange04-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange04-input.html
rename to experiments/Editor/tests/tables/regionFromRange04-input.html
diff --git a/Editor/tests/tables/regionFromRange05-expected.html b/experiments/Editor/tests/tables/regionFromRange05-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange05-expected.html
rename to experiments/Editor/tests/tables/regionFromRange05-expected.html
diff --git a/Editor/tests/tables/regionFromRange05-input.html b/experiments/Editor/tests/tables/regionFromRange05-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange05-input.html
rename to experiments/Editor/tests/tables/regionFromRange05-input.html
diff --git a/Editor/tests/tables/regionFromRange06-expected.html b/experiments/Editor/tests/tables/regionFromRange06-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange06-expected.html
rename to experiments/Editor/tests/tables/regionFromRange06-expected.html
diff --git a/Editor/tests/tables/regionFromRange06-input.html b/experiments/Editor/tests/tables/regionFromRange06-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange06-input.html
rename to experiments/Editor/tests/tables/regionFromRange06-input.html
diff --git a/Editor/tests/tables/regionFromRange07-expected.html b/experiments/Editor/tests/tables/regionFromRange07-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange07-expected.html
rename to experiments/Editor/tests/tables/regionFromRange07-expected.html
diff --git a/Editor/tests/tables/regionFromRange07-input.html b/experiments/Editor/tests/tables/regionFromRange07-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange07-input.html
rename to experiments/Editor/tests/tables/regionFromRange07-input.html
diff --git a/Editor/tests/tables/regionFromRange08-expected.html b/experiments/Editor/tests/tables/regionFromRange08-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange08-expected.html
rename to experiments/Editor/tests/tables/regionFromRange08-expected.html
diff --git a/Editor/tests/tables/regionFromRange08-input.html b/experiments/Editor/tests/tables/regionFromRange08-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange08-input.html
rename to experiments/Editor/tests/tables/regionFromRange08-input.html
diff --git a/Editor/tests/tables/regionFromRange09-expected.html b/experiments/Editor/tests/tables/regionFromRange09-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange09-expected.html
rename to experiments/Editor/tests/tables/regionFromRange09-expected.html
diff --git a/Editor/tests/tables/regionFromRange09-input.html b/experiments/Editor/tests/tables/regionFromRange09-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange09-input.html
rename to experiments/Editor/tests/tables/regionFromRange09-input.html
diff --git a/Editor/tests/tables/regionFromRange10-expected.html b/experiments/Editor/tests/tables/regionFromRange10-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange10-expected.html
rename to experiments/Editor/tests/tables/regionFromRange10-expected.html
diff --git a/Editor/tests/tables/regionFromRange10-input.html b/experiments/Editor/tests/tables/regionFromRange10-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange10-input.html
rename to experiments/Editor/tests/tables/regionFromRange10-input.html
diff --git a/Editor/tests/tables/regionFromRange11-expected.html b/experiments/Editor/tests/tables/regionFromRange11-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange11-expected.html
rename to experiments/Editor/tests/tables/regionFromRange11-expected.html
diff --git a/Editor/tests/tables/regionFromRange11-input.html b/experiments/Editor/tests/tables/regionFromRange11-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange11-input.html
rename to experiments/Editor/tests/tables/regionFromRange11-input.html
diff --git a/Editor/tests/tables/regionFromRange12-expected.html b/experiments/Editor/tests/tables/regionFromRange12-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange12-expected.html
rename to experiments/Editor/tests/tables/regionFromRange12-expected.html
diff --git a/Editor/tests/tables/regionFromRange12-input.html b/experiments/Editor/tests/tables/regionFromRange12-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange12-input.html
rename to experiments/Editor/tests/tables/regionFromRange12-input.html
diff --git a/Editor/tests/tables/regionFromRange13-expected.html b/experiments/Editor/tests/tables/regionFromRange13-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange13-expected.html
rename to experiments/Editor/tests/tables/regionFromRange13-expected.html
diff --git a/Editor/tests/tables/regionFromRange13-input.html b/experiments/Editor/tests/tables/regionFromRange13-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange13-input.html
rename to experiments/Editor/tests/tables/regionFromRange13-input.html
diff --git a/Editor/tests/tables/regionFromRange14-expected.html b/experiments/Editor/tests/tables/regionFromRange14-expected.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange14-expected.html
rename to experiments/Editor/tests/tables/regionFromRange14-expected.html
diff --git a/Editor/tests/tables/regionFromRange14-input.html b/experiments/Editor/tests/tables/regionFromRange14-input.html
similarity index 100%
rename from Editor/tests/tables/regionFromRange14-input.html
rename to experiments/Editor/tests/tables/regionFromRange14-input.html
diff --git a/Editor/tests/tables/regionSpan01-expected.html b/experiments/Editor/tests/tables/regionSpan01-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan01-expected.html
rename to experiments/Editor/tests/tables/regionSpan01-expected.html
diff --git a/Editor/tests/tables/regionSpan01-input.html b/experiments/Editor/tests/tables/regionSpan01-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan01-input.html
rename to experiments/Editor/tests/tables/regionSpan01-input.html
diff --git a/Editor/tests/tables/regionSpan02-expected.html b/experiments/Editor/tests/tables/regionSpan02-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan02-expected.html
rename to experiments/Editor/tests/tables/regionSpan02-expected.html
diff --git a/Editor/tests/tables/regionSpan02-input.html b/experiments/Editor/tests/tables/regionSpan02-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan02-input.html
rename to experiments/Editor/tests/tables/regionSpan02-input.html
diff --git a/Editor/tests/tables/regionSpan03-expected.html b/experiments/Editor/tests/tables/regionSpan03-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan03-expected.html
rename to experiments/Editor/tests/tables/regionSpan03-expected.html
diff --git a/Editor/tests/tables/regionSpan03-input.html b/experiments/Editor/tests/tables/regionSpan03-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan03-input.html
rename to experiments/Editor/tests/tables/regionSpan03-input.html
diff --git a/Editor/tests/tables/regionSpan04-expected.html b/experiments/Editor/tests/tables/regionSpan04-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan04-expected.html
rename to experiments/Editor/tests/tables/regionSpan04-expected.html
diff --git a/Editor/tests/tables/regionSpan04-input.html b/experiments/Editor/tests/tables/regionSpan04-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan04-input.html
rename to experiments/Editor/tests/tables/regionSpan04-input.html
diff --git a/Editor/tests/tables/regionSpan05-expected.html b/experiments/Editor/tests/tables/regionSpan05-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan05-expected.html
rename to experiments/Editor/tests/tables/regionSpan05-expected.html
diff --git a/Editor/tests/tables/regionSpan05-input.html b/experiments/Editor/tests/tables/regionSpan05-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan05-input.html
rename to experiments/Editor/tests/tables/regionSpan05-input.html
diff --git a/Editor/tests/tables/regionSpan06-expected.html b/experiments/Editor/tests/tables/regionSpan06-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan06-expected.html
rename to experiments/Editor/tests/tables/regionSpan06-expected.html
diff --git a/Editor/tests/tables/regionSpan06-input.html b/experiments/Editor/tests/tables/regionSpan06-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan06-input.html
rename to experiments/Editor/tests/tables/regionSpan06-input.html
diff --git a/Editor/tests/tables/regionSpan07-expected.html b/experiments/Editor/tests/tables/regionSpan07-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan07-expected.html
rename to experiments/Editor/tests/tables/regionSpan07-expected.html
diff --git a/Editor/tests/tables/regionSpan07-input.html b/experiments/Editor/tests/tables/regionSpan07-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan07-input.html
rename to experiments/Editor/tests/tables/regionSpan07-input.html
diff --git a/Editor/tests/tables/regionSpan08-expected.html b/experiments/Editor/tests/tables/regionSpan08-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan08-expected.html
rename to experiments/Editor/tests/tables/regionSpan08-expected.html
diff --git a/Editor/tests/tables/regionSpan08-input.html b/experiments/Editor/tests/tables/regionSpan08-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan08-input.html
rename to experiments/Editor/tests/tables/regionSpan08-input.html
diff --git a/Editor/tests/tables/regionSpan09-expected.html b/experiments/Editor/tests/tables/regionSpan09-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan09-expected.html
rename to experiments/Editor/tests/tables/regionSpan09-expected.html
diff --git a/Editor/tests/tables/regionSpan09-input.html b/experiments/Editor/tests/tables/regionSpan09-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan09-input.html
rename to experiments/Editor/tests/tables/regionSpan09-input.html
diff --git a/Editor/tests/tables/regionSpan10-expected.html b/experiments/Editor/tests/tables/regionSpan10-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan10-expected.html
rename to experiments/Editor/tests/tables/regionSpan10-expected.html
diff --git a/Editor/tests/tables/regionSpan10-input.html b/experiments/Editor/tests/tables/regionSpan10-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan10-input.html
rename to experiments/Editor/tests/tables/regionSpan10-input.html
diff --git a/Editor/tests/tables/regionSpan11-expected.html b/experiments/Editor/tests/tables/regionSpan11-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan11-expected.html
rename to experiments/Editor/tests/tables/regionSpan11-expected.html
diff --git a/Editor/tests/tables/regionSpan11-input.html b/experiments/Editor/tests/tables/regionSpan11-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan11-input.html
rename to experiments/Editor/tests/tables/regionSpan11-input.html
diff --git a/Editor/tests/tables/regionSpan12-expected.html b/experiments/Editor/tests/tables/regionSpan12-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan12-expected.html
rename to experiments/Editor/tests/tables/regionSpan12-expected.html
diff --git a/Editor/tests/tables/regionSpan12-input.html b/experiments/Editor/tests/tables/regionSpan12-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan12-input.html
rename to experiments/Editor/tests/tables/regionSpan12-input.html
diff --git a/Editor/tests/tables/regionSpan13-expected.html b/experiments/Editor/tests/tables/regionSpan13-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan13-expected.html
rename to experiments/Editor/tests/tables/regionSpan13-expected.html
diff --git a/Editor/tests/tables/regionSpan13-input.html b/experiments/Editor/tests/tables/regionSpan13-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan13-input.html
rename to experiments/Editor/tests/tables/regionSpan13-input.html
diff --git a/Editor/tests/tables/regionSpan14-expected.html b/experiments/Editor/tests/tables/regionSpan14-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan14-expected.html
rename to experiments/Editor/tests/tables/regionSpan14-expected.html
diff --git a/Editor/tests/tables/regionSpan14-input.html b/experiments/Editor/tests/tables/regionSpan14-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan14-input.html
rename to experiments/Editor/tests/tables/regionSpan14-input.html
diff --git a/Editor/tests/tables/regionSpan15-expected.html b/experiments/Editor/tests/tables/regionSpan15-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan15-expected.html
rename to experiments/Editor/tests/tables/regionSpan15-expected.html
diff --git a/Editor/tests/tables/regionSpan15-input.html b/experiments/Editor/tests/tables/regionSpan15-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan15-input.html
rename to experiments/Editor/tests/tables/regionSpan15-input.html
diff --git a/Editor/tests/tables/regionSpan16-expected.html b/experiments/Editor/tests/tables/regionSpan16-expected.html
similarity index 100%
rename from Editor/tests/tables/regionSpan16-expected.html
rename to experiments/Editor/tests/tables/regionSpan16-expected.html
diff --git a/Editor/tests/tables/regionSpan16-input.html b/experiments/Editor/tests/tables/regionSpan16-input.html
similarity index 100%
rename from Editor/tests/tables/regionSpan16-input.html
rename to experiments/Editor/tests/tables/regionSpan16-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn01inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn01inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn01inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn01inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn01inside-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn01inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn01inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn01inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn01right-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn01right-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn01right-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn01right-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn01right-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn01right-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn01right-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn01right-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn02inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn02inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn02inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn02inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn02inside-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn02inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn02inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn02inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn02left-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn02left-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn02left-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn02left-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn02left-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn02left-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn02left-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn02left-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn02right-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn02right-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn02right-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn02right-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn02right-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn02right-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn02right-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn02right-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn03inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn03inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn03inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn03inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn03inside-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn03inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn03inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn03inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn03left-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn03left-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn03left-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn03left-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn03left-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn03left-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn03left-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn03left-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn04inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn04inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn04inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn04inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn04inside-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn04inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn04inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn04inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn04right-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn04right-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn04right-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn04right-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn04right-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn04right-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn04right-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn04right-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn05inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn05inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn05inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn05inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn05inside-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn05inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn05inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn05inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn05left-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn05left-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn05left-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn05left-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn05left-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn05left-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn05left-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn05left-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn05right-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn05right-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn05right-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn05right-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn05right-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn05right-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn05right-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn05right-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn06inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn06inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn06inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn06inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn06inside-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn06inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn06inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn06inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn06left-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn06left-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn06left-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn06left-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn06left-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn06left-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn06left-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn06left-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn07-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn07-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn07-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn07-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn07-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn07-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn07-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn07-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn08-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn08-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn08-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn08-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn08-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn08-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn08-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn08-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn09-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn09-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn09-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn09-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn09-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn09-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn09-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn09-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn10-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn10-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn10-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn10-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn10-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn10-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn10-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn10-input.html
diff --git a/Editor/tests/tables/removeAdjacentColumn11-expected.html b/experiments/Editor/tests/tables/removeAdjacentColumn11-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn11-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn11-expected.html
diff --git a/Editor/tests/tables/removeAdjacentColumn11-input.html b/experiments/Editor/tests/tables/removeAdjacentColumn11-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentColumn11-input.html
rename to experiments/Editor/tests/tables/removeAdjacentColumn11-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow01below-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow01below-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow01below-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow01below-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow01below-input.html b/experiments/Editor/tests/tables/removeAdjacentRow01below-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow01below-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow01below-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow01inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow01inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow01inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow01inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow01inside-input.html b/experiments/Editor/tests/tables/removeAdjacentRow01inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow01inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow01inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow02above-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow02above-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow02above-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow02above-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow02above-input.html b/experiments/Editor/tests/tables/removeAdjacentRow02above-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow02above-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow02above-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow02below-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow02below-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow02below-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow02below-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow02below-input.html b/experiments/Editor/tests/tables/removeAdjacentRow02below-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow02below-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow02below-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow02inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow02inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow02inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow02inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow02inside-input.html b/experiments/Editor/tests/tables/removeAdjacentRow02inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow02inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow02inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow03above-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow03above-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow03above-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow03above-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow03above-input.html b/experiments/Editor/tests/tables/removeAdjacentRow03above-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow03above-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow03above-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow03inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow03inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow03inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow03inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow03inside-input.html b/experiments/Editor/tests/tables/removeAdjacentRow03inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow03inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow03inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow04below-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow04below-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow04below-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow04below-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow04below-input.html b/experiments/Editor/tests/tables/removeAdjacentRow04below-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow04below-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow04below-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow04inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow04inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow04inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow04inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow04inside-input.html b/experiments/Editor/tests/tables/removeAdjacentRow04inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow04inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow04inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow05above-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow05above-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow05above-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow05above-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow05above-input.html b/experiments/Editor/tests/tables/removeAdjacentRow05above-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow05above-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow05above-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow05below-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow05below-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow05below-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow05below-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow05below-input.html b/experiments/Editor/tests/tables/removeAdjacentRow05below-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow05below-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow05below-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow05inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow05inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow05inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow05inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow05inside-input.html b/experiments/Editor/tests/tables/removeAdjacentRow05inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow05inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow05inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow06above-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow06above-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow06above-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow06above-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow06above-input.html b/experiments/Editor/tests/tables/removeAdjacentRow06above-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow06above-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow06above-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow06inside-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow06inside-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow06inside-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow06inside-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow06inside-input.html b/experiments/Editor/tests/tables/removeAdjacentRow06inside-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow06inside-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow06inside-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow07-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow07-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow07-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow07-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow07-input.html b/experiments/Editor/tests/tables/removeAdjacentRow07-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow07-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow07-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow08-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow08-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow08-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow08-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow08-input.html b/experiments/Editor/tests/tables/removeAdjacentRow08-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow08-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow08-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow09-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow09-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow09-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow09-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow09-input.html b/experiments/Editor/tests/tables/removeAdjacentRow09-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow09-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow09-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow10-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow10-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow10-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow10-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow10-input.html b/experiments/Editor/tests/tables/removeAdjacentRow10-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow10-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow10-input.html
diff --git a/Editor/tests/tables/removeAdjacentRow11-expected.html b/experiments/Editor/tests/tables/removeAdjacentRow11-expected.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow11-expected.html
rename to experiments/Editor/tests/tables/removeAdjacentRow11-expected.html
diff --git a/Editor/tests/tables/removeAdjacentRow11-input.html b/experiments/Editor/tests/tables/removeAdjacentRow11-input.html
similarity index 100%
rename from Editor/tests/tables/removeAdjacentRow11-input.html
rename to experiments/Editor/tests/tables/removeAdjacentRow11-input.html
diff --git a/Editor/tests/tables/setColWidths01-expected.html b/experiments/Editor/tests/tables/setColWidths01-expected.html
similarity index 100%
rename from Editor/tests/tables/setColWidths01-expected.html
rename to experiments/Editor/tests/tables/setColWidths01-expected.html
diff --git a/Editor/tests/tables/setColWidths01-input.html b/experiments/Editor/tests/tables/setColWidths01-input.html
similarity index 100%
rename from Editor/tests/tables/setColWidths01-input.html
rename to experiments/Editor/tests/tables/setColWidths01-input.html
diff --git a/Editor/tests/tables/setColWidths02-expected.html b/experiments/Editor/tests/tables/setColWidths02-expected.html
similarity index 100%
rename from Editor/tests/tables/setColWidths02-expected.html
rename to experiments/Editor/tests/tables/setColWidths02-expected.html
diff --git a/Editor/tests/tables/setColWidths02-input.html b/experiments/Editor/tests/tables/setColWidths02-input.html
similarity index 100%
rename from Editor/tests/tables/setColWidths02-input.html
rename to experiments/Editor/tests/tables/setColWidths02-input.html
diff --git a/Editor/tests/tables/split00a-expected.html b/experiments/Editor/tests/tables/split00a-expected.html
similarity index 100%
rename from Editor/tests/tables/split00a-expected.html
rename to experiments/Editor/tests/tables/split00a-expected.html
diff --git a/Editor/tests/tables/split00a-input.html b/experiments/Editor/tests/tables/split00a-input.html
similarity index 100%
rename from Editor/tests/tables/split00a-input.html
rename to experiments/Editor/tests/tables/split00a-input.html
diff --git a/Editor/tests/tables/split00b-expected.html b/experiments/Editor/tests/tables/split00b-expected.html
similarity index 100%
rename from Editor/tests/tables/split00b-expected.html
rename to experiments/Editor/tests/tables/split00b-expected.html
diff --git a/Editor/tests/tables/split00b-input.html b/experiments/Editor/tests/tables/split00b-input.html
similarity index 100%
rename from Editor/tests/tables/split00b-input.html
rename to experiments/Editor/tests/tables/split00b-input.html
diff --git a/Editor/tests/tables/split00c-expected.html b/experiments/Editor/tests/tables/split00c-expected.html
similarity index 100%
rename from Editor/tests/tables/split00c-expected.html
rename to experiments/Editor/tests/tables/split00c-expected.html
diff --git a/Editor/tests/tables/split00c-input.html b/experiments/Editor/tests/tables/split00c-input.html
similarity index 100%
rename from Editor/tests/tables/split00c-input.html
rename to experiments/Editor/tests/tables/split00c-input.html
diff --git a/Editor/tests/tables/split00d-expected.html b/experiments/Editor/tests/tables/split00d-expected.html
similarity index 100%
rename from Editor/tests/tables/split00d-expected.html
rename to experiments/Editor/tests/tables/split00d-expected.html
diff --git a/Editor/tests/tables/split00d-input.html b/experiments/Editor/tests/tables/split00d-input.html
similarity index 100%
rename from Editor/tests/tables/split00d-input.html
rename to experiments/Editor/tests/tables/split00d-input.html
diff --git a/Editor/tests/tables/split00e-expected.html b/experiments/Editor/tests/tables/split00e-expected.html
similarity index 100%
rename from Editor/tests/tables/split00e-expected.html
rename to experiments/Editor/tests/tables/split00e-expected.html
diff --git a/Editor/tests/tables/split00e-input.html b/experiments/Editor/tests/tables/split00e-input.html
similarity index 100%
rename from Editor/tests/tables/split00e-input.html
rename to experiments/Editor/tests/tables/split00e-input.html
diff --git a/Editor/tests/tables/split00f-expected.html b/experiments/Editor/tests/tables/split00f-expected.html
similarity index 100%
rename from Editor/tests/tables/split00f-expected.html
rename to experiments/Editor/tests/tables/split00f-expected.html
diff --git a/Editor/tests/tables/split00f-input.html b/experiments/Editor/tests/tables/split00f-input.html
similarity index 100%
rename from Editor/tests/tables/split00f-input.html
rename to experiments/Editor/tests/tables/split00f-input.html
diff --git a/Editor/tests/tables/split00g-expected.html b/experiments/Editor/tests/tables/split00g-expected.html
similarity index 100%
rename from Editor/tests/tables/split00g-expected.html
rename to experiments/Editor/tests/tables/split00g-expected.html
diff --git a/Editor/tests/tables/split00g-input.html b/experiments/Editor/tests/tables/split00g-input.html
similarity index 100%
rename from Editor/tests/tables/split00g-input.html
rename to experiments/Editor/tests/tables/split00g-input.html
diff --git a/Editor/tests/tables/split01-expected.html b/experiments/Editor/tests/tables/split01-expected.html
similarity index 100%
rename from Editor/tests/tables/split01-expected.html
rename to experiments/Editor/tests/tables/split01-expected.html
diff --git a/Editor/tests/tables/split01-input.html b/experiments/Editor/tests/tables/split01-input.html
similarity index 100%
rename from Editor/tests/tables/split01-input.html
rename to experiments/Editor/tests/tables/split01-input.html
diff --git a/Editor/tests/tables/split02-expected.html b/experiments/Editor/tests/tables/split02-expected.html
similarity index 100%
rename from Editor/tests/tables/split02-expected.html
rename to experiments/Editor/tests/tables/split02-expected.html
diff --git a/Editor/tests/tables/split02-input.html b/experiments/Editor/tests/tables/split02-input.html
similarity index 100%
rename from Editor/tests/tables/split02-input.html
rename to experiments/Editor/tests/tables/split02-input.html
diff --git a/Editor/tests/tables/split03-expected.html b/experiments/Editor/tests/tables/split03-expected.html
similarity index 100%
rename from Editor/tests/tables/split03-expected.html
rename to experiments/Editor/tests/tables/split03-expected.html
diff --git a/Editor/tests/tables/split03-input.html b/experiments/Editor/tests/tables/split03-input.html
similarity index 100%
rename from Editor/tests/tables/split03-input.html
rename to experiments/Editor/tests/tables/split03-input.html
diff --git a/Editor/tests/tables/split04-expected.html b/experiments/Editor/tests/tables/split04-expected.html
similarity index 100%
rename from Editor/tests/tables/split04-expected.html
rename to experiments/Editor/tests/tables/split04-expected.html
diff --git a/Editor/tests/tables/split04-input.html b/experiments/Editor/tests/tables/split04-input.html
similarity index 100%
rename from Editor/tests/tables/split04-input.html
rename to experiments/Editor/tests/tables/split04-input.html
diff --git a/Editor/tests/tables/split05-expected.html b/experiments/Editor/tests/tables/split05-expected.html
similarity index 100%
rename from Editor/tests/tables/split05-expected.html
rename to experiments/Editor/tests/tables/split05-expected.html
diff --git a/Editor/tests/tables/split05-input.html b/experiments/Editor/tests/tables/split05-input.html
similarity index 100%
rename from Editor/tests/tables/split05-input.html
rename to experiments/Editor/tests/tables/split05-input.html
diff --git a/Editor/tests/tables/split05a-expected.html b/experiments/Editor/tests/tables/split05a-expected.html
similarity index 100%
rename from Editor/tests/tables/split05a-expected.html
rename to experiments/Editor/tests/tables/split05a-expected.html
diff --git a/Editor/tests/tables/split05a-input.html b/experiments/Editor/tests/tables/split05a-input.html
similarity index 100%
rename from Editor/tests/tables/split05a-input.html
rename to experiments/Editor/tests/tables/split05a-input.html
diff --git a/Editor/tests/tables/split05b-expected.html b/experiments/Editor/tests/tables/split05b-expected.html
similarity index 100%
rename from Editor/tests/tables/split05b-expected.html
rename to experiments/Editor/tests/tables/split05b-expected.html
diff --git a/Editor/tests/tables/split05b-input.html b/experiments/Editor/tests/tables/split05b-input.html
similarity index 100%
rename from Editor/tests/tables/split05b-input.html
rename to experiments/Editor/tests/tables/split05b-input.html
diff --git a/Editor/tests/tables/split05c-expected.html b/experiments/Editor/tests/tables/split05c-expected.html
similarity index 100%
rename from Editor/tests/tables/split05c-expected.html
rename to experiments/Editor/tests/tables/split05c-expected.html
diff --git a/Editor/tests/tables/split05c-input.html b/experiments/Editor/tests/tables/split05c-input.html
similarity index 100%
rename from Editor/tests/tables/split05c-input.html
rename to experiments/Editor/tests/tables/split05c-input.html
diff --git a/Editor/tests/tables/split06-expected.html b/experiments/Editor/tests/tables/split06-expected.html
similarity index 100%
rename from Editor/tests/tables/split06-expected.html
rename to experiments/Editor/tests/tables/split06-expected.html
diff --git a/Editor/tests/tables/split06-input.html b/experiments/Editor/tests/tables/split06-input.html
similarity index 100%
rename from Editor/tests/tables/split06-input.html
rename to experiments/Editor/tests/tables/split06-input.html
diff --git a/Editor/tests/tables/split06a-expected.html b/experiments/Editor/tests/tables/split06a-expected.html
similarity index 100%
rename from Editor/tests/tables/split06a-expected.html
rename to experiments/Editor/tests/tables/split06a-expected.html
diff --git a/Editor/tests/tables/split06a-input.html b/experiments/Editor/tests/tables/split06a-input.html
similarity index 100%
rename from Editor/tests/tables/split06a-input.html
rename to experiments/Editor/tests/tables/split06a-input.html
diff --git a/Editor/tests/tables/split07-expected.html b/experiments/Editor/tests/tables/split07-expected.html
similarity index 100%
rename from Editor/tests/tables/split07-expected.html
rename to experiments/Editor/tests/tables/split07-expected.html
diff --git a/Editor/tests/tables/split07-input.html b/experiments/Editor/tests/tables/split07-input.html
similarity index 100%
rename from Editor/tests/tables/split07-input.html
rename to experiments/Editor/tests/tables/split07-input.html
diff --git a/Editor/tests/tables/split07a-expected.html b/experiments/Editor/tests/tables/split07a-expected.html
similarity index 100%
rename from Editor/tests/tables/split07a-expected.html
rename to experiments/Editor/tests/tables/split07a-expected.html
diff --git a/Editor/tests/tables/split07a-input.html b/experiments/Editor/tests/tables/split07a-input.html
similarity index 100%
rename from Editor/tests/tables/split07a-input.html
rename to experiments/Editor/tests/tables/split07a-input.html
diff --git a/Editor/tests/tables/split07b-expected.html b/experiments/Editor/tests/tables/split07b-expected.html
similarity index 100%
rename from Editor/tests/tables/split07b-expected.html
rename to experiments/Editor/tests/tables/split07b-expected.html
diff --git a/Editor/tests/tables/split07b-input.html b/experiments/Editor/tests/tables/split07b-input.html
similarity index 100%
rename from Editor/tests/tables/split07b-input.html
rename to experiments/Editor/tests/tables/split07b-input.html
diff --git a/Editor/tests/tables/split07c-expected.html b/experiments/Editor/tests/tables/split07c-expected.html
similarity index 100%
rename from Editor/tests/tables/split07c-expected.html
rename to experiments/Editor/tests/tables/split07c-expected.html
diff --git a/Editor/tests/tables/split07c-input.html b/experiments/Editor/tests/tables/split07c-input.html
similarity index 100%
rename from Editor/tests/tables/split07c-input.html
rename to experiments/Editor/tests/tables/split07c-input.html
diff --git a/Editor/tests/tables/split08-expected.html b/experiments/Editor/tests/tables/split08-expected.html
similarity index 100%
rename from Editor/tests/tables/split08-expected.html
rename to experiments/Editor/tests/tables/split08-expected.html
diff --git a/Editor/tests/tables/split08-input.html b/experiments/Editor/tests/tables/split08-input.html
similarity index 100%
rename from Editor/tests/tables/split08-input.html
rename to experiments/Editor/tests/tables/split08-input.html
diff --git a/Editor/tests/tables/split08a-expected.html b/experiments/Editor/tests/tables/split08a-expected.html
similarity index 100%
rename from Editor/tests/tables/split08a-expected.html
rename to experiments/Editor/tests/tables/split08a-expected.html
diff --git a/Editor/tests/tables/split08a-input.html b/experiments/Editor/tests/tables/split08a-input.html
similarity index 100%
rename from Editor/tests/tables/split08a-input.html
rename to experiments/Editor/tests/tables/split08a-input.html
diff --git a/Editor/tests/tables/split08b-expected.html b/experiments/Editor/tests/tables/split08b-expected.html
similarity index 100%
rename from Editor/tests/tables/split08b-expected.html
rename to experiments/Editor/tests/tables/split08b-expected.html
diff --git a/Editor/tests/tables/split08b-input.html b/experiments/Editor/tests/tables/split08b-input.html
similarity index 100%
rename from Editor/tests/tables/split08b-input.html
rename to experiments/Editor/tests/tables/split08b-input.html
diff --git a/Editor/tests/tables/split09-expected.html b/experiments/Editor/tests/tables/split09-expected.html
similarity index 100%
rename from Editor/tests/tables/split09-expected.html
rename to experiments/Editor/tests/tables/split09-expected.html
diff --git a/Editor/tests/tables/split09-input.html b/experiments/Editor/tests/tables/split09-input.html
similarity index 100%
rename from Editor/tests/tables/split09-input.html
rename to experiments/Editor/tests/tables/split09-input.html
diff --git a/Editor/tests/tables/split09a-expected.html b/experiments/Editor/tests/tables/split09a-expected.html
similarity index 100%
rename from Editor/tests/tables/split09a-expected.html
rename to experiments/Editor/tests/tables/split09a-expected.html
diff --git a/Editor/tests/tables/split09a-input.html b/experiments/Editor/tests/tables/split09a-input.html
similarity index 100%
rename from Editor/tests/tables/split09a-input.html
rename to experiments/Editor/tests/tables/split09a-input.html
diff --git a/Editor/tests/tables/split09b-expected.html b/experiments/Editor/tests/tables/split09b-expected.html
similarity index 100%
rename from Editor/tests/tables/split09b-expected.html
rename to experiments/Editor/tests/tables/split09b-expected.html
diff --git a/Editor/tests/tables/split09b-input.html b/experiments/Editor/tests/tables/split09b-input.html
similarity index 100%
rename from Editor/tests/tables/split09b-input.html
rename to experiments/Editor/tests/tables/split09b-input.html
diff --git a/Editor/tests/tables/split10-expected.html b/experiments/Editor/tests/tables/split10-expected.html
similarity index 100%
rename from Editor/tests/tables/split10-expected.html
rename to experiments/Editor/tests/tables/split10-expected.html
diff --git a/Editor/tests/tables/split10-input.html b/experiments/Editor/tests/tables/split10-input.html
similarity index 100%
rename from Editor/tests/tables/split10-input.html
rename to experiments/Editor/tests/tables/split10-input.html
diff --git a/Editor/tests/tables/split10a-expected.html b/experiments/Editor/tests/tables/split10a-expected.html
similarity index 100%
rename from Editor/tests/tables/split10a-expected.html
rename to experiments/Editor/tests/tables/split10a-expected.html
diff --git a/Editor/tests/tables/split10a-input.html b/experiments/Editor/tests/tables/split10a-input.html
similarity index 100%
rename from Editor/tests/tables/split10a-input.html
rename to experiments/Editor/tests/tables/split10a-input.html
diff --git a/Editor/tests/tables/split10b-expected.html b/experiments/Editor/tests/tables/split10b-expected.html
similarity index 100%
rename from Editor/tests/tables/split10b-expected.html
rename to experiments/Editor/tests/tables/split10b-expected.html
diff --git a/Editor/tests/tables/split10b-input.html b/experiments/Editor/tests/tables/split10b-input.html
similarity index 100%
rename from Editor/tests/tables/split10b-input.html
rename to experiments/Editor/tests/tables/split10b-input.html
diff --git a/Editor/tests/tables/split11-expected.html b/experiments/Editor/tests/tables/split11-expected.html
similarity index 100%
rename from Editor/tests/tables/split11-expected.html
rename to experiments/Editor/tests/tables/split11-expected.html
diff --git a/Editor/tests/tables/split11-input.html b/experiments/Editor/tests/tables/split11-input.html
similarity index 100%
rename from Editor/tests/tables/split11-input.html
rename to experiments/Editor/tests/tables/split11-input.html
diff --git a/Editor/tests/tables/split11a-expected.html b/experiments/Editor/tests/tables/split11a-expected.html
similarity index 100%
rename from Editor/tests/tables/split11a-expected.html
rename to experiments/Editor/tests/tables/split11a-expected.html
diff --git a/Editor/tests/tables/split11a-input.html b/experiments/Editor/tests/tables/split11a-input.html
similarity index 100%
rename from Editor/tests/tables/split11a-input.html
rename to experiments/Editor/tests/tables/split11a-input.html
diff --git a/Editor/tests/tables/split11b-expected.html b/experiments/Editor/tests/tables/split11b-expected.html
similarity index 100%
rename from Editor/tests/tables/split11b-expected.html
rename to experiments/Editor/tests/tables/split11b-expected.html
diff --git a/Editor/tests/tables/split11b-input.html b/experiments/Editor/tests/tables/split11b-input.html
similarity index 100%
rename from Editor/tests/tables/split11b-input.html
rename to experiments/Editor/tests/tables/split11b-input.html
diff --git a/Editor/tests/tables/split11c-expected.html b/experiments/Editor/tests/tables/split11c-expected.html
similarity index 100%
rename from Editor/tests/tables/split11c-expected.html
rename to experiments/Editor/tests/tables/split11c-expected.html
diff --git a/Editor/tests/tables/split11c-input.html b/experiments/Editor/tests/tables/split11c-input.html
similarity index 100%
rename from Editor/tests/tables/split11c-input.html
rename to experiments/Editor/tests/tables/split11c-input.html
diff --git a/Editor/tests/tables/split12-expected.html b/experiments/Editor/tests/tables/split12-expected.html
similarity index 100%
rename from Editor/tests/tables/split12-expected.html
rename to experiments/Editor/tests/tables/split12-expected.html
diff --git a/Editor/tests/tables/split12-input.html b/experiments/Editor/tests/tables/split12-input.html
similarity index 100%
rename from Editor/tests/tables/split12-input.html
rename to experiments/Editor/tests/tables/split12-input.html
diff --git a/Editor/tests/test-structure.html b/experiments/Editor/tests/test-structure.html
similarity index 100%
rename from Editor/tests/test-structure.html
rename to experiments/Editor/tests/test-structure.html
diff --git a/Editor/tests/testharness.html b/experiments/Editor/tests/testharness.html
similarity index 100%
rename from Editor/tests/testharness.html
rename to experiments/Editor/tests/testharness.html
diff --git a/Editor/tests/testharness.js b/experiments/Editor/tests/testharness.js
similarity index 100%
rename from Editor/tests/testharness.js
rename to experiments/Editor/tests/testharness.js
diff --git a/Editor/tests/testlib.js b/experiments/Editor/tests/testlib.js
similarity index 100%
rename from Editor/tests/testlib.js
rename to experiments/Editor/tests/testlib.js
diff --git a/Editor/tests/text/TextTests.js b/experiments/Editor/tests/text/TextTests.js
similarity index 100%
rename from Editor/tests/text/TextTests.js
rename to experiments/Editor/tests/text/TextTests.js
diff --git a/Editor/tests/text/analyseParagraph-implicit01-expected.html b/experiments/Editor/tests/text/analyseParagraph-implicit01-expected.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph-implicit01-expected.html
rename to experiments/Editor/tests/text/analyseParagraph-implicit01-expected.html
diff --git a/Editor/tests/text/analyseParagraph-implicit01-input.html b/experiments/Editor/tests/text/analyseParagraph-implicit01-input.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph-implicit01-input.html
rename to experiments/Editor/tests/text/analyseParagraph-implicit01-input.html
diff --git a/Editor/tests/text/analyseParagraph-implicit02-expected.html b/experiments/Editor/tests/text/analyseParagraph-implicit02-expected.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph-implicit02-expected.html
rename to experiments/Editor/tests/text/analyseParagraph-implicit02-expected.html
diff --git a/Editor/tests/text/analyseParagraph-implicit02-input.html b/experiments/Editor/tests/text/analyseParagraph-implicit02-input.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph-implicit02-input.html
rename to experiments/Editor/tests/text/analyseParagraph-implicit02-input.html
diff --git a/Editor/tests/text/analyseParagraph-implicit03-expected.html b/experiments/Editor/tests/text/analyseParagraph-implicit03-expected.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph-implicit03-expected.html
rename to experiments/Editor/tests/text/analyseParagraph-implicit03-expected.html
diff --git a/Editor/tests/text/analyseParagraph-implicit03-input.html b/experiments/Editor/tests/text/analyseParagraph-implicit03-input.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph-implicit03-input.html
rename to experiments/Editor/tests/text/analyseParagraph-implicit03-input.html
diff --git a/Editor/tests/text/analyseParagraph01-expected.html b/experiments/Editor/tests/text/analyseParagraph01-expected.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph01-expected.html
rename to experiments/Editor/tests/text/analyseParagraph01-expected.html
diff --git a/Editor/tests/text/analyseParagraph01-input.html b/experiments/Editor/tests/text/analyseParagraph01-input.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph01-input.html
rename to experiments/Editor/tests/text/analyseParagraph01-input.html
diff --git a/Editor/tests/text/analyseParagraph02-expected.html b/experiments/Editor/tests/text/analyseParagraph02-expected.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph02-expected.html
rename to experiments/Editor/tests/text/analyseParagraph02-expected.html
diff --git a/Editor/tests/text/analyseParagraph02-input.html b/experiments/Editor/tests/text/analyseParagraph02-input.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph02-input.html
rename to experiments/Editor/tests/text/analyseParagraph02-input.html
diff --git a/Editor/tests/text/analyseParagraph03-expected.html b/experiments/Editor/tests/text/analyseParagraph03-expected.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph03-expected.html
rename to experiments/Editor/tests/text/analyseParagraph03-expected.html
diff --git a/Editor/tests/text/analyseParagraph03-input.html b/experiments/Editor/tests/text/analyseParagraph03-input.html
similarity index 100%
rename from Editor/tests/text/analyseParagraph03-input.html
rename to experiments/Editor/tests/text/analyseParagraph03-input.html
diff --git a/Editor/tests/undo/UndoTests.js b/experiments/Editor/tests/undo/UndoTests.js
similarity index 100%
rename from Editor/tests/undo/UndoTests.js
rename to experiments/Editor/tests/undo/UndoTests.js
diff --git a/Editor/tests/undo/addAdjacentColumn-expected.html b/experiments/Editor/tests/undo/addAdjacentColumn-expected.html
similarity index 100%
rename from Editor/tests/undo/addAdjacentColumn-expected.html
rename to experiments/Editor/tests/undo/addAdjacentColumn-expected.html
diff --git a/Editor/tests/undo/addAdjacentColumn-input.html b/experiments/Editor/tests/undo/addAdjacentColumn-input.html
similarity index 100%
rename from Editor/tests/undo/addAdjacentColumn-input.html
rename to experiments/Editor/tests/undo/addAdjacentColumn-input.html
diff --git a/Editor/tests/undo/addAdjacentRow-expected.html b/experiments/Editor/tests/undo/addAdjacentRow-expected.html
similarity index 100%
rename from Editor/tests/undo/addAdjacentRow-expected.html
rename to experiments/Editor/tests/undo/addAdjacentRow-expected.html
diff --git a/Editor/tests/undo/addAdjacentRow-input.html b/experiments/Editor/tests/undo/addAdjacentRow-input.html
similarity index 100%
rename from Editor/tests/undo/addAdjacentRow-input.html
rename to experiments/Editor/tests/undo/addAdjacentRow-input.html
diff --git a/Editor/tests/undo/cut01-expected.html b/experiments/Editor/tests/undo/cut01-expected.html
similarity index 100%
rename from Editor/tests/undo/cut01-expected.html
rename to experiments/Editor/tests/undo/cut01-expected.html
diff --git a/Editor/tests/undo/cut01-input.html b/experiments/Editor/tests/undo/cut01-input.html
similarity index 100%
rename from Editor/tests/undo/cut01-input.html
rename to experiments/Editor/tests/undo/cut01-input.html
diff --git a/Editor/tests/undo/deleteTOC01-expected.html b/experiments/Editor/tests/undo/deleteTOC01-expected.html
similarity index 100%
rename from Editor/tests/undo/deleteTOC01-expected.html
rename to experiments/Editor/tests/undo/deleteTOC01-expected.html
diff --git a/Editor/tests/undo/deleteTOC01-input.html b/experiments/Editor/tests/undo/deleteTOC01-input.html
similarity index 100%
rename from Editor/tests/undo/deleteTOC01-input.html
rename to experiments/Editor/tests/undo/deleteTOC01-input.html
diff --git a/Editor/tests/undo/insertDelete01-expected.html b/experiments/Editor/tests/undo/insertDelete01-expected.html
similarity index 100%
rename from Editor/tests/undo/insertDelete01-expected.html
rename to experiments/Editor/tests/undo/insertDelete01-expected.html
diff --git a/Editor/tests/undo/insertDelete01-input.html b/experiments/Editor/tests/undo/insertDelete01-input.html
similarity index 100%
rename from Editor/tests/undo/insertDelete01-input.html
rename to experiments/Editor/tests/undo/insertDelete01-input.html
diff --git a/Editor/tests/undo/insertDelete02-expected.html b/experiments/Editor/tests/undo/insertDelete02-expected.html
similarity index 100%
rename from Editor/tests/undo/insertDelete02-expected.html
rename to experiments/Editor/tests/undo/insertDelete02-expected.html
diff --git a/Editor/tests/undo/insertDelete02-input.html b/experiments/Editor/tests/undo/insertDelete02-input.html
similarity index 100%
rename from Editor/tests/undo/insertDelete02-input.html
rename to experiments/Editor/tests/undo/insertDelete02-input.html
diff --git a/Editor/tests/undo/insertDelete03-expected.html b/experiments/Editor/tests/undo/insertDelete03-expected.html
similarity index 100%
rename from Editor/tests/undo/insertDelete03-expected.html
rename to experiments/Editor/tests/undo/insertDelete03-expected.html
diff --git a/Editor/tests/undo/insertDelete03-input.html b/experiments/Editor/tests/undo/insertDelete03-input.html
similarity index 100%
rename from Editor/tests/undo/insertDelete03-input.html
rename to experiments/Editor/tests/undo/insertDelete03-input.html
diff --git a/Editor/tests/undo/insertDelete04-expected.html b/experiments/Editor/tests/undo/insertDelete04-expected.html
similarity index 100%
rename from Editor/tests/undo/insertDelete04-expected.html
rename to experiments/Editor/tests/undo/insertDelete04-expected.html
diff --git a/Editor/tests/undo/insertDelete04-input.html b/experiments/Editor/tests/undo/insertDelete04-input.html
similarity index 100%
rename from Editor/tests/undo/insertDelete04-input.html
rename to experiments/Editor/tests/undo/insertDelete04-input.html
diff --git a/Editor/tests/undo/insertDelete05-expected.html b/experiments/Editor/tests/undo/insertDelete05-expected.html
similarity index 100%
rename from Editor/tests/undo/insertDelete05-expected.html
rename to experiments/Editor/tests/undo/insertDelete05-expected.html
diff --git a/Editor/tests/undo/insertDelete05-input.html b/experiments/Editor/tests/undo/insertDelete05-input.html
similarity index 100%
rename from Editor/tests/undo/insertDelete05-input.html
rename to experiments/Editor/tests/undo/insertDelete05-input.html
diff --git a/Editor/tests/undo/insertFigure01-expected.html b/experiments/Editor/tests/undo/insertFigure01-expected.html
similarity index 100%
rename from Editor/tests/undo/insertFigure01-expected.html
rename to experiments/Editor/tests/undo/insertFigure01-expected.html
diff --git a/Editor/tests/undo/insertFigure01-input.html b/experiments/Editor/tests/undo/insertFigure01-input.html
similarity index 100%
rename from Editor/tests/undo/insertFigure01-input.html
rename to experiments/Editor/tests/undo/insertFigure01-input.html
diff --git a/Editor/tests/undo/insertFigure02-expected.html b/experiments/Editor/tests/undo/insertFigure02-expected.html
similarity index 100%
rename from Editor/tests/undo/insertFigure02-expected.html
rename to experiments/Editor/tests/undo/insertFigure02-expected.html
diff --git a/Editor/tests/undo/insertFigure02-input.html b/experiments/Editor/tests/undo/insertFigure02-input.html
similarity index 100%
rename from Editor/tests/undo/insertFigure02-input.html
rename to experiments/Editor/tests/undo/insertFigure02-input.html
diff --git a/Editor/tests/undo/insertFigure03-expected.html b/experiments/Editor/tests/undo/insertFigure03-expected.html
similarity index 100%
rename from Editor/tests/undo/insertFigure03-expected.html
rename to experiments/Editor/tests/undo/insertFigure03-expected.html
diff --git a/Editor/tests/undo/insertFigure03-input.html b/experiments/Editor/tests/undo/insertFigure03-input.html
similarity index 100%
rename from Editor/tests/undo/insertFigure03-input.html
rename to experiments/Editor/tests/undo/insertFigure03-input.html
diff --git a/Editor/tests/undo/insertFigure04-expected.html b/experiments/Editor/tests/undo/insertFigure04-expected.html
similarity index 100%
rename from Editor/tests/undo/insertFigure04-expected.html
rename to experiments/Editor/tests/undo/insertFigure04-expected.html
diff --git a/Editor/tests/undo/insertFigure04-input.html b/experiments/Editor/tests/undo/insertFigure04-input.html
similarity index 100%
rename from Editor/tests/undo/insertFigure04-input.html
rename to experiments/Editor/tests/undo/insertFigure04-input.html
diff --git a/Editor/tests/undo/insertFigure05-expected.html b/experiments/Editor/tests/undo/insertFigure05-expected.html
similarity index 100%
rename from Editor/tests/undo/insertFigure05-expected.html
rename to experiments/Editor/tests/undo/insertFigure05-expected.html
diff --git a/Editor/tests/undo/insertFigure05-input.html b/experiments/Editor/tests/undo/insertFigure05-input.html
similarity index 100%
rename from Editor/tests/undo/insertFigure05-input.html
rename to experiments/Editor/tests/undo/insertFigure05-input.html
diff --git a/Editor/tests/undo/insertHeading01-expected.html b/experiments/Editor/tests/undo/insertHeading01-expected.html
similarity index 100%
rename from Editor/tests/undo/insertHeading01-expected.html
rename to experiments/Editor/tests/undo/insertHeading01-expected.html
diff --git a/Editor/tests/undo/insertHeading01-input.html b/experiments/Editor/tests/undo/insertHeading01-input.html
similarity index 100%
rename from Editor/tests/undo/insertHeading01-input.html
rename to experiments/Editor/tests/undo/insertHeading01-input.html
diff --git a/Editor/tests/undo/insertHeading02-expected.html b/experiments/Editor/tests/undo/insertHeading02-expected.html
similarity index 100%
rename from Editor/tests/undo/insertHeading02-expected.html
rename to experiments/Editor/tests/undo/insertHeading02-expected.html
diff --git a/Editor/tests/undo/insertHeading02-input.html b/experiments/Editor/tests/undo/insertHeading02-input.html
similarity index 100%
rename from Editor/tests/undo/insertHeading02-input.html
rename to experiments/Editor/tests/undo/insertHeading02-input.html
diff --git a/Editor/tests/undo/insertTable01-expected.html b/experiments/Editor/tests/undo/insertTable01-expected.html
similarity index 100%
rename from Editor/tests/undo/insertTable01-expected.html
rename to experiments/Editor/tests/undo/insertTable01-expected.html
diff --git a/Editor/tests/undo/insertTable01-input.html b/experiments/Editor/tests/undo/insertTable01-input.html
similarity index 100%
rename from Editor/tests/undo/insertTable01-input.html
rename to experiments/Editor/tests/undo/insertTable01-input.html
diff --git a/Editor/tests/undo/insertTable02-expected.html b/experiments/Editor/tests/undo/insertTable02-expected.html
similarity index 100%
rename from Editor/tests/undo/insertTable02-expected.html
rename to experiments/Editor/tests/undo/insertTable02-expected.html
diff --git a/Editor/tests/undo/insertTable02-input.html b/experiments/Editor/tests/undo/insertTable02-input.html
similarity index 100%
rename from Editor/tests/undo/insertTable02-input.html
rename to experiments/Editor/tests/undo/insertTable02-input.html
diff --git a/Editor/tests/undo/insertTable03-expected.html b/experiments/Editor/tests/undo/insertTable03-expected.html
similarity index 100%
rename from Editor/tests/undo/insertTable03-expected.html
rename to experiments/Editor/tests/undo/insertTable03-expected.html
diff --git a/Editor/tests/undo/insertTable03-input.html b/experiments/Editor/tests/undo/insertTable03-input.html
similarity index 100%
rename from Editor/tests/undo/insertTable03-input.html
rename to experiments/Editor/tests/undo/insertTable03-input.html
diff --git a/Editor/tests/undo/insertTable04-expected.html b/experiments/Editor/tests/undo/insertTable04-expected.html
similarity index 100%
rename from Editor/tests/undo/insertTable04-expected.html
rename to experiments/Editor/tests/undo/insertTable04-expected.html
diff --git a/Editor/tests/undo/insertTable04-input.html b/experiments/Editor/tests/undo/insertTable04-input.html
similarity index 100%
rename from Editor/tests/undo/insertTable04-input.html
rename to experiments/Editor/tests/undo/insertTable04-input.html
diff --git a/Editor/tests/undo/insertTable05-expected.html b/experiments/Editor/tests/undo/insertTable05-expected.html
similarity index 100%
rename from Editor/tests/undo/insertTable05-expected.html
rename to experiments/Editor/tests/undo/insertTable05-expected.html
diff --git a/Editor/tests/undo/insertTable05-input.html b/experiments/Editor/tests/undo/insertTable05-input.html
similarity index 100%
rename from Editor/tests/undo/insertTable05-input.html
rename to experiments/Editor/tests/undo/insertTable05-input.html
diff --git a/Editor/tests/undo/nodeValue01-expected.html b/experiments/Editor/tests/undo/nodeValue01-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue01-expected.html
rename to experiments/Editor/tests/undo/nodeValue01-expected.html
diff --git a/Editor/tests/undo/nodeValue01-input.html b/experiments/Editor/tests/undo/nodeValue01-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue01-input.html
rename to experiments/Editor/tests/undo/nodeValue01-input.html
diff --git a/Editor/tests/undo/nodeValue02-expected.html b/experiments/Editor/tests/undo/nodeValue02-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue02-expected.html
rename to experiments/Editor/tests/undo/nodeValue02-expected.html
diff --git a/Editor/tests/undo/nodeValue02-input.html b/experiments/Editor/tests/undo/nodeValue02-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue02-input.html
rename to experiments/Editor/tests/undo/nodeValue02-input.html
diff --git a/Editor/tests/undo/nodeValue03-expected.html b/experiments/Editor/tests/undo/nodeValue03-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue03-expected.html
rename to experiments/Editor/tests/undo/nodeValue03-expected.html
diff --git a/Editor/tests/undo/nodeValue03-input.html b/experiments/Editor/tests/undo/nodeValue03-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue03-input.html
rename to experiments/Editor/tests/undo/nodeValue03-input.html
diff --git a/Editor/tests/undo/nodeValue04-expected.html b/experiments/Editor/tests/undo/nodeValue04-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue04-expected.html
rename to experiments/Editor/tests/undo/nodeValue04-expected.html
diff --git a/Editor/tests/undo/nodeValue04-input.html b/experiments/Editor/tests/undo/nodeValue04-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue04-input.html
rename to experiments/Editor/tests/undo/nodeValue04-input.html
diff --git a/Editor/tests/undo/nodeValue05-expected.html b/experiments/Editor/tests/undo/nodeValue05-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue05-expected.html
rename to experiments/Editor/tests/undo/nodeValue05-expected.html
diff --git a/Editor/tests/undo/nodeValue05-input.html b/experiments/Editor/tests/undo/nodeValue05-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue05-input.html
rename to experiments/Editor/tests/undo/nodeValue05-input.html
diff --git a/Editor/tests/undo/nodeValue06-expected.html b/experiments/Editor/tests/undo/nodeValue06-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue06-expected.html
rename to experiments/Editor/tests/undo/nodeValue06-expected.html
diff --git a/Editor/tests/undo/nodeValue06-input.html b/experiments/Editor/tests/undo/nodeValue06-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue06-input.html
rename to experiments/Editor/tests/undo/nodeValue06-input.html
diff --git a/Editor/tests/undo/nodeValue07-expected.html b/experiments/Editor/tests/undo/nodeValue07-expected.html
similarity index 100%
rename from Editor/tests/undo/nodeValue07-expected.html
rename to experiments/Editor/tests/undo/nodeValue07-expected.html
diff --git a/Editor/tests/undo/nodeValue07-input.html b/experiments/Editor/tests/undo/nodeValue07-input.html
similarity index 100%
rename from Editor/tests/undo/nodeValue07-input.html
rename to experiments/Editor/tests/undo/nodeValue07-input.html
diff --git a/Editor/tests/undo/outline01-expected.html b/experiments/Editor/tests/undo/outline01-expected.html
similarity index 100%
rename from Editor/tests/undo/outline01-expected.html
rename to experiments/Editor/tests/undo/outline01-expected.html
diff --git a/Editor/tests/undo/outline01-input.html b/experiments/Editor/tests/undo/outline01-input.html
similarity index 100%
rename from Editor/tests/undo/outline01-input.html
rename to experiments/Editor/tests/undo/outline01-input.html
diff --git a/Editor/tests/undo/setAttribute01-expected.html b/experiments/Editor/tests/undo/setAttribute01-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttribute01-expected.html
rename to experiments/Editor/tests/undo/setAttribute01-expected.html
diff --git a/Editor/tests/undo/setAttribute01-input.html b/experiments/Editor/tests/undo/setAttribute01-input.html
similarity index 100%
rename from Editor/tests/undo/setAttribute01-input.html
rename to experiments/Editor/tests/undo/setAttribute01-input.html
diff --git a/Editor/tests/undo/setAttribute02-expected.html b/experiments/Editor/tests/undo/setAttribute02-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttribute02-expected.html
rename to experiments/Editor/tests/undo/setAttribute02-expected.html
diff --git a/Editor/tests/undo/setAttribute02-input.html b/experiments/Editor/tests/undo/setAttribute02-input.html
similarity index 100%
rename from Editor/tests/undo/setAttribute02-input.html
rename to experiments/Editor/tests/undo/setAttribute02-input.html
diff --git a/Editor/tests/undo/setAttribute03-expected.html b/experiments/Editor/tests/undo/setAttribute03-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttribute03-expected.html
rename to experiments/Editor/tests/undo/setAttribute03-expected.html
diff --git a/Editor/tests/undo/setAttribute03-input.html b/experiments/Editor/tests/undo/setAttribute03-input.html
similarity index 100%
rename from Editor/tests/undo/setAttribute03-input.html
rename to experiments/Editor/tests/undo/setAttribute03-input.html
diff --git a/Editor/tests/undo/setAttribute04-expected.html b/experiments/Editor/tests/undo/setAttribute04-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttribute04-expected.html
rename to experiments/Editor/tests/undo/setAttribute04-expected.html
diff --git a/Editor/tests/undo/setAttribute04-input.html b/experiments/Editor/tests/undo/setAttribute04-input.html
similarity index 100%
rename from Editor/tests/undo/setAttribute04-input.html
rename to experiments/Editor/tests/undo/setAttribute04-input.html
diff --git a/Editor/tests/undo/setAttributeNS01-expected.html b/experiments/Editor/tests/undo/setAttributeNS01-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS01-expected.html
rename to experiments/Editor/tests/undo/setAttributeNS01-expected.html
diff --git a/Editor/tests/undo/setAttributeNS01-input.html b/experiments/Editor/tests/undo/setAttributeNS01-input.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS01-input.html
rename to experiments/Editor/tests/undo/setAttributeNS01-input.html
diff --git a/Editor/tests/undo/setAttributeNS02-expected.html b/experiments/Editor/tests/undo/setAttributeNS02-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS02-expected.html
rename to experiments/Editor/tests/undo/setAttributeNS02-expected.html
diff --git a/Editor/tests/undo/setAttributeNS02-input.html b/experiments/Editor/tests/undo/setAttributeNS02-input.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS02-input.html
rename to experiments/Editor/tests/undo/setAttributeNS02-input.html
diff --git a/Editor/tests/undo/setAttributeNS03-expected.html b/experiments/Editor/tests/undo/setAttributeNS03-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS03-expected.html
rename to experiments/Editor/tests/undo/setAttributeNS03-expected.html
diff --git a/Editor/tests/undo/setAttributeNS03-input.html b/experiments/Editor/tests/undo/setAttributeNS03-input.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS03-input.html
rename to experiments/Editor/tests/undo/setAttributeNS03-input.html
diff --git a/Editor/tests/undo/setAttributeNS04-expected.html b/experiments/Editor/tests/undo/setAttributeNS04-expected.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS04-expected.html
rename to experiments/Editor/tests/undo/setAttributeNS04-expected.html
diff --git a/Editor/tests/undo/setAttributeNS04-input.html b/experiments/Editor/tests/undo/setAttributeNS04-input.html
similarity index 100%
rename from Editor/tests/undo/setAttributeNS04-input.html
rename to experiments/Editor/tests/undo/setAttributeNS04-input.html
diff --git a/Editor/tests/undo/setStyleProperties01-expected.html b/experiments/Editor/tests/undo/setStyleProperties01-expected.html
similarity index 100%
rename from Editor/tests/undo/setStyleProperties01-expected.html
rename to experiments/Editor/tests/undo/setStyleProperties01-expected.html
diff --git a/Editor/tests/undo/setStyleProperties01-input.html b/experiments/Editor/tests/undo/setStyleProperties01-input.html
similarity index 100%
rename from Editor/tests/undo/setStyleProperties01-input.html
rename to experiments/Editor/tests/undo/setStyleProperties01-input.html
diff --git a/Editor/tests/undo/setStyleProperties02-expected.html b/experiments/Editor/tests/undo/setStyleProperties02-expected.html
similarity index 100%
rename from Editor/tests/undo/setStyleProperties02-expected.html
rename to experiments/Editor/tests/undo/setStyleProperties02-expected.html
diff --git a/Editor/tests/undo/setStyleProperties02-input.html b/experiments/Editor/tests/undo/setStyleProperties02-input.html
similarity index 100%
rename from Editor/tests/undo/setStyleProperties02-input.html
rename to experiments/Editor/tests/undo/setStyleProperties02-input.html
diff --git a/Editor/tests/undo/undo01-expected.html b/experiments/Editor/tests/undo/undo01-expected.html
similarity index 100%
rename from Editor/tests/undo/undo01-expected.html
rename to experiments/Editor/tests/undo/undo01-expected.html
diff --git a/Editor/tests/undo/undo01-input.html b/experiments/Editor/tests/undo/undo01-input.html
similarity index 100%
rename from Editor/tests/undo/undo01-input.html
rename to experiments/Editor/tests/undo/undo01-input.html
diff --git a/Editor/tests/undo/undo02-expected.html b/experiments/Editor/tests/undo/undo02-expected.html
similarity index 100%
rename from Editor/tests/undo/undo02-expected.html
rename to experiments/Editor/tests/undo/undo02-expected.html
diff --git a/Editor/tests/undo/undo02-input.html b/experiments/Editor/tests/undo/undo02-input.html
similarity index 100%
rename from Editor/tests/undo/undo02-input.html
rename to experiments/Editor/tests/undo/undo02-input.html
diff --git a/Editor/tests/undo/undo03-expected.html b/experiments/Editor/tests/undo/undo03-expected.html
similarity index 100%
rename from Editor/tests/undo/undo03-expected.html
rename to experiments/Editor/tests/undo/undo03-expected.html
diff --git a/Editor/tests/undo/undo03-input.html b/experiments/Editor/tests/undo/undo03-input.html
similarity index 100%
rename from Editor/tests/undo/undo03-input.html
rename to experiments/Editor/tests/undo/undo03-input.html
diff --git a/consumers/corinthia/.gitignore b/experiments/corinthia/.gitignore
similarity index 100%
rename from consumers/corinthia/.gitignore
rename to experiments/corinthia/.gitignore
diff --git a/consumers/corinthia/Doxyfile b/experiments/corinthia/Doxyfile
similarity index 100%
rename from consumers/corinthia/Doxyfile
rename to experiments/corinthia/Doxyfile
diff --git a/consumers/corinthia/res/builtin.css b/experiments/corinthia/res/builtin.css
similarity index 100%
rename from consumers/corinthia/res/builtin.css
rename to experiments/corinthia/res/builtin.css
diff --git a/consumers/corinthia/res/sample.html b/experiments/corinthia/res/sample.html
similarity index 100%
rename from consumers/corinthia/res/sample.html
rename to experiments/corinthia/res/sample.html
diff --git a/consumers/corinthia/src/CMakeLists.txt b/experiments/corinthia/src/CMakeLists.txt
similarity index 100%
rename from consumers/corinthia/src/CMakeLists.txt
rename to experiments/corinthia/src/CMakeLists.txt
diff --git a/consumers/corinthia/src/Editor.cpp b/experiments/corinthia/src/Editor.cpp
similarity index 100%
rename from consumers/corinthia/src/Editor.cpp
rename to experiments/corinthia/src/Editor.cpp
diff --git a/consumers/corinthia/src/Editor.h b/experiments/corinthia/src/Editor.h
similarity index 100%
rename from consumers/corinthia/src/Editor.h
rename to experiments/corinthia/src/Editor.h
diff --git a/consumers/corinthia/src/JSInterface.cpp b/experiments/corinthia/src/JSInterface.cpp
similarity index 100%
rename from consumers/corinthia/src/JSInterface.cpp
rename to experiments/corinthia/src/JSInterface.cpp
diff --git a/consumers/corinthia/src/JSInterface.h b/experiments/corinthia/src/JSInterface.h
similarity index 100%
rename from consumers/corinthia/src/JSInterface.h
rename to experiments/corinthia/src/JSInterface.h
diff --git a/consumers/corinthia/src/MainWindow.cpp b/experiments/corinthia/src/MainWindow.cpp
similarity index 100%
rename from consumers/corinthia/src/MainWindow.cpp
rename to experiments/corinthia/src/MainWindow.cpp
diff --git a/consumers/corinthia/src/MainWindow.h b/experiments/corinthia/src/MainWindow.h
similarity index 100%
rename from consumers/corinthia/src/MainWindow.h
rename to experiments/corinthia/src/MainWindow.h
diff --git a/consumers/corinthia/src/Toolbar.cpp b/experiments/corinthia/src/Toolbar.cpp
similarity index 100%
rename from consumers/corinthia/src/Toolbar.cpp
rename to experiments/corinthia/src/Toolbar.cpp
diff --git a/consumers/corinthia/src/Toolbar.h b/experiments/corinthia/src/Toolbar.h
similarity index 100%
rename from consumers/corinthia/src/Toolbar.h
rename to experiments/corinthia/src/Toolbar.h
diff --git a/consumers/corinthia/src/framework/CColor.h b/experiments/corinthia/src/framework/CColor.h
similarity index 100%
rename from consumers/corinthia/src/framework/CColor.h
rename to experiments/corinthia/src/framework/CColor.h
diff --git a/consumers/corinthia/src/framework/CEvent.h b/experiments/corinthia/src/framework/CEvent.h
similarity index 100%
rename from consumers/corinthia/src/framework/CEvent.h
rename to experiments/corinthia/src/framework/CEvent.h
diff --git a/consumers/corinthia/src/framework/CPoint.h b/experiments/corinthia/src/framework/CPoint.h
similarity index 100%
rename from consumers/corinthia/src/framework/CPoint.h
rename to experiments/corinthia/src/framework/CPoint.h
diff --git a/consumers/corinthia/src/framework/CRect.h b/experiments/corinthia/src/framework/CRect.h
similarity index 100%
rename from consumers/corinthia/src/framework/CRect.h
rename to experiments/corinthia/src/framework/CRect.h
diff --git a/consumers/corinthia/src/framework/CShared.cpp b/experiments/corinthia/src/framework/CShared.cpp
similarity index 100%
rename from consumers/corinthia/src/framework/CShared.cpp
rename to experiments/corinthia/src/framework/CShared.cpp
diff --git a/consumers/corinthia/src/framework/CShared.h b/experiments/corinthia/src/framework/CShared.h
similarity index 100%
rename from consumers/corinthia/src/framework/CShared.h
rename to experiments/corinthia/src/framework/CShared.h
diff --git a/consumers/corinthia/src/framework/CSize.h b/experiments/corinthia/src/framework/CSize.h
similarity index 100%
rename from consumers/corinthia/src/framework/CSize.h
rename to experiments/corinthia/src/framework/CSize.h
diff --git a/consumers/corinthia/src/framework/CString.cpp b/experiments/corinthia/src/framework/CString.cpp
similarity index 100%
rename from consumers/corinthia/src/framework/CString.cpp
rename to experiments/corinthia/src/framework/CString.cpp
diff --git a/consumers/corinthia/src/framework/CString.h b/experiments/corinthia/src/framework/CString.h
similarity index 100%
rename from consumers/corinthia/src/framework/CString.h
rename to experiments/corinthia/src/framework/CString.h
diff --git a/consumers/corinthia/src/framework/CView.h b/experiments/corinthia/src/framework/CView.h
similarity index 100%
rename from consumers/corinthia/src/framework/CView.h
rename to experiments/corinthia/src/framework/CView.h
diff --git a/consumers/corinthia/src/framework/uitest.cpp b/experiments/corinthia/src/framework/uitest.cpp
similarity index 100%
rename from consumers/corinthia/src/framework/uitest.cpp
rename to experiments/corinthia/src/framework/uitest.cpp
diff --git a/consumers/corinthia/src/main.cpp b/experiments/corinthia/src/main.cpp
similarity index 100%
rename from consumers/corinthia/src/main.cpp
rename to experiments/corinthia/src/main.cpp
diff --git a/consumers/dfwebserver/.gitignore b/experiments/dfwebserver/.gitignore
similarity index 100%
rename from consumers/dfwebserver/.gitignore
rename to experiments/dfwebserver/.gitignore
diff --git a/consumers/dfwebserver/assets/input.docx b/experiments/dfwebserver/assets/input.docx
similarity index 100%
rename from consumers/dfwebserver/assets/input.docx
rename to experiments/dfwebserver/assets/input.docx
Binary files differ
diff --git a/consumers/dfwebserver/examples/node/server/.gitignore b/experiments/dfwebserver/examples/node/server/.gitignore
similarity index 100%
rename from consumers/dfwebserver/examples/node/server/.gitignore
rename to experiments/dfwebserver/examples/node/server/.gitignore
diff --git a/consumers/dfwebserver/examples/node/server/package.json b/experiments/dfwebserver/examples/node/server/package.json
similarity index 100%
rename from consumers/dfwebserver/examples/node/server/package.json
rename to experiments/dfwebserver/examples/node/server/package.json
diff --git a/consumers/dfwebserver/examples/node/server/server.js b/experiments/dfwebserver/examples/node/server/server.js
similarity index 100%
rename from consumers/dfwebserver/examples/node/server/server.js
rename to experiments/dfwebserver/examples/node/server/server.js
diff --git a/consumers/dfwebserver/examples/node/simple.js b/experiments/dfwebserver/examples/node/simple.js
similarity index 100%
rename from consumers/dfwebserver/examples/node/simple.js
rename to experiments/dfwebserver/examples/node/simple.js
diff --git a/consumers/dfwebserver/node/.gitignore b/experiments/dfwebserver/node/.gitignore
similarity index 100%
rename from consumers/dfwebserver/node/.gitignore
rename to experiments/dfwebserver/node/.gitignore
diff --git a/consumers/dfwebserver/node/.npmignore b/experiments/dfwebserver/node/.npmignore
similarity index 100%
rename from consumers/dfwebserver/node/.npmignore
rename to experiments/dfwebserver/node/.npmignore
diff --git a/consumers/dfwebserver/node/LICENSE b/experiments/dfwebserver/node/LICENSE
similarity index 100%
rename from consumers/dfwebserver/node/LICENSE
rename to experiments/dfwebserver/node/LICENSE
diff --git a/consumers/dfwebserver/node/package.json b/experiments/dfwebserver/node/package.json
similarity index 100%
rename from consumers/dfwebserver/node/package.json
rename to experiments/dfwebserver/node/package.json
diff --git a/consumers/dfwebserver/node/src/docformats.js b/experiments/dfwebserver/node/src/docformats.js
similarity index 100%
rename from consumers/dfwebserver/node/src/docformats.js
rename to experiments/dfwebserver/node/src/docformats.js
diff --git a/consumers/dfwebserver/python/input.docx b/experiments/dfwebserver/python/input.docx
similarity index 100%
rename from consumers/dfwebserver/python/input.docx
rename to experiments/dfwebserver/python/input.docx
Binary files differ
diff --git a/consumers/dfwebserver/python/makefile b/experiments/dfwebserver/python/makefile
similarity index 100%
rename from consumers/dfwebserver/python/makefile
rename to experiments/dfwebserver/python/makefile
diff --git a/consumers/dfwebserver/python/other.html b/experiments/dfwebserver/python/other.html
similarity index 100%
rename from consumers/dfwebserver/python/other.html
rename to experiments/dfwebserver/python/other.html
diff --git a/consumers/dfwebserver/python/setup.py b/experiments/dfwebserver/python/setup.py
similarity index 100%
rename from consumers/dfwebserver/python/setup.py
rename to experiments/dfwebserver/python/setup.py
diff --git a/consumers/dfwebserver/python/src/dfconvert.c b/experiments/dfwebserver/python/src/dfconvert.c
similarity index 100%
rename from consumers/dfwebserver/python/src/dfconvert.c
rename to experiments/dfwebserver/python/src/dfconvert.c
diff --git a/consumers/dfwebserver/python/src/dfutil.c b/experiments/dfwebserver/python/src/dfutil.c
similarity index 100%
rename from consumers/dfwebserver/python/src/dfutil.c
rename to experiments/dfwebserver/python/src/dfutil.c
diff --git a/consumers/dfwebserver/python/test.py b/experiments/dfwebserver/python/test.py
similarity index 100%
rename from consumers/dfwebserver/python/test.py
rename to experiments/dfwebserver/python/test.py
diff --git a/consumers/dfwebserver/python/testSubprocess.py b/experiments/dfwebserver/python/testSubprocess.py
similarity index 100%
rename from consumers/dfwebserver/python/testSubprocess.py
rename to experiments/dfwebserver/python/testSubprocess.py
diff --git a/consumers/dfwebserver/web/WARNING_EXPERIMENTAL b/experiments/dfwebserver/web/WARNING_EXPERIMENTAL
similarity index 100%
rename from consumers/dfwebserver/web/WARNING_EXPERIMENTAL
rename to experiments/dfwebserver/web/WARNING_EXPERIMENTAL
diff --git a/consumers/dfwebserver/web/client/index.html b/experiments/dfwebserver/web/client/index.html
similarity index 100%
rename from consumers/dfwebserver/web/client/index.html
rename to experiments/dfwebserver/web/client/index.html
diff --git a/sample/README.txt b/experiments/sample/README.txt
similarity index 100%
rename from sample/README.txt
rename to experiments/sample/README.txt
diff --git a/sample/code/objc_bindings/EDJSInterface.h b/experiments/sample/code/objc_bindings/EDJSInterface.h
similarity index 100%
rename from sample/code/objc_bindings/EDJSInterface.h
rename to experiments/sample/code/objc_bindings/EDJSInterface.h
diff --git a/sample/code/objc_bindings/EDJSInterface.m b/experiments/sample/code/objc_bindings/EDJSInterface.m
similarity index 100%
rename from sample/code/objc_bindings/EDJSInterface.m
rename to experiments/sample/code/objc_bindings/EDJSInterface.m
diff --git a/sample/code/objc_bindings/WARNING b/experiments/sample/code/objc_bindings/WARNING
similarity index 100%
rename from sample/code/objc_bindings/WARNING
rename to experiments/sample/code/objc_bindings/WARNING
diff --git a/sample/documents/INDEX b/experiments/sample/documents/INDEX
similarity index 100%
rename from sample/documents/INDEX
rename to experiments/sample/documents/INDEX
diff --git a/sample/documents/docx/we-need-more-samples b/experiments/sample/documents/docx/we-need-more-samples
similarity index 100%
rename from sample/documents/docx/we-need-more-samples
rename to experiments/sample/documents/docx/we-need-more-samples
diff --git a/sample/documents/html/h1-6_center_p.html b/experiments/sample/documents/html/h1-6_center_p.html
similarity index 100%
rename from sample/documents/html/h1-6_center_p.html
rename to experiments/sample/documents/html/h1-6_center_p.html
diff --git a/sample/documents/html/lists.html b/experiments/sample/documents/html/lists.html
similarity index 100%
rename from sample/documents/html/lists.html
rename to experiments/sample/documents/html/lists.html
diff --git a/sample/documents/html/simple_1.html b/experiments/sample/documents/html/simple_1.html
similarity index 100%
rename from sample/documents/html/simple_1.html
rename to experiments/sample/documents/html/simple_1.html
diff --git a/sample/documents/html/table.html b/experiments/sample/documents/html/table.html
similarity index 100%
rename from sample/documents/html/table.html
rename to experiments/sample/documents/html/table.html
diff --git a/sample/documents/odf/DupStyleName.odt b/experiments/sample/documents/odf/DupStyleName.odt
similarity index 100%
rename from sample/documents/odf/DupStyleName.odt
rename to experiments/sample/documents/odf/DupStyleName.odt
Binary files differ
diff --git a/sample/documents/odf/README.txt b/experiments/sample/documents/odf/README.txt
similarity index 100%
rename from sample/documents/odf/README.txt
rename to experiments/sample/documents/odf/README.txt
diff --git a/sample/documents/odf/we-need-more-samples b/experiments/sample/documents/odf/we-need-more-samples
similarity index 100%
rename from sample/documents/odf/we-need-more-samples
rename to experiments/sample/documents/odf/we-need-more-samples
diff --git a/sample/documents/tex/we-need-more-samples b/experiments/sample/documents/tex/we-need-more-samples
similarity index 100%
rename from sample/documents/tex/we-need-more-samples
rename to experiments/sample/documents/tex/we-need-more-samples
diff --git a/sample/documents/we-need-more-samples b/experiments/sample/documents/we-need-more-samples
similarity index 100%
rename from sample/documents/we-need-more-samples
rename to experiments/sample/documents/we-need-more-samples
diff --git a/consumers/web/WARNING_EXPERIMENTAL b/experiments/web/WARNING_EXPERIMENTAL
similarity index 100%
rename from consumers/web/WARNING_EXPERIMENTAL
rename to experiments/web/WARNING_EXPERIMENTAL
diff --git a/consumers/web/client/builtin.css b/experiments/web/client/builtin.css
similarity index 100%
rename from consumers/web/client/builtin.css
rename to experiments/web/client/builtin.css
diff --git a/consumers/web/client/images/bold-on.png b/experiments/web/client/images/bold-on.png
similarity index 100%
rename from consumers/web/client/images/bold-on.png
rename to experiments/web/client/images/bold-on.png
Binary files differ
diff --git a/consumers/web/client/images/bold.png b/experiments/web/client/images/bold.png
similarity index 100%
rename from consumers/web/client/images/bold.png
rename to experiments/web/client/images/bold.png
Binary files differ
diff --git a/consumers/web/client/images/indent.png b/experiments/web/client/images/indent.png
similarity index 100%
rename from consumers/web/client/images/indent.png
rename to experiments/web/client/images/indent.png
Binary files differ
diff --git a/consumers/web/client/images/italic-on.png b/experiments/web/client/images/italic-on.png
similarity index 100%
rename from consumers/web/client/images/italic-on.png
rename to experiments/web/client/images/italic-on.png
Binary files differ
diff --git a/consumers/web/client/images/italic.png b/experiments/web/client/images/italic.png
similarity index 100%
rename from consumers/web/client/images/italic.png
rename to experiments/web/client/images/italic.png
Binary files differ
diff --git a/consumers/web/client/images/list-none-on.png b/experiments/web/client/images/list-none-on.png
similarity index 100%
rename from consumers/web/client/images/list-none-on.png
rename to experiments/web/client/images/list-none-on.png
Binary files differ
diff --git a/consumers/web/client/images/list-none.png b/experiments/web/client/images/list-none.png
similarity index 100%
rename from consumers/web/client/images/list-none.png
rename to experiments/web/client/images/list-none.png
Binary files differ
diff --git a/consumers/web/client/images/list-ol-on.png b/experiments/web/client/images/list-ol-on.png
similarity index 100%
rename from consumers/web/client/images/list-ol-on.png
rename to experiments/web/client/images/list-ol-on.png
Binary files differ
diff --git a/consumers/web/client/images/list-ol.png b/experiments/web/client/images/list-ol.png
similarity index 100%
rename from consumers/web/client/images/list-ol.png
rename to experiments/web/client/images/list-ol.png
Binary files differ
diff --git a/consumers/web/client/images/list-ul-on.png b/experiments/web/client/images/list-ul-on.png
similarity index 100%
rename from consumers/web/client/images/list-ul-on.png
rename to experiments/web/client/images/list-ul-on.png
Binary files differ
diff --git a/consumers/web/client/images/list-ul.png b/experiments/web/client/images/list-ul.png
similarity index 100%
rename from consumers/web/client/images/list-ul.png
rename to experiments/web/client/images/list-ul.png
Binary files differ
diff --git a/consumers/web/client/images/outdent.png b/experiments/web/client/images/outdent.png
similarity index 100%
rename from consumers/web/client/images/outdent.png
rename to experiments/web/client/images/outdent.png
Binary files differ
diff --git a/consumers/web/client/images/underline-on.png b/experiments/web/client/images/underline-on.png
similarity index 100%
rename from consumers/web/client/images/underline-on.png
rename to experiments/web/client/images/underline-on.png
Binary files differ
diff --git a/consumers/web/client/images/underline.png b/experiments/web/client/images/underline.png
similarity index 100%
rename from consumers/web/client/images/underline.png
rename to experiments/web/client/images/underline.png
Binary files differ
diff --git a/consumers/web/client/index.html b/experiments/web/client/index.html
similarity index 100%
rename from consumers/web/client/index.html
rename to experiments/web/client/index.html
diff --git a/consumers/web/client/interface.js b/experiments/web/client/interface.js
similarity index 100%
rename from consumers/web/client/interface.js
rename to experiments/web/client/interface.js
diff --git a/consumers/web/client/reset.css b/experiments/web/client/reset.css
similarity index 100%
rename from consumers/web/client/reset.css
rename to experiments/web/client/reset.css
diff --git a/consumers/web/client/sample.html b/experiments/web/client/sample.html
similarity index 100%
rename from consumers/web/client/sample.html
rename to experiments/web/client/sample.html
diff --git a/consumers/web/client/ui.js b/experiments/web/client/ui.js
similarity index 100%
rename from consumers/web/client/ui.js
rename to experiments/web/client/ui.js
diff --git a/consumers/web/client/uxeditor.js b/experiments/web/client/uxeditor.js
similarity index 100%
rename from consumers/web/client/uxeditor.js
rename to experiments/web/client/uxeditor.js