This link says that currently all feature labels must be followed by a float. But when I enter -1 3 |context day:Monday
in this validator, it accepts it as day as a feature with value Monday.
Further, If I can provide strings as values to a feature, how can I provide values which contain spaces.
For example -1 3 |context day:Monday name:A B
keeps only A as the value to the label name, and treats B as another label. But, in actual, I want to assign the label name the value "A B"