Home
last modified time | relevance | path

Searched refs:technically_okay (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/unicode-normalization/src/
Dstream_safe.rs123 …let technically_okay = "Da\u{0300}\u{0301}\u{0302}\u{0303}\u{0304}\u{0305}\u{0306}\u{0307}\u{0308}… in test_simple() localVariable
124 assert_eq!(stream_safe(technically_okay), technically_okay); in test_simple()