diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-11 11:46:47 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-11 11:46:47 +0200 |
commit | c98f902eeae2ac9952173385b146249f11364765 (patch) | |
tree | 88179439f59608ccde7d32ded1b7dcf1602ccc5e /src | |
parent | 1fe3139713fb9e5f000af458154ddf634d6ebe64 (diff) | |
download | markdown-rs-c98f902eeae2ac9952173385b146249f11364765.tar.gz markdown-rs-c98f902eeae2ac9952173385b146249f11364765.tar.bz2 markdown-rs-c98f902eeae2ac9952173385b146249f11364765.zip |
Add tests for matching identifiers w/ turkish `i`
Diffstat (limited to '')
-rw-r--r-- | src/util/normalize_identifier.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/normalize_identifier.rs b/src/util/normalize_identifier.rs index 123a3a9..73f246d 100644 --- a/src/util/normalize_identifier.rs +++ b/src/util/normalize_identifier.rs @@ -54,7 +54,6 @@ pub fn normalize_identifier(value: &str) -> String { } } - // To do: test if this matches unicode. // Some characters are considered “uppercase”, but if their lowercase // counterpart is uppercased will result in a different uppercase // character. |