UNPKG

@casual-simulation/aux-common

Version:
12 lines 634 B
import type { TagEdit } from '../bots'; /** * Generates a set of random edit test cases that can be used to help fuzz test edit systems. * @param count The number of test cases to generate. */ export declare function generateRandomEditCases(count: number): [string, string, string[], TagEdit[]][]; /** * Generates a set of random edit test cases that spans multiple lines. Useful for fuzz testing text editing systems. * @param count The number of cases to generate. */ export declare function generateRandomEditParagraphCases(count: number): [string, string, string[], TagEdit[]][]; //# sourceMappingURL=FuzzingHelpers.d.ts.map