You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A corollary to this is that neither positiveInteger nor range currently reject values that are (unexpectedly) zero-padded (this is due to the fact that the EBNF allows 0 at any position). That behaviour can be emulated by adding regex("^[^0]") (a slightly more complex regex would be required if 0 itself were an allowed value)
For 1.2 - see digital-preservation/csv-validator#122
The text was updated successfully, but these errors were encountered: