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