git.fiddlerwoaroof.com
Browse code

Fix tests

Fernando Borretti authored on 04/07/2016 00:12:25
Showing 1 changed files
... ...
@@ -55,7 +55,7 @@
55 55
                       (cons "b" 2)))))
56 56
     (is
57 57
      (equal (yaml:emit-to-string table)
58
-            "{ b: 2, a: 1 }"))))
58
+            "{ \"b\": 2, \"a\": 1 }"))))
59 59
 
60 60
 (test toplevel-function
61 61
   (is
... ...
@@ -65,4 +65,3 @@
65 65
     (equal (with-output-to-string (stream)
66 66
              (yaml:emit 1 stream))
67 67
            "1")))
68
-