--- gforth/test/string.fs 2007/12/31 18:40:26 1.5 +++ gforth/test/string.fs 2010/09/01 16:52:12 1.7 @@ -1,6 +1,6 @@ \ string wordset test suite -\ Copyright (C) 2001,2003 Free Software Foundation, Inc. +\ Copyright (C) 2001,2003,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -18,6 +18,8 @@ \ along with this program. If not, see http://www.gnu.org/licenses/. \ compare + +testing string wordset { here 0 c, 1 chars here 255 c, 1 chars compare -> -1 } \ search