Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs68 fn test_byte_string(s: &str, value: &[u8]) { in byte_strings() functions
74 test_byte_string(&again, value); in byte_strings()
81 test_byte_string("b\"a\"", b"a"); in byte_strings()
82 test_byte_string("b\"\\n\"", b"\n"); in byte_strings()
83 test_byte_string("b\"\\r\"", b"\r"); in byte_strings()
84 test_byte_string("b\"\\t\"", b"\t"); in byte_strings()
85 test_byte_string("b\"\\\"\"", b"\""); in byte_strings()
86 test_byte_string("b\"'\"", b"'"); in byte_strings()
87 test_byte_string("b\"\"", b""); in byte_strings()
88 test_byte_string( in byte_strings()
[all...]

Completed in 1 milliseconds