16 строки
		
	
	
	
		
			245 Б
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
			
		
		
	
	
			16 строки
		
	
	
	
		
			245 Б
		
	
	
	
		
			Gherkin
		
	
	
	
	
	
| Feature: few empty scenarios
 | |
| 
 | |
|   Scenario: one
 | |
| 
 | |
|   Scenario Outline: two
 | |
| 
 | |
|     Examples: first group
 | |
|       | one | two |
 | |
|       | 1   | 2   |
 | |
|       | 4   | 7   |
 | |
| 
 | |
|     Examples: second group
 | |
|       | one | two |
 | |
|       | 5   | 9   |
 | |
| 
 | |
|   Scenario: three
 | 
