From 6b7075adc71104c5f6ad652b99fb753565eb67d8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Nov 2016 17:28:46 +0200 Subject: Add function machinery, implement path.normalize() Note that multi-argument functions are not yet "callable" since there is no support for value packs. --- tests/test.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test.sh') diff --git a/tests/test.sh b/tests/test.sh index 9ce7152..de93322 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -15,7 +15,6 @@ function test () test "amalgam/unnamed" test "escaping" test "eval" -test "function/call" test "if-else" test "keyword" test "names" -- cgit v1.1