Closed xonixx closed 1 year ago
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].
They are collapsed to one space.
Same issue with
@reached_if
:Result: