Added more tests.

This commit is contained in:
SamTV12345 2024-08-18 18:49:58 +02:00
parent 28e04bdf71
commit 7f05e2b399
8 changed files with 27 additions and 826 deletions

View file

@ -1276,7 +1276,7 @@ export const subattribution = (astr: string, start: number, optEnd?: number) =>
return assem.toString();
};
export const inverse = (cs: string, lines: string|RegExpMatchArray | null, alines: string[]|{
export const inverse = (cs: string, lines: string|RegExpMatchArray|string[] | null, alines: string[]|{
get: (idx: number) => string,
}, pool: AttributePool) => {
// lines and alines are what the exports is meant to apply to.