Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Nov 1, 2023
1 parent 85dbd10 commit 0ef6072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ BASE_VOWEL_GLYPHS.forEach(g => {
TONE_MARKS.forEach(t => {
const i = `${g}${v}${n}${t}${s}${l}${a}`
// these two are treated specially, not getting the variant mark
if (i.match(/([ou])~/)) {
if (i.match(/([ou])\$/)) {
const x = RegExp.$1
const o =
l === '!'
Expand Down

0 comments on commit 0ef6072

Please sign in to comment.