Lines Matching refs:assert_eq
1287 assert_eq!(byte(s, 0), b'"'); in parse_lit_str_cooked()
1330 assert_eq!(byte(s, 1), b'\n', "bare CR not allowed in string"); in parse_lit_str_cooked()
1350 assert_eq!(byte(s, 0), b'r'); in parse_lit_str_raw()
1357 assert_eq!(byte(s, pounds), b'"'); in parse_lit_str_raw()
1360 assert_eq!(end, b'#'); in parse_lit_str_raw()
1370 assert_eq!(byte(s, 0), b'b'); in parse_lit_byte_str()
1379 assert_eq!(byte(s, 0), b'b'); in parse_lit_byte_str_cooked()
1380 assert_eq!(byte(s, 1), b'"'); in parse_lit_byte_str_cooked()
1421 assert_eq!(byte(v, 1), b'\n', "bare CR not allowed in string"); in parse_lit_byte_str_cooked()
1433 assert_eq!(byte(v, 0), b'"'); in parse_lit_byte_str_cooked()
1439 assert_eq!(byte(s, 0), b'b'); in parse_lit_byte_str_raw()
1446 assert_eq!(byte(s, 0), b'c'); in parse_lit_c_str()
1455 assert_eq!(byte(s, 0), b'c'); in parse_lit_c_str_cooked()
1456 assert_eq!(byte(s, 1), b'"'); in parse_lit_c_str_cooked()
1504 assert_eq!(byte(v, 1), b'\n', "bare CR not allowed in string"); in parse_lit_c_str_cooked()
1516 assert_eq!(byte(v, 0), b'"'); in parse_lit_c_str_cooked()
1522 assert_eq!(byte(s, 0), b'c'); in parse_lit_c_str_raw()
1529 assert_eq!(byte(s, 0), b'b'); in parse_lit_byte()
1530 assert_eq!(byte(s, 1), b'\''); in parse_lit_byte()
1564 assert_eq!(byte(v, 0), b'\''); in parse_lit_byte()
1571 assert_eq!(byte(s, 0), b'\''); in parse_lit_char()
1609 assert_eq!(byte(s, 0), b'\''); in parse_lit_char()