cucumber: change syntax of node maps
This commit is contained in:
committed by
Moritz Kobitzsch
parent
d47d03c15b
commit
7cbb1807e7
@@ -6,9 +6,11 @@ Feature: Geometry Compression
|
||||
|
||||
Scenario: Compressed segments have correct order
|
||||
Given the node map
|
||||
| a | | d | | | | h |
|
||||
| b | | | | e | | f |
|
||||
| | c | | | | | g |
|
||||
"""
|
||||
a d h
|
||||
b e f
|
||||
c g
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes |
|
||||
|
||||
Reference in New Issue
Block a user