Skip to content

Commit bc4579a

Browse files
committed
WIP: Unit tests
1 parent 7904886 commit bc4579a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/number-only.test.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
# Copyright (c) 2018 Joel Wallis Jucá <[email protected]>
3+
# ISC licensed
4+
echo ls -lha "$0"
5+
6+
# echo dirname $1
7+
8+
# @test "is a function" {
9+
# type numeric-only | grep function
10+
# [ "$status" -eq 0 ]
11+
#
12+
# numeric-only
13+
# [ "$status" -eq 0 ]
14+
# }

0 commit comments

Comments
 (0)