Skip to content

Commit

Permalink
Diminish the notion of prelude #84 : more edge cases for @define
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 8, 2021
1 parent 5f4883f commit 7497161
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/9_prelude_define_wrong1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

@define echo 'Hello'

@goal default
echo "$0"
5 changes: 5 additions & 0 deletions tests/9_prelude_define_wrong2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

@define A=aaa echo 'Hello'

@goal default
echo "$0"

0 comments on commit 7497161

Please sign in to comment.