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
Example: ABNF defines a "$steps." name as a possible runtime expression. Are expressions like $steps. valid? Or does there have to be at least one character after the "$steps."?
Example change to ABNF for Runtime Expressions:
name = 1*CHAR ; Ensures 'name' is at least one CHAR
In a related question, the ABNF is silent on allowed characters in CHAR. Should that be defined for clarity? Are carriage returns and line feeds allowed? In my thoughts, they wouldn't be allowed.
The text was updated successfully, but these errors were encountered:
Should
name
be at least one character?Example: ABNF defines a
"$steps." name
as a possible runtime expression. Are expressions like$steps.
valid? Or does there have to be at least one character after the "$steps."?Example change to ABNF for Runtime Expressions:
In a related question, the ABNF is silent on allowed characters in CHAR. Should that be defined for clarity? Are carriage returns and line feeds allowed? In my thoughts, they wouldn't be allowed.
The text was updated successfully, but these errors were encountered: