summary refs log tree commit diff
path: root/test/test.awk
diff options
context:
space:
mode:
authordozens2024-06-08 20:58:40 -0600
committerdozens2024-06-14 21:52:00 -0600
commit1250f9f057c2e21a0edab87f0a6003a25decd1b7 (patch)
treeb71dbcf18354ebc59bec48ae926654bdf3c0a59b /test/test.awk
parent91b1662302c14cf84ca8b90c1f3ec20a585f67a5 (diff)
feat: add flying phase
Diffstat (limited to 'test/test.awk')
-rw-r--r--test/test.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.awk b/test/test.awk
index ef6df20..2e3e301 100644
--- a/test/test.awk
+++ b/test/test.awk
@@ -3,6 +3,8 @@ BEGIN {
   print "spawn fennel main.fnl"
 }
 
+/^#/ { next }
+
 { print "expect -re \"Player .'s turn:\""
   print "send -- \"" $0 "\\r\""
 }