Closed apblack closed 7 years ago
Minigrace does not always enforce the rule that an indentation change must be by 2 or more. For example, the following is accepted:
print "hello"
See also https://github.com/gracelang/language/issues/116
This is fixed in commit 561212e. The above example is added as a failing test.
Minigrace does not always enforce the rule that an indentation change must be by 2 or more. For example, the following is accepted:
See also https://github.com/gracelang/language/issues/116