From e5c038c8d603cc591311041f9e9ec35761827869 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Thu, 21 Dec 2023 17:37:44 -0800 Subject: [PATCH] Add back goldens for tab completion that were accidentally removed in an earlier merge conflict resolution --- client/testdata/testTabCompletion-suggestions-fish | 1 + client/testdata/testTabCompletion-suggestions-zsh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 client/testdata/testTabCompletion-suggestions-fish create mode 100644 client/testdata/testTabCompletion-suggestions-zsh diff --git a/client/testdata/testTabCompletion-suggestions-fish b/client/testdata/testTabCompletion-suggestions-fish new file mode 100644 index 0000000..f82869b --- /dev/null +++ b/client/testdata/testTabCompletion-suggestions-fish @@ -0,0 +1 @@ +config-add (Add a config option) config-delete (Delete a config option) config-get (Get the value of a config option) config-set (Set the value of a config option) \ No newline at end of file diff --git a/client/testdata/testTabCompletion-suggestions-zsh b/client/testdata/testTabCompletion-suggestions-zsh new file mode 100644 index 0000000..e1b953a --- /dev/null +++ b/client/testdata/testTabCompletion-suggestions-zsh @@ -0,0 +1,4 @@ +config-add -- Add a config option +config-delete -- Delete a config option +config-get -- Get the value of a config option +config-set -- Set the value of a config option \ No newline at end of file