1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Hiroshi SHIBATA 2021-07-29 16:26:15 +09:00
parent 672796575e
commit a4df7cb338
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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