From 27423557c8f4fd3a046826302ed5d9e1f5c2d9f6 Mon Sep 17 00:00:00 2001 From: savalet Date: Tue, 6 May 2025 22:12:41 +0200 Subject: [PATCH] Add tests for where --- validation_tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/validation_tests.py b/validation_tests.py index ee1298e..eb23e63 100644 --- a/validation_tests.py +++ b/validation_tests.py @@ -298,6 +298,10 @@ TESTS = [ cmds=[ "which ls\n", "which cd\n", + "which echo\n", + "where ls\n", + "where cd\n", + "where echo\n", "alias ll ls\nwhere ll\n", #"alias ll ls\nwhich ll\n", ],