mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-08 02:05:26 +00:00
net: aws: tests: use unicode escapes for unicode characters
.. instead of putting actual multi-byte unicode characters into the source code which appears to make hotdoc unhappy. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1390>
This commit is contained in:
parent
ee3a272859
commit
b81b2cee81
1 changed files with 1 additions and 1 deletions
|
@ -92,6 +92,6 @@ mod tests {
|
|||
|
||||
#[tokio::test]
|
||||
async fn test_s3_unicode() {
|
||||
do_s3_test("s3 🧪 😱").await;
|
||||
do_s3_test("s3 \u{1F9EA} \u{1F631}").await;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue