summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_parser_changelog.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-21 19:43:02 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-24 16:46:17 +0900
commitb88d1e6b44164bca0c2b85ea6639469813e1e1d8 (patch)
treeebe3b2332ba8e2ec1660b0dbfe2072c416e74f52 /test/rdoc/test_rdoc_parser_changelog.rb
parentbb570ce6d80d28cfc7131dcb72885eed2f989b30 (diff)
[ruby/rdoc] Make each commit entries h3
https://github.com/ruby/rdoc/commit/11eefb2ae9
Diffstat (limited to 'test/rdoc/test_rdoc_parser_changelog.rb')
-rw-r--r--test/rdoc/test_rdoc_parser_changelog.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/rdoc/test_rdoc_parser_changelog.rb b/test/rdoc/test_rdoc_parser_changelog.rb
index 33e59ac077..220f008aec 100644
--- a/test/rdoc/test_rdoc_parser_changelog.rb
+++ b/test/rdoc/test_rdoc_parser_changelog.rb
@@ -349,16 +349,12 @@ ChangeLog
blank_line,
head(2, '2021-01-21'),
blank_line,
- list(:NOTE,
- item('2021-01-21 01:03:52 +0900',
- para('git <svn-admin@ruby-lang.org>')),
- list(:BULLET, item(nil, para('2021-01-21 [ci skip]')))),
+ head(3, '2021-01-21 01:03:52 +0900 git <svn-admin@ruby-lang.org>'),
+ list(:BULLET, item(nil, para('2021-01-21 [ci skip]'))),
head(2, '2021-01-20'),
blank_line,
- list(:NOTE,
- item('2021-01-20 01:58:26 +0900',
- para('git <svn-admin@ruby-lang.org>')),
- list(:BULLET, item(nil, para('2021-01-20 [ci skip]')))))
+ head(3, '2021-01-20 01:58:26 +0900 git <svn-admin@ruby-lang.org>'),
+ list(:BULLET, item(nil, para('2021-01-20 [ci skip]'))))
expected.file = @top_level