This commit is contained in:
2025-07-18 02:46:58 -07:00
parent 30394f9563
commit 743d4745d7
2 changed files with 56 additions and 39 deletions

View File

@@ -13,12 +13,6 @@ function assert() {
return 1
}
function test_assert() {
local string="one two three four"
assert "$(rest ${string})" "$(rest ${string})"
}
test_assert
function first_func_returns_first_item() {
local string="one two three four"
assert "$(first ${string})" "one"