cucumber: change syntax of node maps
This commit is contained in:
committed by
Moritz Kobitzsch
parent
d47d03c15b
commit
7cbb1807e7
@@ -6,10 +6,12 @@ Feature: Alternative route
|
||||
|
||||
Scenario: Alternative Loop Paths
|
||||
Given the node map
|
||||
| a | 2 | 1 | b |
|
||||
| 7 | | | 4 |
|
||||
| 8 | | | 3 |
|
||||
| c | 5 | 6 | d |
|
||||
"""
|
||||
a 2 1 b
|
||||
7 4
|
||||
8 3
|
||||
c 5 6 d
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes | oneway |
|
||||
|
||||
Reference in New Issue
Block a user