From 877fc5b42cc1c69fea91240e0e74469fa0cb1fe7 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 1 Aug 2016 22:41:40 -0700 Subject: [PATCH] Add a minimal version of the failing test case. --- features/guidance/turn-lanes.feature | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/features/guidance/turn-lanes.feature b/features/guidance/turn-lanes.feature index 42e558532..07707f7f6 100644 --- a/features/guidance/turn-lanes.feature +++ b/features/guidance/turn-lanes.feature @@ -825,3 +825,21 @@ Feature: Turn Lane Guidance | waypoints | route | turns | lanes | | i,e |||| # Note: at the moment we don't care about routes, we care about the extract process triggering assertions + + Scenario: Lane Parsing Issue #2706: None Assignments III - Minimal reproduction recipe + Given the node map + | | | l | | + | | a | b | | + | | | d | | + | | | | | + + And the ways + | nodes | highway | name | oneway | turn:lanes | + | db | secondary | Eschholzstr | yes | left;reverse\|through\|through\|none | + | bl | secondary | Eschholzstr | yes | | + | ba | secondary_link | Haslacher Str | yes | | + + When I route I should get + | waypoints | route | turns | lanes | + | d,a |||| + # Note: at the moment we don't care about routes, we care about the extract process triggering assertions