mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Regexp.union("a", "a") causes SEGV.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6ade565b63
commit
55eed62a43
1 changed files with 3 additions and 0 deletions
|
@ -42,3 +42,6 @@ assert_normal_exit %q{
|
||||||
}
|
}
|
||||||
}, '[ruby-dev:31985]'
|
}, '[ruby-dev:31985]'
|
||||||
|
|
||||||
|
assert_normal_exit %q{
|
||||||
|
Regexp.union("a", "a")
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue