# File lib/cucumber/formatter/html.rb, line 286
      def py_string(string)
        return if @hide_this_step
        @builder.pre(:class => 'val') do |pre|
          @builder << string.gsub("\n", '&#x000A;')
        end
      end