Could the problem be the word next ? You're not specifying which vocab it comes from, and it's defined in many vocabs. The listener has many vocabs loaded and it's probably calling a different word than the one you think. Jon Harper
On Fri, Feb 26, 2010 at 3:56 PM, Terrence Brannon <[email protected]> wrote: > I dont understand why I can type the input quotation into the listener > and get back a result, yet I get "Data stack underflow" when I type > > (listener) "data-maker.field.from-format" unit-test > > My actual source code is > [here](http://gitorious.org/project_factor/data-maker/trees/master/field/from-format) > but the problematic test case is below. > > > USING: data-maker.field.from-format tools.test ; > IN: data-maker.field.from-format.tests > > [ t ] [ "George (\\d\\d\\d)" <from-format> next ] unit-test > > ! [ t ] > ! [ DELIMITED: <EOSTR> > ! Terrence (\d\d\d) \d\d\d-\d\d\d\d<EOSTR> > ! <from-format> next > ! ] unit-test > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
