Files
email-tracker/external/duckdb/test/issues/rigger/test_567.test
2025-10-24 19:21:19 -05:00

14 lines
274 B
SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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