Skip to content

Commit

Permalink
Add Japanese test
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Mar 31, 2024
1 parent 20540ba commit b511751
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,10 @@ mod tests {
);

testcase!(small_greek_letters, "μ", "Μ");

testcase!(
japanese,
"発売時の名称は「apple macintosh」であったが、後に拡張版のMacintosh 512Kが発売された段階で「macintosh 128K」と再命名された。test",
"発売時の名称は「Apple Macintosh」であったが、後に拡張版のMacintosh 512Kが発売された段階で「Macintosh 128K」と再命名された。Test"
);
}

0 comments on commit b511751

Please sign in to comment.