update
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user