aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/jsonTest.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jsonTest.ur')
-rw-r--r--tests/jsonTest.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonTest.ur b/tests/jsonTest.ur
index 1be6e7b5..071cf34b 100644
--- a/tests/jsonTest.ur
+++ b/tests/jsonTest.ur
@@ -1,7 +1,7 @@
open Json
fun main () : transaction page = return <xml><body>
- <pre>{[ fromJson "\"line 1\\nline 2\"" : string ]}</pre><br/>
+ <pre>{[ fromJson "\"\\\\line 1\\nline 2\"" : string ]}</pre><br/>
{[fromJson "[1, 2, 3]" : list int]}<br/>
{[toJson ("hi" :: "bye\"" :: "hehe" :: [])]}
</body></xml>