Don't mark all lanes as designated when there are blank lane specifiers in the tag.

This commit is contained in:
Daniel Patterson
2016-10-25 14:22:06 -06:00
parent a933b5d949
commit ceddfada3d
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -170,6 +170,8 @@ Feature: Car - Restricted access
| primary | | designated | | -1 | | x |
| primary | | | designated | yes | | |
| primary | | | designated | -1 | | |
| primary | | | designated\| | yes | x | |
| primary | | | designated\| | -1 | | x |
| primary | | | designated\|designated | yes | | |
| primary | | | designated\|designated | -1 | | |
| primary | | | designated\|yes | yes | x | |