[ruby/rdoc] Fix an exception class name

87301da71b
This commit is contained in:
Nobuyoshi Nakada 2022-07-11 13:04:11 +09:00 committed by git
parent 5137af633e
commit 86df6f4bb3
2 changed files with 3 additions and 1 deletions

View file

@ -115,6 +115,8 @@ class TestRDocParserC < RDoc::TestCase
parser = RDoc::Parser::C.new @top_level, @fn, '', @options, @stats
assert_equal "ArgumentError", parser.known_classes["rb_eArgError"]
expected = { 'cSomeExt' => some_ext }
assert_equal expected, parser.classes