# This is just a demo of syntax highlighting # And very basic syntax checking (based on gherkin.js) # Try to introduce a syntax error (Replace When with a different # string). This will colour that line red. Feature: Hello World Scenario: Look Ma Given I am in a browser When I make a syntax error Then stuff should be red @tags @are @handy Scenario: Look Pa Given I am in a browser When I make a syntax error | a | table | | yes | nice | Then stuff should be red """ Several lines is handy sometimes """