~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to lib/net/imap.rb

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-06-06 11:58:24 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606115824-qzldkdwq3dvfpf84
Tags: 1.9.0+20070606-1
* new upstream snapshot. (2006-06-06)
* updated debian/generated-incs/* files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2948
2948
            elsif $7
2949
2949
              return Token.new(T_RPAR, $+)
2950
2950
            else
2951
 
              parse_error("[Net::IMAP BUG] BEG_REGEXP is invalid")
 
2951
              parse_error("[Net::IMAP BUG] DATA_REGEXP is invalid")
2952
2952
            end
2953
2953
          else
2954
2954
            @str.index(/\S*/n, @pos)
3002
3002
          $stderr.printf("@str: %s\n", @str.dump)
3003
3003
          $stderr.printf("@pos: %d\n", @pos)
3004
3004
          $stderr.printf("@lex_state: %s\n", @lex_state)
3005
 
          if @token.symbol
 
3005
          if @token
3006
3006
            $stderr.printf("@token.symbol: %s\n", @token.symbol)
3007
3007
            $stderr.printf("@token.value: %s\n", @token.value.inspect)
3008
3008
          end