45 lines
2.9 KiB
TypeScript
45 lines
2.9 KiB
TypeScript
export function testDeltaBug(_tc: t.TestCase): void;
|
|
export function testDeltaBug2(_tc: t.TestCase): void;
|
|
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";
|
|
//# sourceMappingURL=y-text.tests.d.ts.map
|