handle short summaries correctly

This commit is contained in:
Moritz Kobitzsch
2016-06-01 16:21:26 +02:00
committed by Daniel J. Hofmann
parent bdc66049a5
commit 58d6e8f4d0
3 changed files with 17 additions and 3 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ Feature: Basic Routing
@smallest
Scenario: Checking
Given the node map
| a | b | | c | d | e |
| a | b | 1 | c | d | e |
And the ways
| nodes |
@@ -22,6 +22,7 @@ Feature: Basic Routing
| e | a | de,cd,bc,ab,ab | de, bc |
| a | b | ab,ab | ab |
| b | d | bc,cd,cd | bc, cd |
| 1 | c | bc,bc | bc |
@smallest
Scenario: Check handling empty values