We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f6aa0 commit a4c7001Copy full SHA for a4c7001
test/test_rdoc_markup_pre_process.rb
@@ -43,7 +43,7 @@ def test_include_file
43
# FIXME 1.9 fix on windoze
44
# preprocessor uses binread, so line endings are \r\n
45
expected.gsub!("\n", "\r\n") if
46
- RUBY_VERSION =~ /^1.9/ && RUBY_PLATFORM =~ /mswin|mingw/
+ RUBY_VERSION < "1.9.3" && RUBY_PLATFORM =~ /mswin|mingw/
47
48
assert_equal expected, content
49
end
@@ -67,7 +67,7 @@ def test_include_file_encoding_incompatible
67
68
69
70
71
72
73
0 commit comments