Oldes / Rebol-issues

Issue tracker for https://github.com/oldes/Rebol3
4 stars 0 forks source link

Console string input does not handle percent char correctly #2595

Closed Oldes closed 5 months ago

Oldes commented 5 months ago

Currently there is:

>> [1% ] ; with space after %
== [1%] ;== OK

>> [1%] ; the closing ] is not recognized and must be entered again
 [ ]

** Syntax error: missing "[" at "end-of-block"
** Near: (line 2) ]
Oldes commented 5 months ago

It was related to the new raw-string syntax.