diff options
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!"' |
