diff options
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm index 27c8c08a..4051a16f 100644 --- a/test/text.tm +++ b/test/text.tm @@ -1,6 +1,6 @@ func main(): >> str := "Hello Amélie!" - | Testing strings like {str} + //! Testing strings like {str} >> str:upper() = "HELLO AMÉLIE!" |
