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
+16 -10
View File
@@ -7,9 +7,11 @@ Feature: Notification on turn onto mode change
Scenario: Turn onto a Ferry
Given the node map
| f | | | | |
| b | | | d | |
| a | | | | e |
"""
f
b d
a e
"""
And the ways
| nodes | highway | route | name |
@@ -23,9 +25,11 @@ Feature: Notification on turn onto mode change
Scenario: Turn onto a Ferry
Given the node map
| h | | | g |
| a | c | | e |
| b | | | f |
"""
h g
a c e
b f
"""
And the ways
| nodes | highway | route | name |
@@ -41,10 +45,12 @@ Feature: Notification on turn onto mode change
Scenario: Straight onto a Ferry
Given the node map
| | | | | |
| | c | d | | i |
| a | | | | |
| | | | f | |
"""
c d i
a
f
"""
And the ways
| nodes | highway | route | name |