diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-08-16 00:58:38 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-08-16 00:58:38 +0200 |
| commit | 4b7c87a9b53f5317e9f7982bd779d53a66960bdc (patch) | |
| tree | 620168b40b3d38581cd78816cac7e9f94bec0445 /testsuite | |
| parent | 33ae72a3c73f6219be86715e8da71ed345f6077c (diff) | |
| download | elna-4b7c87a9b53f5317e9f7982bd779d53a66960bdc.tar.gz | |
Support UTF-8 strings
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/runnable/unicode_escape_string.elna | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/runnable/unicode_escape_string.elna b/testsuite/runnable/unicode_escape_string.elna new file mode 100644 index 0000000..5905eda --- /dev/null +++ b/testsuite/runnable/unicode_escape_string.elna @@ -0,0 +1,4 @@ +begin + assert("caf\{U+E9}" = "café"); + assert("Hi \{U+1F600}!" = "Hi 😀!") +end. |
