aboutsummaryrefslogtreecommitdiff
path: root/test/lang.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-15 14:03:16 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-15 14:03:16 -0400
commit75e0201fadacd29b3bbee1fdd6a1ba2c16c32bb8 (patch)
tree7a19fd8e4e720c04cabff7bcdaf1a36edd8f14c3 /test/lang.tm
parent6012a00763afdd467e71b1657bd9a39a4cba4493 (diff)
Improve automatic text quoting so it minimizes escape sequences when
possible.
Diffstat (limited to 'test/lang.tm')
-rw-r--r--test/lang.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lang.tm b/test/lang.tm
index e23410e7..a637b442 100644
--- a/test/lang.tm
+++ b/test/lang.tm
@@ -40,4 +40,4 @@ func main():
= $HTML"<p>Hello I &lt;3 hax!</p>"
>> Text(html)
- = "$HTML\"Hello I &lt;3 hax!\""
+ = '$HTML"Hello I &lt;3 hax!"'