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
+15 -11
View File
@@ -6,9 +6,11 @@ Feature: Avoid weird loops caused by rounding errors
Scenario: Weird sidestreet loops
Given the node map
| a | 1 | b | 2 | c | 3 | d |
| | | | | | | |
| e | | f | | g | | h |
"""
a 1 b 2 c 3 d
e f g h
"""
And the ways
| nodes |
@@ -73,14 +75,16 @@ Feature: Avoid weird loops caused by rounding errors
@412
Scenario: Avoid weird loops 3
And the node map
| a | | |
| b | e | |
| h | | 1 |
| | | |
| | | 2 |
| g | | |
| | c | f |
| d | | |
"""
a
b e
h 1
2
g
c f
d
"""
And the ways
| nodes | highway |