infix: fix infix syntax

db4
Doug Coleman 2015-07-21 17:59:44 -07:00
parent 255b4fc823
commit e264c26b53
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ IN: infix.tests
{ "rbo" } [ [let "foobar" :> s [infix s[:0:-2] infix] ] ] unit-test
{ "rb" } [ [let "foobar" :> s [infix s[:-5:-2] infix] ] ] unit-test
INFIX:: foo ( x y -- z ) x**2-abs(y);
INFIX:: foo ( x y -- z ) x**2-abs(y) ;
{ 194 } [ 15 31 foo ] unit-test