aboutsummaryrefslogtreecommitdiff
path: root/tests/test.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-18 17:28:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-18 17:30:47 +0200
commit6b7075adc71104c5f6ad652b99fb753565eb67d8 (patch)
tree1f4d91b7cd9ee7cca793f0ecc504ccc4d8dde0d2 /tests/test.sh
parentdd008d6e48b0bb66e1b9fdc489d9d1d9b4cb8d25 (diff)
Add function machinery, implement path.normalize()
Note that multi-argument functions are not yet "callable" since there is no support for value packs.
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-xtests/test.sh1
1 files changed, 0 insertions, 1 deletions
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"