# a compliant comment
Feature: foo
  As a user
  I want to test
  So that I can test

  // an old comment
  Scenario: this is a test
    Given that I am testing
    And I am still testing
    When I test
    And continue testing
    Then I want to test
    And test
