should be it
This commit is contained in:
13
external/duckdb/test/issues/rigger/test_567.test
vendored
Normal file
13
external/duckdb/test/issues/rigger/test_567.test
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# name: test/issues/rigger/test_567.test
|
||||
# description: Issue 567
|
||||
# group: [rigger]
|
||||
|
||||
statement ok
|
||||
PRAGMA enable_verification
|
||||
|
||||
# REVERSE() on special character results in 'Assertion `strcmp(dataptr, normalized) == 0' failed.'
|
||||
query T
|
||||
SELECT REVERSE('S̈a︍');
|
||||
----
|
||||
a︍S̈
|
||||
|
||||
Reference in New Issue
Block a user