﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8519	Validator error for keys suffixed with :lanes	imagic	team	"The validator should show an error in the following case:
* count the number of the character | (vertical bar) in the value of keys which end with any of the following: :lanes, lanes:forward, lanes:backward, lanes:both_ways . Consider the value for each suffix separately.
* If for any suffix the number of the character | is greater than zero, all keys with the same suffix must have the same number of | . Otherwise show an error: In case of keys suffixed with :lanes show ""Number of lane dependent values inconsistent"". For keys with different suffixes show ""Number of lane dependent values inconsistent in XXX direction"" whereas XXX should be the direction suffix like forward, backward or both_ways.

Examples:
turn:lanes=left|right + change:lanes=only_left|not_right|yes
    Error: Number of lane dependent values inconsistent
width:lanes:forward=1|2|3 + psv:lanes:forward=no|designated
    Error: Number of lane dependent values inconsistent in forward direction
change:lanes:forward=yes|no + turn:lanes:backward=left|right|left
    Ok - no error (different suffixes)
turn:lanes:forward=left|right + change:lanes:forward=yes|no|yes + width:backward=1|2|3
    Error: Number of lane dependent values inconsistent in forward direction
"	enhancement	closed	normal	14.01	Core validator		fixed		
