You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, while the PR improves the wording, I'd say spec and tests are in sync already regarding this.
The spec forbids non-whitespace outside the brackets, which implies that whitespace is fine, otherwise the spec should say "nothing is allowed".
So imho regarding this issue the PR is only using better wording, explicitly allowing whitespace instead of forbidding non-whitespace. :-)
@Vampire Good point --- I must have not have been thinking clearly when I opened this issue 😅 . I'm going to close this ticket and then revisit the PR.
The spec says:
However, since the initial commit of
editorconfig-core-test
, such spaces have been allowed: https://github.com/editorconfig/editorconfig-core-test/blob/6c8fe6815b12f96f4b357d610ee1cd8da074880a/parser/whitespace.in#L36-L42 .The spec should be corrected to match the existing behaviour of the tests.
The text was updated successfully, but these errors were encountered: