Skip to content

Commit

Permalink
Undo accidentally deleted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 11, 2024
1 parent 13606af commit 4e14158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rdoc/test_rdoc_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def test_can_parse_modeline
end

assert_equal RDoc::Parser::Simple, @RP.can_parse(readme_ext)
ensure
File.unlink readme_ext
end

def test_can_parse_modeline_c
Expand All @@ -163,7 +165,6 @@ def test_can_parse_modeline_c
File.unlink readme_inc
end


##
# Selenium hides a .jar file using a .txt extension.

Expand Down

0 comments on commit 4e14158

Please sign in to comment.