mirror of https://github.com/astral-sh/ruff
parent
10aeb6d3b6
commit
0cfca59908
|
|
@ -1048,7 +1048,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_format_unicode_escape_with_field() {
|
fn test_format_unicode_escape_with_field() {
|
||||||
assert_debug_snapshot!(FormatString::from_str("I am a \\N{snowman}{snowman}"));
|
assert_debug_snapshot!(FormatString::from_str("I am a \\N{snowman}{snowman}"))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue