]> gitweb.factorcode.org Git - factor.git/commitdiff
YAML: cleanup, don't prettyprint the linked-assoc
authorJon Harper <jon.harper87@gmail.com>
Sat, 5 Apr 2014 13:49:09 +0000 (15:49 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 27 Apr 2014 22:24:26 +0000 (15:24 -0700)
It's not useful because it's not homoiconic because of recursivity

extra/yaml/yaml-tests.factor

index 70a500cd1f7609e2fcfeb105329e872e81d8e2c7..ab0546c1f12cd8320524c679e39215872c16f4e6 100644 (file)
@@ -415,7 +415,7 @@ Numbers: !!omap [ one: 1, two: 2, three : 3 ]
 """
 
 ${ construct-omap-obj } [ $ construct-omap-str yaml> ] unit-test
-${ construct-omap-obj } [ construct-omap-obj >yaml yaml> ] unit-test
+${ construct-omap-obj } [ construct-omap-obj >yaml yaml> ] unit-test
 
 ! !!!!!!!!!!!!!!!
 ! construct-pairs