From 12f0aa1bffd9437337a93e28e4290153cd7092e5 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Tue, 2 Jan 2024 11:07:24 -0800 Subject: [PATCH] Add TODO --- client/client_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/client_test.go b/client/client_test.go index 83004b2..880d928 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1922,6 +1922,8 @@ func testTui_search(t *testing.T, onlineStatus OnlineStatus) { "for\\\\ SPACE i\\\\ SPACE in", })) testutils.CompareGoldens(t, out, "TestTui-SearchBackslash") + + // TODO: Add a test for the behavior when quoting something containing a colon } func testTui_general(t *testing.T, onlineStatus OnlineStatus) {