This commit is contained in:
David Dworken
2024-01-02 11:07:24 -08:00
parent 7887e5bca5
commit 12f0aa1bff

View File

@ -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) {