cucumber: change syntax of node maps
This commit is contained in:
committed by
Moritz Kobitzsch
parent
d47d03c15b
commit
7cbb1807e7
@@ -7,9 +7,11 @@ Feature: Basic Routing
|
||||
|
||||
Scenario: Graph transformation
|
||||
Given the node map
|
||||
| | | d |
|
||||
| a | b | c |
|
||||
| | | e |
|
||||
"""
|
||||
d
|
||||
a b c
|
||||
e
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes |
|
||||
@@ -22,12 +24,14 @@ Feature: Basic Routing
|
||||
|
||||
Scenario: Turn instructions on compressed road network geometry
|
||||
Given the node map
|
||||
| x | a | | |
|
||||
| | b | | |
|
||||
| f | | | e |
|
||||
| | | | |
|
||||
| | | | |
|
||||
| y | c | | d |
|
||||
"""
|
||||
x a
|
||||
b
|
||||
f e
|
||||
|
||||
|
||||
y c d
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes | name |
|
||||
|
||||
Reference in New Issue
Block a user