Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update U+1F389 test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2023
1 parent 12b48b5 commit 779f016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ fn test_string_escapes() {
test_serde(&"\u{1f}\u{feff}".to_owned(), yaml);

let yaml = indoc! {r#"
"\U0001F389"
🎉
"#};
test_serde(&"\u{1f389}".to_owned(), yaml);
}
Expand Down

0 comments on commit 779f016

Please sign in to comment.