-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When parsing (see 3.4.1 Parsing), if a delimiter character is not present in the parse area, the selected string continues up to and including the last character in the parse area.
This meaning of parsing is used in the words (, s", c". Therefore, if there is no delimiter in the parse area, the system is not allowed to throw an exception or even display a warning.
In practice, this is not used in programs — if the ) or " delimiter is absent, then most likely it is typo.
Perhaps, an ambiguous condition should be declared for these words when the corresponding delimiter is absent in the parse area.
This ambiguous condition will allow to throw an exception or accept a multi-line string literal if a delimiter is missed in the parse area.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request