From f8ea5742544ea42862fcbda1b3f68c3b906c046c Mon Sep 17 00:00:00 2001 From: nixpig <143995476+nixpig@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:03:20 +0100 Subject: [PATCH] chore: fix broken tests (#15) --- test/corpus/all.txt | 8 ++++---- test/corpus/examples.txt | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/test/corpus/all.txt b/test/corpus/all.txt index 0885ee4..7990b4d 100644 --- a/test/corpus/all.txt +++ b/test/corpus/all.txt @@ -249,8 +249,8 @@ Show (program (comment) - (command (hide)) - (command (show))) + (command) + (command)) ====== Paging @@ -281,5 +281,5 @@ Paste (program (comment) - (command (copy)) - (command (paste))) + (command) + (command)) diff --git a/test/corpus/examples.txt b/test/corpus/examples.txt index 67eb4f4..9dce7db 100644 --- a/test/corpus/examples.txt +++ b/test/corpus/examples.txt @@ -238,61 +238,61 @@ Show (command (sleep (time))) (command (enter)) (command (sleep (time))) - (command (hide)) + (command) (command (tab)) (command (type (string))) (command (enter)) (command (down (integer))) - (command (show)) + (command) (command (sleep (time))) (command (down (integer))) - (command (hide)) + (command) (command (escape)) (command (type (string))) (command (down (integer))) - (command (show)) + (command) (command (sleep (time))) (command (up (speed (time)) (integer))) - (command (hide)) + (command) (command (type (string))) (command (enter)) - (command (show)) + (command) (command (sleep (time))) (command (down (speed (time)) (integer))) - (command (hide)) + (command) (command (escape)) (command (type (string))) - (command (show)) + (command) (command (sleep (time))) (command (type (speed (time)) (string))) (command (sleep (time))) - (command (hide)) + (command) (command (escape)) (command (type (string))) (command (enter)) - (command (show)) + (command) (command (sleep (time))) (command (type (speed (time)) (string))) - (command (hide)) + (command) (command (escape)) (command (type (string))) (command (enter)) (command (type (string))) (command (control)) (command (right (integer))) - (command (show)) + (command) (command (sleep (time))) (command (type (speed (time)) (string))) (command (sleep (time))) - (command (hide)) + (command) (command (escape)) (command (down (integer))) (command (type (string))) (command (control)) - (command (show)) + (command) (command (sleep (time))) (command (type (speed (time)) (string))) (command (sleep (time))) - (command (hide)) + (command) (command (control)) - (command (show))) + (command))