]> gitweb.factorcode.org Git - factor.git/commitdiff
match: fix test syntax.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Jul 2013 14:02:47 +0000 (07:02 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Jul 2013 14:02:47 +0000 (07:02 -0700)
basis/match/match-tests.factor

index 69e82305d14c59966c5d83649b7c32b971463534..f24e5f7bf49d53b6c80b7b8106f013b56e22baf6 100644 (file)
@@ -59,7 +59,7 @@ C: <foo> foo
     ] with-variables
 ] unit-test
 
-{ H{ { ?a ?a } } }
+{ H{ { ?a ?a } } } [
     \ ?a \ ?a match
 ] unit-test