1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/openssl/lib/openssl/x509.rb

(OpenSSL::X509::Name::RFC2253DN::StringChar): get rid of a false
  positive assertion in ripper's test.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-11-20 15:39:03 +00:00
parent a23e9c7f13
commit c1bad60408
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Fri Nov 21 00:36:09 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/openssl/lib/openssl/x509.rb
(OpenSSL::X509::Name::RFC2253DN::StringChar): get rid of a false
positive assertion in ripper's test.
Fri Nov 21 00:29:51 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to

View file

@ -70,7 +70,7 @@ module OpenSSL
HexPair = /#{HexChar}#{HexChar}/
HexString = /#{HexPair}+/
Pair = /\\(?:[#{Special}]|\\|"|#{HexPair})/
StringChar = /[^#{Special}\\"]/
StringChar = /[^\\"#{Special}]/
QuoteChar = /[^\\"]/
AttributeType = /[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*/
AttributeValue = /