# File test/src/simple_parser_test.rb, line 160 def testShorter assertParser('abc', ?b, shorter(char('a')>>char('b')>>char('c'), char(?a) >> char(?c), char('a')>>char('b'))) end