more testing
This commit is contained in:
parent
88eb5e40a9
commit
b59117ba2e
File diff suppressed because it is too large
Load Diff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue