Update vendor'd Pygments to 2.1.3
This commit is contained in:
16
vendor/pygments/tests/examplefiles/example.feature
vendored
Normal file
16
vendor/pygments/tests/examplefiles/example.feature
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# First comment
|
||||
Feature: My amazing feature
|
||||
Feature description line 1
|
||||
Feature description line 2
|
||||
|
||||
#comment
|
||||
Scenario Outline: My detailed scenario #string
|
||||
Given That <x> is set
|
||||
When When I <subtract>
|
||||
Then I should get the <remain#der>
|
||||
|
||||
# indented comment
|
||||
Examples:
|
||||
| x | subtract | remain#der |
|
||||
| 12 | 5\|3 | #73 |
|
||||
| #the | 10 | 15 |
|
||||
Reference in New Issue
Block a user