diff --git a/tests/22_parsing 1.txt b/tests/22_parsing 1.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/22_parsing 1.txt @@ -0,0 +1 @@ +1 diff --git a/tests/22_parsing 2.txt b/tests/22_parsing 2.txt new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/tests/22_parsing 2.txt @@ -0,0 +1 @@ +2 diff --git a/tests/22_parsing_comments.sh b/tests/22_parsing_comments.sh new file mode 100644 index 0000000..3064e47 --- /dev/null +++ b/tests/22_parsing_comments.sh @@ -0,0 +1,7 @@ + + +@goal goal_with_comment # comment + echo goal_with_comment + +@goal test1 +@depends_on goal_with_comment \ No newline at end of file diff --git a/tests/22_parsing_spaces.sh b/tests/22_parsing_spaces.sh new file mode 100644 index 0000000..2632291 --- /dev/null +++ b/tests/22_parsing_spaces.sh @@ -0,0 +1,8 @@ + + +@goal @glob 22_parsing*.txt + echo "$ITEM" + cat "$ITEM" + +@goal test2 +@depends_on '22_parsing 2.txt' \ No newline at end of file