diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2017-07-19 00:18:12 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2017-07-19 00:18:12 -0600 |
| commit | b972c9de2b3eeb3539f6cf22fd5ff8341bfbbc5c (patch) | |
| tree | c5f344e40da6943cc4eb545cf78e555e1077c159 /lib | |
| parent | e58beba7d621cdc85baf7d9d3bf0644ddf4cde3b (diff) | |
add missing scenario when parsing revision info line
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor.rb b/lib/asciidoctor.rb index 77c305b6..f6812b3e 100644 --- a/lib/asciidoctor.rb +++ b/lib/asciidoctor.rb @@ -434,7 +434,7 @@ module Asciidoctor # v1.0, 2013-01-01: Ring in the new year release # 1.0, Jan 01, 2013 # - RevisionInfoLineRx = /^(?:\D*(.*?),)? *(?!:)(.*?)(?: *(?!^): *(.*))?$/ + RevisionInfoLineRx = /^(?:\D*(.*?),)? *(?!:)(.*?)(?: *(?!^),?: *(.*))?$/ # Matches the title and volnum in the manpage doctype. # |
