Skip to content

Commit

Permalink
Replace CRLF line terminator for unix line terminators
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloh committed Jul 8, 2015
1 parent c4fde4c commit abd6b50
Show file tree
Hide file tree
Showing 2 changed files with 2,102 additions and 2,102 deletions.
22 changes: 11 additions & 11 deletions test/all_ss.rb
@@ -1,11 +1,11 @@
require 'roo'
Dir.glob("test/files/*.ods").each do |fn|
begin
oo = Roo::OpenOffice.new fn
print File.basename(fn) + " "
puts oo.officeversion
rescue Zip::ZipError, Errno::ENOENT => e
# file is not a real .ods spreadsheet file
puts e.message
end
end
require 'roo'
Dir.glob("test/files/*.ods").each do |fn|
begin
oo = Roo::OpenOffice.new fn
print File.basename(fn) + " "
puts oo.officeversion
rescue Zip::ZipError, Errno::ENOENT => e
# file is not a real .ods spreadsheet file
puts e.message
end
end

0 comments on commit abd6b50

Please sign in to comment.