reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
ed58788884
commit
c74ecef194
158 changed files with 46 additions and 42 deletions
|
@ -17,7 +17,7 @@ module Microformats2
|
|||
|
||||
def read_html(html)
|
||||
open(html).read
|
||||
rescue Errno::ENOENT => e
|
||||
rescue Errno::ENOENT, Errno::ENAMETOOLONG => e
|
||||
html
|
||||
end
|
||||
end # class << self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue