]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't nest double quotes in tuiterm.exp
authorTom Tromey <tromey@adacore.com>
Wed, 30 Jul 2025 18:05:38 +0000 (12:05 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 31 Jul 2025 16:08:44 +0000 (10:08 -0600)
commit9a4d1b409c01bf11ee0fefb6975fa36cf090ada0
tree521d6ff317b12f1a2166b9d9868ce9decf71064d
parent8a6f3a0462063fec4c16b5ecf98bc54a702ac3e2
Don't nest double quotes in tuiterm.exp

I found a line in tuiterm.exp that causes Emacs paren-matching to go
awry.  This patch fixes the problem by changing some apparent nested
double quotes (which I think isn't really possible in Tcl but this
seems to be the intent) to be more correct; which fixes the Emacs
issue as well.

Approved-By: Tom de Vries <tdevries@suse.de>
gdb/testsuite/lib/tuiterm.exp