-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_OS
-
Fix Version/s: V4.0_ERRATA01
-
Component/s: ABNF
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
$levels takes a positive integer or the literal max as its value.
The current ABNF allows leading zeroes for the numeric values of $levels, e.g. $levels=000004
levels = '$levels' EQ ( 1*DIGIT / 'max' )