diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-04 13:06:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-04 13:06:50 +0200 |
commit | 5c369faa461ec4416d2d4b231a5b36963a7315ce (patch) | |
tree | fc1b550870a29f0a03e258a76f16496ac69ec35c /tests/variable/null/test.sh | |
parent | 0e486cd3642da8a442629ffce9a3daf16745c35e (diff) |
Implement value typing, null support via value attributes
For example:
v = [null]
v = [string] abc
v += ABC # abcABC
Diffstat (limited to 'tests/variable/null/test.sh')
-rwxr-xr-x | tests/variable/null/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/variable/null/test.sh b/tests/variable/null/test.sh new file mode 100755 index 0000000..afcb3bd --- /dev/null +++ b/tests/variable/null/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +b -q | diff -u test.out - |