* test/ruby/test_regexp.rb
(TextRegexp#test_raw_hyphen_and_tk_char_type_after_range): ignoring warnings are already set in setup method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c1778d638
commit
4ae5081b7b
@ -1,3 +1,9 @@
|
|||||||
|
Tue Oct 16 09:30:30 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/ruby/test_regexp.rb
|
||||||
|
(TextRegexp#test_raw_hyphen_and_tk_char_type_after_range): ignoring
|
||||||
|
warnings are already set in setup method.
|
||||||
|
|
||||||
Tue Oct 16 06:44:06 2012 Koichi Sasada <ko1@atdot.net>
|
Tue Oct 16 06:44:06 2012 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): fix wrong condition.
|
* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): fix wrong condition.
|
||||||
|
@ -914,11 +914,6 @@ class TestRegexp < Test::Unit::TestCase
|
|||||||
|
|
||||||
def test_raw_hyphen_and_tk_char_type_after_range
|
def test_raw_hyphen_and_tk_char_type_after_range
|
||||||
bug6853 = '[ruby-core:47115]'
|
bug6853 = '[ruby-core:47115]'
|
||||||
begin
|
check(/[0-1-\s]/, [' ', '-'], ['2', 'a'], bug6853)
|
||||||
verbose, $VERBOSE = $VERBOSE, nil
|
|
||||||
check(/[0-1-\s]/, [' ', '-'], [], bug6853)
|
|
||||||
ensure
|
|
||||||
$VERBOSE = verbose
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user