]> git.ipfire.org Git - thirdparty/u-boot.git/commit
expo: Test rendering a lineedit
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:23 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commitc43791c4871a0635594b1f08c57a54c4a533c710
tree27d23c447067178bcd325ef7ac368e9f08b86a21
parent23d2ddf1b4663c497ae6223174c96138df8b675a
expo: Test rendering a lineedit

Check the rendering output when adding characters to a line-edit object.

Add a separate test to check behaviour when starting with existing text
in the lineedit. The cursor should start at the end.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/cedit.c