gerryjackson / forth2012-test-suite

Test programs for Forth 2012 and ANS Forth
72 stars 15 forks source link

Feature request: Missing string delimiter tests #39

Open jkotlinski opened 1 year ago

jkotlinski commented 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.