mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 19:25:32 +02:00
parent
c4c0f9c90a
commit
4c4e61cf99
14 changed files with 52 additions and 20 deletions
|
@ -51,6 +51,16 @@ class TestVisualRegression:
|
|||
await wait_frames(30)
|
||||
assert_match("empty")
|
||||
|
||||
func test_empty_focused():
|
||||
subject.grab_focus()
|
||||
await wait_frames(30)
|
||||
assert_match("empty_focused")
|
||||
|
||||
func test_hollow_cursor():
|
||||
subject.write("W\b")
|
||||
await wait_frames(30)
|
||||
assert_match("hollow_cursor")
|
||||
|
||||
func test_default_theme():
|
||||
# Print every background color.
|
||||
for i in range(8):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue