ruby-changes:59423
From: aycabta <ko1@a...>
Date: Tue, 24 Dec 2019 08:02:16 +0900 (JST)
Subject: [ruby-changes:59423] 2bf0743edc (master): Update parsers of RDoc that are generated by Racc
https://git.ruby-lang.org/ruby.git/commit/?id=2bf0743edc From 2bf0743edcf6fd70cd73952e1e023821c4549a9e Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Tue, 24 Dec 2019 07:58:49 +0900 Subject: Update parsers of RDoc that are generated by Racc diff --git a/lib/rdoc/rd/block_parser.rb b/lib/rdoc/rd/block_parser.rb index f735326..be0b786 100644 --- a/lib/rdoc/rd/block_parser.rb +++ b/lib/rdoc/rd/block_parser.rb @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rd/block_parser.rb#L1 # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.4.14 +# This file is automatically generated by Racc 1.4.16 # from Racc grammar file "". # diff --git a/lib/rdoc/rd/inline_parser.rb b/lib/rdoc/rd/inline_parser.rb index f73b81b..a64102c 100644 --- a/lib/rdoc/rd/inline_parser.rb +++ b/lib/rdoc/rd/inline_parser.rb @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rd/inline_parser.rb#L1 # frozen_string_literal: true # # DO NOT MODIFY!!!! -# This file is automatically generated by Racc 1.4.14 +# This file is automatically generated by Racc 1.4.16 # from Racc grammar file "". # -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/