new accessors

db4
Doug Coleman 2008-09-02 15:13:01 -05:00
parent 591839db9c
commit 3dc4de4389
1 changed files with 2 additions and 2 deletions

View File

@ -105,11 +105,11 @@ IN: peg.ebnf.tests
] unit-test
{ "foo" } [
"foo" 'non-terminal' parse ebnf-non-terminal-symbol
"foo" 'non-terminal' parse symbol>>
] unit-test
{ "foo" } [
"foo]" 'non-terminal' parse ebnf-non-terminal-symbol
"foo]" 'non-terminal' parse symbol>>
] unit-test
{ V{ "a" "b" } } [