43 lines
2.7 KiB
TypeScript
43 lines
2.7 KiB
TypeScript
export function testDeltaAfterConcurrentFormatting(tc: t.TestCase): void;
|
|
export function testBasicInsertAndDelete(tc: t.TestCase): void;
|
|
export function testBasicFormat(tc: t.TestCase): void;
|
|
export function testMultilineFormat(tc: t.TestCase): void;
|
|
export function testNotMergeEmptyLinesFormat(tc: t.TestCase): void;
|
|
export function testPreserveAttributesThroughDelete(tc: t.TestCase): void;
|
|
export function testGetDeltaWithEmbeds(tc: t.TestCase): void;
|
|
export function testTypesAsEmbed(tc: t.TestCase): void;
|
|
export function testSnapshot(tc: t.TestCase): void;
|
|
export function testSnapshotDeleteAfter(tc: t.TestCase): void;
|
|
export function testToJson(tc: t.TestCase): void;
|
|
export function testToDeltaEmbedAttributes(tc: t.TestCase): void;
|
|
export function testToDeltaEmbedNoAttributes(tc: t.TestCase): void;
|
|
export function testFormattingRemoved(tc: t.TestCase): void;
|
|
export function testFormattingRemovedInMidText(tc: t.TestCase): void;
|
|
export function testFormattingDeltaUnnecessaryAttributeChange(tc: t.TestCase): void;
|
|
export function testInsertAndDeleteAtRandomPositions(tc: t.TestCase): void;
|
|
export function testAppendChars(tc: t.TestCase): void;
|
|
export function testBestCase(tc: t.TestCase): void;
|
|
export function testLargeFragmentedDocument(tc: t.TestCase): void;
|
|
export function testIncrementalUpdatesPerformanceOnLargeFragmentedDocument(tc: t.TestCase): void;
|
|
export function testSplitSurrogateCharacter(tc: t.TestCase): void;
|
|
export function testSearchMarkerBug1(tc: t.TestCase): void;
|
|
export function testFormattingBug(tc: t.TestCase): Promise<void>;
|
|
export function testDeleteFormatting(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges5(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges30(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges40(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges50(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges70(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges90(tc: t.TestCase): void;
|
|
export function testRepeatGenerateTextChanges300(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges1(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges2(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges2Repeat(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges3(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges30(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges40(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges70(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges100(tc: t.TestCase): void;
|
|
export function testRepeatGenerateQuillChanges300(tc: t.TestCase): void;
|
|
import * as t from "lib0/testing";
|