lib/rouge/util.rb in rouge-3.5.1 vs lib/rouge/util.rb in rouge-3.6.0
- old
+ new
@@ -73,16 +73,16 @@
# push a state for the next indented block
def starts_block(block_state)
@block_state = block_state
@block_indentation = @last_indentation || ''
- puts " starts_block #{block_state.inspect}" if @debug
+ puts " starts_block: #{block_state.inspect}" if @debug
puts " block_indentation: #{@block_indentation.inspect}" if @debug
end
# handle a single indented line
def indentation(indent_str)
- puts " indentation #{indent_str.inspect}" if @debug
+ puts " indentation: #{indent_str.inspect}" if @debug
puts " block_indentation: #{@block_indentation.inspect}" if @debug
@last_indentation = indent_str
# if it's an indent and we know where to go next,
# push that state. otherwise, push content and