summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_parser_changelog.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-24 16:20:34 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-25 18:33:33 +0900
commit19e6d271266eca5925e66fc8ec39b251a2fa6bcd (patch)
tree0692fd88ad949a9fe51842e86887fcb5332afa45 /test/rdoc/test_rdoc_parser_changelog.rb
parent7fe22152fc28084f4395fece84ff6e5eb2d6b288 (diff)
[ruby/rdoc] Support iso-strict format in git-log
https://github.com/ruby/rdoc/commit/2a6c22da63
Diffstat (limited to 'test/rdoc/test_rdoc_parser_changelog.rb')
-rw-r--r--test/rdoc/test_rdoc_parser_changelog.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/rdoc/test_rdoc_parser_changelog.rb b/test/rdoc/test_rdoc_parser_changelog.rb
index 1476cf5dde..6584840572 100644
--- a/test/rdoc/test_rdoc_parser_changelog.rb
+++ b/test/rdoc/test_rdoc_parser_changelog.rb
@@ -343,6 +343,12 @@ Date: Sat, 23 Jan 2021 06:01:39 +0900
* 2021-01-23 [ci skip]
+commit\ a3efbda7128ef20b55505b32d1608ea48f80af4a
+Author: git <svn-admin@ruby-lang.org>
+Date: 2021-01-22T02:49:39+09:00
+
+ * 2021-01-22 [ci skip]
+
commit\ 709bed2afaee50e2ce803f87bf1ee8291bea41e3
Author: git <svn-admin@ruby-lang.org>
Date: 2021-01-21 01:03:52 +0900
@@ -394,6 +400,11 @@ ChangeLog
log_entry(nil, 'db7d0b89f6eca66cc7eb',
'git', 'svn-admin@ruby-lang.org', 'Sat, 23 Jan 2021 06:01:39 +0900',
[list(:BULLET, item(nil, para('2021-01-23 [ci skip]')))]),
+ head(2, '2021-01-22'),
+ blank_line,
+ log_entry(nil, 'a3efbda7128ef20b5550',
+ 'git', 'svn-admin@ruby-lang.org', '2021-01-22T02:49:39+09:00',
+ [list(:BULLET, item(nil, para('2021-01-22 [ci skip]')))]),
head(2, '2021-01-21'),
blank_line,
log_entry(nil, '709bed2afaee50e2ce80',