mistral/mistral/lang
Bob Haddleton e98614cd60 Update OnClauseSPec task name criteria
The OnClauseSpec required Task names to be \w+ or [a-zA-Z0-9_]
which is not enforced by the DSL, so it was possible to have
valid task names that could not be referenced in an on-clause.

YAML enforces some restrictions on characters in task names (#, !, |)
but other than that any JSON-schema valid string should be a valid Task
name

Change-Id: I3f1056cad7c67e160a082c2a0de2e3bfd476bc63
Closes-Bug: 1797439
2018-10-12 11:58:22 -05:00
..
v2 Update OnClauseSPec task name criteria 2018-10-12 11:58:22 -05:00
__init__.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00
base.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
parser.py Remove extra a specification validation 2018-07-30 11:55:35 +04:00
types.py Rename package 'workbook' to 'lang' 2017-03-06 15:41:37 +07:00