Open jkotlinski opened 1 year ago
As far as I can see, there are no tests for what the string-parsing words S" C" S\" .( ( do when the input buffer does not contain a "/) delimiter. As I understood it, this behavior is well defined by the standard, so it should be a worthwhile addition.
S"
C"
S\"
.(
(
"
)
As far as I can see, there are no tests for what the string-parsing words
S"
C"
S\"
.(
(
do when the input buffer does not contain a"
/)
delimiter. As I understood it, this behavior is well defined by the standard, so it should be a worthwhile addition.