We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e532eb2 commit 29984deCopy full SHA for 29984de
2 files changed
README.md
@@ -1,6 +1,6 @@
1
# shell-functools
2
3
-[](https://travis-ci.org/franklingu/shell-functools)
+[](https://travis-ci.org/sharkdp/shell-functools)
4
5
*A collection of functional programming tools for the shell.*
6
ft/ft/test_command.py
@@ -4,7 +4,7 @@
def test_add_dynamic_type():
assert add_dynamic_type("True").fttype == T_BOOL
7
- assert add_dynamic_type("-1223").fttype == T_STRING
+ assert add_dynamic_type("-1223").fttype == T_INT
8
assert add_dynamic_type("foo\tbar").fttype == T_ARRAY
9
assert add_dynamic_type("foo bar").fttype == T_STRING
10
0 commit comments