On Wed, 9 May 2001, Christian Krone wrote:
> Hello,
>
> attached you will find a patch, which will fix the
> bug SF 228954: "Nested list with \{ not parsed correctly".
> Also attached is a small testfile Braces.test, which
> demonstrates that the bug is really fixed now...
>
> Greetings, Krischan
I made one little change and then added this patch, instead of
creating a new file I added this test to lindex.test.
test lindex-1.11 {Nested list with a backslashed brace} {
lindex {{a \{}} 0
} {a \{}
I also added a patch to the Tcl patch queue for this
change, it is number 423617. I have closed tcljava patch
403267.
Thanks for working on a test case for this problem Krischan.
Mo DeJong
Red Hat Inc
|