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
+6 -2
View File
@@ -6,7 +6,9 @@ Feature: Temporary tests related to osrm-datastore
Scenario: Scenario ab
Given the node map
| a | b |
"""
a b
"""
And the ways
| nodes |
@@ -19,7 +21,9 @@ Feature: Temporary tests related to osrm-datastore
Scenario: Scenaria xy
Given the node map
| x | y |
"""
x y
"""
And the ways
| nodes |