This commit is contained in:
Tony Garnock-Jones 2023-10-29 16:45:45 +01:00
parent 2445ab4a5a
commit c0df6c83a8
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ named “`Value`” without altering the semantic class of `Value`s.
interpreted as comments associated with that value. Comments are
sufficiently common that special syntax exists for them.
Value =/ ws ("#" [(%x20 / %x09) linecomment]) (CR / LF) Value
linecomment = *<any unicode scalar value except CR or LF>