diff --git a/extra/bake/bake.factor b/extra/bake/bake.factor index 748a811b34..ef4b9d241f 100644 --- a/extra/bake/bake.factor +++ b/extra/bake/bake.factor @@ -94,4 +94,4 @@ MACRO: bake ( seq -- quot ) [bake] ; : `{ \ } [ >array ] parse-literal \ bake parsed ; parsing : `V{ \ } [ >vector ] parse-literal \ bake parsed ; parsing -: `[ \ } [ >quotation ] parse-literal \ bake parsed ; parsing \ No newline at end of file +: `[ \ ] [ >quotation ] parse-literal \ bake parsed ; parsing \ No newline at end of file diff --git a/extra/ui/gadgets/packs/packs-tests.factor b/extra/ui/gadgets/packs/packs-tests.factor index 4ae84f83df..065267d7be 100644 --- a/extra/ui/gadgets/packs/packs-tests.factor +++ b/extra/ui/gadgets/packs/packs-tests.factor @@ -5,10 +5,8 @@ kernel namespaces tools.test math.parser sequences math.geometry.rect ; [ t ] [ { 0 0 } { 100 100 } clip set - [ - 100 [ number>string