cucumber: change syntax of node maps
This commit is contained in:
committed by
Moritz Kobitzsch
parent
d47d03c15b
commit
7cbb1807e7
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user