diff options
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm index 7d54b811..33582a1c 100644 --- a/test/text.tm +++ b/test/text.tm @@ -6,5 +6,11 @@ >> str:lower():title() = "Hello Amélie!" ->> \U00E9 +>> \UE9 = "é" + +>> \U65\U301 += "é" + +>> \UE9 == \U65\U301 += yes |
