# File test/src/simple_parser_test.rb, line 209 def testBetween assertParser('abc', ?b, char(?a) >> char('b') << char(?c)) end