%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/egp/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ |
Upload File : |
feature: title: "Some '#quoted' string" language: en line: 2 description: |- In order to avoid silly mistakes As a "#math" idiot I want to be told the sum of two numbers scenarios: - type: scenario title: Add two numbers line: 7 steps: - { keyword_type: 'Given', type: 'Given', text: 'I have entered 11 into the calculator', line: 8 } - { keyword_type: 'Given', type: 'And', text: 'I have entered 12 into the calculator', line: 9 } - { keyword_type: 'When', type: 'When', text: 'I press "#add"', line: 10 } - { keyword_type: 'Then', type: 'Then', text: 'the result should be 23 on the screen', line: 11 } - type: scenario title: 'Div "#two" numbers # as' line: 13 steps: - { keyword_type: 'Given', type: 'Given', text: 'I have entered 10 into the calculator', line: 14 } - { keyword_type: 'Given', type: 'And', text: 'I have entered # 2 into the calculator', line: 15 } - { keyword_type: 'When', type: 'When', text: 'I press div', line: 16 } - { keyword_type: 'Then', type: 'Then', text: 'the result should be 5 on the screen', line: 17 }