]> gitweb.factorcode.org Git - factor.git/commitdiff
mirrors: Add a unit test.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 23 Apr 2013 14:05:51 +0000 (07:05 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 23 Apr 2013 14:05:51 +0000 (07:05 -0700)
basis/mirrors/mirrors-tests.factor

index 36348c6bad3151b69011456cb13b84e76ea79ee2..e7a566091e5a817274595b5bbc2af1ff7a3c9d08 100644 (file)
@@ -59,3 +59,6 @@ TUPLE: color
 [ ] [ "IN: mirrors.tests USE: math TUPLE: color { green integer } { red integer } { blue integer } ;" eval( -- ) ] unit-test
 
 [ 1 ] [ "red" "mirror" get at ] unit-test
+
+! Issue #857.
+{ 4 } [ "asdf" make-mirror assoc-size ] unit-test