diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.tm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm index a95764df..13ee2a3b 100644 --- a/test/text.tm +++ b/test/text.tm @@ -8,7 +8,11 @@ func main(): = "hello amélie!" >> str:lower():title() = "Hello Amélie!" + >> str[1] + = "H" + >> str[9] + = "é" >> \UE9 = "é" |
