diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 14:03:16 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 14:03:16 -0400 |
| commit | 75e0201fadacd29b3bbee1fdd6a1ba2c16c32bb8 (patch) | |
| tree | 7a19fd8e4e720c04cabff7bcdaf1a36edd8f14c3 /test/lang.tm | |
| parent | 6012a00763afdd467e71b1657bd9a39a4cba4493 (diff) | |
Improve automatic text quoting so it minimizes escape sequences when
possible.
Diffstat (limited to 'test/lang.tm')
| -rw-r--r-- | test/lang.tm | 2 |
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 <3 hax!</p>" >> Text(html) - = "$HTML\"Hello I <3 hax!\"" + = '$HTML"Hello I <3 hax!"' |
