mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Partly picking 25ef7dbeda (diff-1ce41a048bf2c08aa7bf25b741e9d3a4e08ea03f0d80bc6b8ee6d1c3c259704dR1022)
This commit is contained in:
parent
672796575e
commit
a4df7cb338
1 changed files with 1 additions and 1 deletions
|
@ -1019,7 +1019,7 @@ _ _ ^^^^^
|
|||
end
|
||||
|
||||
def test_no_final_newline
|
||||
Tempfile.create(["error_highlight_test", ".rb"]) do |tmp|
|
||||
Tempfile.create(["error_highlight_test", ".rb"], binmode: true) do |tmp|
|
||||
tmp << "1.time {}"
|
||||
tmp.close
|
||||
|
||||
|
|
Loading…
Reference in a new issue