We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@define
They are collapsed to one space.
# Makesurefile @define A='a b' @goal g echo "$A"
$ ./makesure -f tmp/m4.sh g goal 'g' ... a b
Same issue with @reached_if:
@reached_if
@define ISSUE_142='a b' # 5 spaces @goal g @reached_if echo "$ISSUE_142" echo 'Should not show this'
Result:
a b goal 'g' [already satisfied].
The text was updated successfully, but these errors were encountered:
Spaces in @define are not recognized properly #142
d6e88ce
Spaces in @define are not recognized properly #142 : same issue wit…
93ee002
…h `@reached_if`
Spaces in @define are not recognized properly #142 : this is workin…
c9ae216
…g in revamp_define branch
dda36c7
153a4ec
xonixx
No branches or pull requests
They are collapsed to one space.
Same issue with
@reached_if
:Result:
The text was updated successfully, but these errors were encountered: