cucumber: change syntax of node maps
This commit is contained in:
committed by
Moritz Kobitzsch
parent
d47d03c15b
commit
7cbb1807e7
@@ -8,10 +8,12 @@ Feature: OSM Route Relation
|
||||
# This scenario assumes that the testbot uses an impedance of 0.5 for ways that are part of 'testbot' routes.
|
||||
|
||||
Given the node map
|
||||
| s | | | t | | | |
|
||||
| a | | | b | | | c |
|
||||
| | | | | | | |
|
||||
| | | | u | | | v |
|
||||
"""
|
||||
s t
|
||||
a b c
|
||||
|
||||
u v
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes |
|
||||
|
||||
Reference in New Issue
Block a user