diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm index edc3b37b..c665d588 100644 --- a/test/text.tm +++ b/test/text.tm @@ -1,5 +1,7 @@ func main(): >> str := "Hello Amélie!" + !! Testing strings like {str} + >> str:upper() = "HELLO AMÉLIE!" >> str:lower() @@ -7,6 +9,7 @@ func main(): >> str:lower():title() = "Hello Amélie!" + >> \UE9 = "é" |
