Skip to content

Commit

Permalink
chore: fix broken tests (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig authored Aug 23, 2024
1 parent 780a8a2 commit f8ea574
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions test/corpus/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ Show

(program
(comment)
(command (hide))
(command (show)))
(command)
(command))

======
Paging
Expand Down Expand Up @@ -281,5 +281,5 @@ Paste

(program
(comment)
(command (copy))
(command (paste)))
(command)
(command))
32 changes: 16 additions & 16 deletions test/corpus/examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit f8ea574

Please sign in to comment.