From 45b5ba897b42e1841d24b4d784fd0b7b6389a230 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Wed, 8 Jan 2025 13:29:40 +0100 Subject: [PATCH] Move test scripts into test-scripts --- {tests => test-scripts}/absolute | 0 {tests => test-scripts}/equal | 0 {tests => test-scripts}/example | 0 {tests => test-scripts}/find-replace | 0 {tests => test-scripts}/gcd | 0 {tests => test-scripts}/hello | 0 {tests => test-scripts}/reverse | 0 {tests => test-scripts}/slicer | 0 {tests => test-scripts}/substring | 0 {tests => test-scripts}/syntax-error | 0 {tests => test-scripts}/whats-your-name | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test-scripts}/absolute (100%) rename {tests => test-scripts}/equal (100%) rename {tests => test-scripts}/example (100%) rename {tests => test-scripts}/find-replace (100%) rename {tests => test-scripts}/gcd (100%) rename {tests => test-scripts}/hello (100%) rename {tests => test-scripts}/reverse (100%) rename {tests => test-scripts}/slicer (100%) rename {tests => test-scripts}/substring (100%) rename {tests => test-scripts}/syntax-error (100%) rename {tests => test-scripts}/whats-your-name (100%) diff --git a/tests/absolute b/test-scripts/absolute similarity index 100% rename from tests/absolute rename to test-scripts/absolute diff --git a/tests/equal b/test-scripts/equal similarity index 100% rename from tests/equal rename to test-scripts/equal diff --git a/tests/example b/test-scripts/example similarity index 100% rename from tests/example rename to test-scripts/example diff --git a/tests/find-replace b/test-scripts/find-replace similarity index 100% rename from tests/find-replace rename to test-scripts/find-replace diff --git a/tests/gcd b/test-scripts/gcd similarity index 100% rename from tests/gcd rename to test-scripts/gcd diff --git a/tests/hello b/test-scripts/hello similarity index 100% rename from tests/hello rename to test-scripts/hello diff --git a/tests/reverse b/test-scripts/reverse similarity index 100% rename from tests/reverse rename to test-scripts/reverse diff --git a/tests/slicer b/test-scripts/slicer similarity index 100% rename from tests/slicer rename to test-scripts/slicer diff --git a/tests/substring b/test-scripts/substring similarity index 100% rename from tests/substring rename to test-scripts/substring diff --git a/tests/syntax-error b/test-scripts/syntax-error similarity index 100% rename from tests/syntax-error rename to test-scripts/syntax-error diff --git a/tests/whats-your-name b/test-scripts/whats-your-name similarity index 100% rename from tests/whats-your-name rename to test-scripts/whats-your-name