Skip to content

Commit

Permalink
Merge pull request #646 from motdotla/test-clarifications
Browse files Browse the repository at this point in the history
Clarify that inline comments do not require a space after the number …
  • Loading branch information
motdotla authored Mar 21, 2022
2 parents 6ff9947 + 6e42595 commit 2b8e540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ INLINE_COMMENTS=inline comments # work #very #well
INLINE_COMMENTS_SINGLE_QUOTES='inline comments outside of #singlequotes' # work
INLINE_COMMENTS_DOUBLE_QUOTES="inline comments outside of #doublequotes" # work
INLINE_COMMENTS_BACKTICKS=`inline comments outside of #backticks` # work
INLINE_COMMENTS_SPACE=inline comments start with a#space
INLINE_COMMENTS_SPACE=inline comments start with a#number sign. no space required.
EQUAL_SIGNS=equals==
RETAIN_INNER_QUOTES={"foo": "bar"}
RETAIN_INNER_QUOTES_AS_STRING='{"foo": "bar"}'
Expand Down

0 comments on commit 2b8e540

Please sign in to comment.