-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
running jimsh from today's master branch
. set a "x2}"
x2}
. lappend a 1
x2\} 1
which is correct. But
. set a "{x2"
{x2
. lappend a 1
x2 1
looses the special character {.
The last test with tclsh 8.6.13 returns error unmatched open brace in list instead.
So, different behavior and both looks incorrect to me.
Is there a "correct" way in Tcl to describe a string value that starts with the special character {?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels