binutils-gdb/gdb/testsuite/gdb.gdb
Tom de Vries 6d5d644e3c [gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.exp
When editing gdb.gdb/python-helper.exp, auto-indent is broken in my editor
(emacs).

The problem is that this:
...
if { 1 } {
    foo "{" "}"<ENTER>bar
}
...
produces this:
...
if { 1 } {
    foo "{" "}"
bar
}
...

Note that this doesn't happen for "{}".

Fix this by using "\{" and "\}".

Tested on x86_64-linux.
2023-04-24 22:08:53 +02:00
..
python-helper.cc
python-helper.exp [gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.exp 2023-04-24 22:08:53 +02:00
selftest.exp [gdb/testsuite] Add -q to INTERNAL_GDBFLAGS 2023-04-07 10:26:02 +02:00
unittest.c
unittest.exp [gdb/testsuite] Fix gdb.gdb/unittest.exp for remote host 2023-03-27 17:40:06 +02:00