diff options
-rw-r--r-- | tests/yaml.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/yaml.scm b/tests/yaml.scm index 70c6cea..545b49c 100644 --- a/tests/yaml.scm +++ b/tests/yaml.scm @@ -22,12 +22,12 @@ (test-begin "yaml") (test-equal "dictionary entries with empty arrays and dictionaries for values must render on the same line" - (scm->yaml-string - '((foo . #()) - (bar))) "foo: [] bar: {} -") +" + (scm->yaml-string + '((foo . #()) + (bar)))) (test-equal "strings with hyphen characters should be escaped" "- \"-1\" |