Home
last modified time | relevance | path

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

/external/rust/crates/syn/tests/
Dtest_lit.rs59 fn test_byte_string(s: &str, value: &[u8]) { in byte_strings() function
65 test_byte_string(&again, value); in byte_strings()
72 test_byte_string("b\"a\"", b"a"); in byte_strings()
73 test_byte_string("b\"\\n\"", b"\n"); in byte_strings()
74 test_byte_string("b\"\\r\"", b"\r"); in byte_strings()
75 test_byte_string("b\"\\t\"", b"\t"); in byte_strings()
76 test_byte_string("b\"\\\"\"", b"\""); in byte_strings()
77 test_byte_string("b\"'\"", b"'"); in byte_strings()
78 test_byte_string("b\"\"", b""); in byte_strings()
79 test_byte_string( in byte_strings()
[all …]
/external/rust/crates/serde_cbor/tests/
Dser.rs201 fn test_byte_string() { in test_byte_string() function
Dde.rs81 fn test_byte_string() { in test_byte_string() function