From 0877299a25c6d7f2e29e74494b47fcb61842a2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Mei=C3=9Fner?= <936176+t-nil@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:25:05 +0100 Subject: [PATCH 1/2] Add placeholder function so executing scripts with inbuilt unit tests don't error --- functions/@test.fish | 1 + 1 file changed, 1 insertion(+) create mode 100644 functions/@test.fish diff --git a/functions/@test.fish b/functions/@test.fish new file mode 100644 index 0000000..6a69f92 --- /dev/null +++ b/functions/@test.fish @@ -0,0 +1 @@ +f From 79931c07cf0079cf37c8f3612c81b8f899fa47c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Mei=C3=9Fner?= <936176+t-nil@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:32:48 +0100 Subject: [PATCH 2/2] Create @echo.fish, @test.fish --- functions/@echo.fish | 3 +++ functions/@test.fish | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 functions/@echo.fish diff --git a/functions/@echo.fish b/functions/@echo.fish new file mode 100644 index 0000000..0e86bcf --- /dev/null +++ b/functions/@echo.fish @@ -0,0 +1,3 @@ +function @echo + +end diff --git a/functions/@test.fish b/functions/@test.fish index 6a69f92..8c3ddfd 100644 --- a/functions/@test.fish +++ b/functions/@test.fish @@ -1 +1,3 @@ -f +function @test + +end