more testing

This commit is contained in:
adueck 2023-04-13 18:12:40 -04:00
parent 88eb5e40a9
commit b59117ba2e
2 changed files with 290 additions and 1031 deletions

File diff suppressed because it is too large Load Diff

View File

@ -157,6 +157,8 @@ export function addTrailingAccent(ps: T.PsString): T.PsString {
};
}
// TODO: could do removeEndingL (slower but safer)
export function removeL(ps: T.PsString): T.PsString {