Skip to content

Commit

Permalink
standardize unicode notations
Browse files Browse the repository at this point in the history
  • Loading branch information
alpancs committed Mar 16, 2024
1 parent 54965c0 commit ec6bcb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/quran.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ mod tests {
assert_eq!(
unique_unicodes,
[
'\u{20}', '\u{621}', '\u{623}', '\u{624}', '\u{625}', '\u{626}', '\u{627}',
'\u{628}', '\u{629}', '\u{62a}', '\u{62b}', '\u{62c}', '\u{62d}', '\u{62e}',
'\u{62f}', '\u{630}', '\u{631}', '\u{632}', '\u{633}', '\u{634}', '\u{635}',
'\u{636}', '\u{637}', '\u{638}', '\u{639}', '\u{63a}', '\u{640}', '\u{641}',
'\u{642}', '\u{643}', '\u{644}', '\u{645}', '\u{646}', '\u{647}', '\u{648}',
'\u{649}', '\u{64a}', '\u{64b}', '\u{64c}', '\u{64d}', '\u{64e}', '\u{64f}',
'\u{650}', '\u{651}', '\u{654}', '\u{670}', '\u{6dc}', '\u{6df}', '\u{6e0}',
'\u{6e3}', '\u{6e5}', '\u{6e6}', '\u{6e7}', '\u{6e8}', '\u{6ea}', '\u{6eb}'
'\u{0020}', '\u{0621}', '\u{0623}', '\u{0624}', '\u{0625}', '\u{0626}', '\u{0627}',
'\u{0628}', '\u{0629}', '\u{062A}', '\u{062B}', '\u{062C}', '\u{062D}', '\u{062E}',
'\u{062F}', '\u{0630}', '\u{0631}', '\u{0632}', '\u{0633}', '\u{0634}', '\u{0635}',
'\u{0636}', '\u{0637}', '\u{0638}', '\u{0639}', '\u{063A}', '\u{0640}', '\u{0641}',
'\u{0642}', '\u{0643}', '\u{0644}', '\u{0645}', '\u{0646}', '\u{0647}', '\u{0648}',
'\u{0649}', '\u{064A}', '\u{064B}', '\u{064C}', '\u{064D}', '\u{064E}', '\u{064F}',
'\u{0650}', '\u{0651}', '\u{0654}', '\u{0670}', '\u{06DC}', '\u{06DF}', '\u{06E0}',
'\u{06E3}', '\u{06E5}', '\u{06E6}', '\u{06E7}', '\u{06E8}', '\u{06EA}', '\u{06EB}'
]
);
}
Expand Down

0 comments on commit ec6bcb2

Please sign in to comment.