diff options
Diffstat (limited to 'tests/function/builtin')
-rw-r--r-- | tests/function/builtin/testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index 98513d3..a727146 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -55,8 +55,8 @@ $* <'print $type($identity([null]))' >'' : null-untyped $* <'print $identity([string] abc)' >'abc'; - $* <'print $type($identity([string] abc))' >'string' : null-typed + $* <'print $type($identity([string] abc))' >'string' : typed $* <'print $identity(abc)' >'abc'; - $* <'print $type($identity(abc))' >'' : null-untyped + $* <'print $type($identity(abc))' >'' : untyped } |