Partly picking 25ef7dbeda (diff-1ce41a048bf2c08aa7bf25b741e9d3a4e08ea03f0d80bc6b8ee6d1c3c259704dR1022)
This commit is contained in:
parent
672796575e
commit
a4df7cb338
@ -1019,7 +1019,7 @@ _ _ ^^^^^
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_no_final_newline
|
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 << "1.time {}"
|
||||||
tmp.close
|
tmp.close
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user