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
