mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "ignore server side error"
This reverts commit r60314. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
facccd3129
commit
b39132e993
4 changed files with 11 additions and 79 deletions
|
@ -226,7 +226,7 @@ describe :dir_glob, shared: true do
|
|||
|
||||
it "respects the optional nested {} expressions" do
|
||||
files = Dir.send(@method, "brace/a{.{js,html},}{.{erb,rjs},}")
|
||||
files.sort.should == %w!brace/a.js.rjs brace/a.js brace/a.html.erb brace/a.erb brace/a!
|
||||
files.should == %w!brace/a.js.rjs brace/a.js brace/a.html.erb brace/a.erb brace/a!
|
||||
end
|
||||
|
||||
it "matches special characters by escaping with a backslash with '\\<character>'" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue