mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Added more tests.
This commit is contained in:
parent
28e04bdf71
commit
7f05e2b399
8 changed files with 27 additions and 826 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue