mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Document that \0NNN and \xHH need more work
This commit is contained in:
@@ -51,6 +51,7 @@ fn generate_escape_sequence(rng: &mut impl Rng) -> String {
|
||||
let escape_sequences = [
|
||||
"\\\\", "\\a", "\\b", "\\c", "\\e", "\\f", "\\n", "\\r", "\\t", "\\v", "\\0NNN", "\\xHH",
|
||||
];
|
||||
// \0NNN and \xHH need more work
|
||||
escape_sequences.choose(rng).unwrap().to_string()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user