aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-05 07:24:10 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-05 07:24:10 +0000
commitb3c40d5b9bc92a5afe55e2f14ef7e14434cd85a9 (patch)
tree85ee49b503ceb10c2ce5a311afccd8d82bd9df5a /ChangeLog
parenta62ee369a1cd9e141518c2d145a5e6dfc5362d9f (diff)
downloadruby-b3c40d5b9bc92a5afe55e2f14ef7e14434cd85a9.tar.gz
* test/ruby/test_regexp.rb
(TestRegexp#test_options_in_look_behind) (TestRegexp#assert_match_at): Parse regexps in run time rather than in compile time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d227955db..6c937543db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Fri Jul 5 16:01:21 2013 Akinori MUSHA <knu@iDaemons.org>
+Fri Jul 5 16:21:56 2013 Akinori MUSHA <knu@iDaemons.org>
* test/ruby/test_regexp.rb
(TestRegexp#test_options_in_look_behind)
@@ -8,6 +8,11 @@ Fri Jul 5 16:01:21 2013 Akinori MUSHA <knu@iDaemons.org>
interpolate a regexp into another in the middle of a look-behind
pattern. cf. https://github.com/k-takata/Onigmo/pull/17
+ * test/ruby/test_regexp.rb
+ (TestRegexp#test_options_in_look_behind)
+ (TestRegexp#assert_match_at): Parse regexps in run time rather
+ than in compile time.
+
Fri Jul 5 12:14:40 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): after