# File lib/gherkin/listener/formatter_listener.rb, line 121
        def basic_statement
          @row_index += 1
          yield @comments, "#{@examples_id};#{@row_index}"
          @comments = []
        end