aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm2
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!"