From fe8607e8c68d48bcf696022f0c26ac386f0f30f8 Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 29 Aug 2023 16:31:05 +0200 Subject: [PATCH] test/ restoration --- .gitignore | 1 - {tests => test}/carrot.input | 0 test/comment.input | 1 + test/while.input | 1 + 4 files changed, 2 insertions(+), 1 deletion(-) rename {tests => test}/carrot.input (100%) create mode 100644 test/comment.input create mode 100644 test/while.input diff --git a/.gitignore b/.gitignore index af62b15..999e3cf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ *.o .gdb_history hl -test diff --git a/tests/carrot.input b/test/carrot.input similarity index 100% rename from tests/carrot.input rename to test/carrot.input diff --git a/test/comment.input b/test/comment.input new file mode 100644 index 0000000..ee7d88c --- /dev/null +++ b/test/comment.input @@ -0,0 +1 @@ +/* a */ diff --git a/test/while.input b/test/while.input new file mode 100644 index 0000000..efe9836 --- /dev/null +++ b/test/while.input @@ -0,0 +1 @@ +while