diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:49:40 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 17:49:40 -0500 |
| commit | 0fe255a7c1ea7f8c324bfa58cdfb2c77f06bd823 (patch) | |
| tree | d99bc12b02696984dd68f53900ec5933a2031c7d /test/strings.tm | |
| parent | 0c51ca73e0c41c98c31fd306d0ef6f3e8c37227d (diff) | |
Fix up unicode escapes
Diffstat (limited to 'test/strings.tm')
| -rw-r--r-- | test/strings.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/strings.tm b/test/strings.tm index 6ef139ac..a7631824 100644 --- a/test/strings.tm +++ b/test/strings.tm @@ -5,3 +5,6 @@ = "hello amélie!" >> str:lower():title() = "Hello Amélie!" + +>> \UE9 += "é" |
