aboutsummaryrefslogtreecommitdiff
path: root/tests/ovsdb-data.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ovsdb-data.at')
-rw-r--r--tests/ovsdb-data.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ovsdb-data.at b/tests/ovsdb-data.at
index 98e81083..97369619 100644
--- a/tests/ovsdb-data.at
+++ b/tests/ovsdb-data.at
@@ -457,12 +457,12 @@ OVSDB_CHECK_POSITIVE_CPY([strings no more than 2 characters long],
'["a"]' \
'["ab"]' \
'["abc"]' \
- '["\ud834\udd1e"]']],
+ '["de"]']],
[[""
"a"
"ab"
constraint violation: "abc" length 3 is greater than maximum allowed length 2
-"𝄞"]])
+"de"]])
AT_BANNER([OSVDB -- simple data])