cucumber: change syntax of node maps

This commit is contained in:
Emil Tin
2016-09-30 09:33:08 +02:00
committed by Moritz Kobitzsch
parent d47d03c15b
commit 7cbb1807e7
112 changed files with 3926 additions and 2564 deletions
+10 -4
View File
@@ -6,7 +6,9 @@ Feature: Handle bad data in a graceful manner
Scenario: Empty dataset
Given the node map
| |
"""
"""
Given the ways
| nodes |
@@ -16,7 +18,9 @@ Feature: Handle bad data in a graceful manner
Scenario: Only dead-end oneways
Given the node map
| a | b | c | d | e |
"""
a b c d e
"""
Given the ways
| nodes | oneway |
@@ -29,8 +33,10 @@ Feature: Handle bad data in a graceful manner
@todo
Scenario: Start/end point at the same location
Given the node map
| a | b |
| 1 | 2 |
"""
a b
1 2
"""
Given the ways
| nodes |