Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.

Augment htest to include all major IOBinding functions.
This commit is contained in:
Terry Jan Reedy 2016-01-27 11:51:50 -05:00
parent 5bc03a6d4d
commit b31a2849da
2 changed files with 13 additions and 1 deletions

View file

@ -192,7 +192,10 @@ _io_binding_spec = {
'msg': "Test the following bindings.\n"
"<Control-o> to open file from dialog.\n"
"Edit the file.\n"
"<Control-p> to print the file.\n"
"<Control-s> to save the file.\n"
"<Alt-s> to save-as another file.\n"
"<Control-c> to save-copy-as another file.\n"
"Check that changes were saved by opening the file elsewhere."
}