commit | a2b78050348bec43f9fe907b91424420ca72b7ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:26 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | 85ad47b1c08e328dcfd7db5b0ce433cc34ac0f6e | |
parent | 1b3388c2b84b27329051e7d53ece893fb8bf8c1e [diff] |
expo: Test editing a lineedit Open the lineedit and add a few characters, to check that things look right. At present when the user moves to a new menu item, the menu code handles this immediately. This means it is not possible to use an expo action to effect the same change. Update this so that EXPOACT_POINT_ITEM is handled in cedit_do_action(). Expand the test to cover this. Signed-off-by: Simon Glass <sjg@chromium.org>