From fdb4e74cc69e7246ff9f2cecdeb1b8ce97351ab4 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 27 Mar 2013 10:04:58 -0700 Subject: [PATCH] xml.errors: fix extra-attr to use an array. --- basis/xml/errors/errors-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/xml/errors/errors-tests.factor b/basis/xml/errors/errors-tests.factor index 10d7bb63ca..f28f26dfac 100644 --- a/basis/xml/errors/errors-tests.factor +++ b/basis/xml/errors/errors-tests.factor @@ -13,7 +13,7 @@ T{ nonexist-ns f 1 5 "x" } "" xml-error-test T{ unopened f 1 4 } "" xml-error-test T{ not-yes/no f 1 41 "maybe" } "" xml-error-test -T{ extra-attrs f 1 32 V{ T{ name f "" "foo" f } } +T{ extra-attrs f 1 32 { T{ name f "" "foo" f } } } "" xml-error-test T{ bad-version f 1 28 "5 million" } "" xml-error-test