update inbox list
This commit is contained in:
25
vendor/scrivo/highlight.php/test/detect/gherkin/default.txt
vendored
Normal file
25
vendor/scrivo/highlight.php/test/detect/gherkin/default.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# language: en
|
||||
Feature: Addition
|
||||
In order to avoid silly mistakes
|
||||
As a math idiot
|
||||
I want to be told the sum of two numbers
|
||||
|
||||
@this_is_a_tag
|
||||
Scenario Outline: Add two numbers
|
||||
* I have a calculator
|
||||
Given I have entered <input_1> into the calculator
|
||||
And I have entered <input_2> into the calculator
|
||||
When I press <button>
|
||||
Then the result should be <output> on the screen
|
||||
And I have a string like
|
||||
"""
|
||||
Here is
|
||||
some
|
||||
multiline text
|
||||
"""
|
||||
|
||||
Examples:
|
||||
| input_1 | input_2 | button | output |
|
||||
| 20 | 30 | add | 50 |
|
||||
| 2 | 5 | add | 7 |
|
||||
| 0 | 40 | add | 40 |
|
||||
Reference in New Issue
Block a user