()
| 216 | |
| 217 | #[test] |
| 218 | fn latin_diacritics_in_string() { |
| 219 | let tokens = tokenize("'café'").unwrap(); |
| 220 | assert_eq!(tokens[0].text, "café"); |
| 221 | } |
| 222 | |
| 223 | #[test] |
| 224 | fn comparison_after_cjk() { |
nothing calls this directly
no test coverage detected