From 70c7f3acc8e205fb7a158ecff137819cc8f008ea Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sun, 11 Jan 2026 21:12:25 -0500 Subject: [PATCH] bug: did not add tests --- .gitignore | 3 --- samples/church.txt => tests/church.test | 0 samples/fast.txt => tests/fast.test | 0 samples/saccharine.txt => tests/saccharine.test | 0 samples/simple.txt => tests/simple.test | 0 samples/thunk.txt => tests/thunk.test | 0 6 files changed, 3 deletions(-) rename samples/church.txt => tests/church.test (100%) rename samples/fast.txt => tests/fast.test (100%) rename samples/saccharine.txt => tests/saccharine.test (100%) rename samples/simple.txt => tests/simple.test (100%) rename samples/thunk.txt => tests/thunk.test (100%) diff --git a/.gitignore b/.gitignore index 9d1f418..c36ac72 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,6 @@ *.so *.dylib -# Test binary, built with `go test -c` -*.test - # Output of the go coverage tool, specifically when used with LiteIDE *.out diff --git a/samples/church.txt b/tests/church.test similarity index 100% rename from samples/church.txt rename to tests/church.test diff --git a/samples/fast.txt b/tests/fast.test similarity index 100% rename from samples/fast.txt rename to tests/fast.test diff --git a/samples/saccharine.txt b/tests/saccharine.test similarity index 100% rename from samples/saccharine.txt rename to tests/saccharine.test diff --git a/samples/simple.txt b/tests/simple.test similarity index 100% rename from samples/simple.txt rename to tests/simple.test diff --git a/samples/thunk.txt b/tests/thunk.test similarity index 100% rename from samples/thunk.txt rename to tests/thunk.test