From 17ec9006f96197b241278a9fcbaa507e63e15611 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 20 Sep 2025 14:20:54 -0400 Subject: Simplify quotes by limiting to `,'," --- test/text.tm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'test/text.tm') 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() -- cgit v1.2.3