diff options
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/test/text.tm b/test/text.tm index 46e1ae41..84c5a2a3 100644 --- a/test/text.tm +++ b/test/text.tm @@ -107,17 +107,10 @@ func main() = "A 3" >> "A \$(1+2)" = "A \$(1+2)" - >> `A $(1+2)` + >> 'A $(1+2)' = "A 3" - - >> $"A $(1+2)" - = "A 3" - >> $$"A $(1+2)" - = "A \$(1+2)" - >> $="A =(1+2)" + >> `A @(1+2)` = "A 3" - >> ${one {nested} two $(1+2)} - = "one {nested} two 3" c := "É̩" >> c.codepoint_names() |
