diff options
| author | Ralph Amissah <ralph@amissah.com> | 2014-06-22 10:42:34 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2014-06-22 10:42:34 -0400 | 
| commit | 844dba062a01cd7654fd4710b017b8eeb9e3dfc8 (patch) | |
| tree | a672940ba89e91df1cea5501ef24a363ada981b3 /lib | |
| parent | debian/changelog (5.4.1-1) (diff) | |
| parent | ao, fix bug in previous version (5.4.1) from sloppy cherry pick of v6 (diff) | |
Merge tag 'sisu_5.4.2' into debian/sid
SiSU 5.4.2
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v5/ao_doc_str.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/ao_doc_str.rb b/lib/sisu/v5/ao_doc_str.rb index 43fa8e5e..4708a126 100644 --- a/lib/sisu/v5/ao_doc_str.rb +++ b/lib/sisu/v5/ao_doc_str.rb @@ -425,8 +425,8 @@ module SiSU_AO_DocumentStructureExtract              @@counter=1              @codeblock_numbered=(t_o =~/^(?:code\{#|```[ ]+code\s[#])/) ? true : false              @num_id[:code_block] +=1 -            h={  obj: '', sym: :code_block_open, num: @num_id[:code_block] } -            t_o=SiSU_AO_DocumentStructure::ObjectLayout.new.open_close(h) +            h={ obj: "group text start #{@num_id[:code_block]}" } +            t_o=SiSU_AO_DocumentStructure::ObjectComment.new.comment(h)            elsif t_o =~/^(?:poem\{|```[ ]+poem)/              @@flag[:poem]=case t_o              when /^poem\{/        then :curls  | 
