describe "the next token is #{title.inspect}" do
            before { parser.send(:input).string = title }
            it 'returns a TITLE token' do
              expect(parser.send(:next_token)).to eq([:TITLE, title])
            end