Skip to content
New issue

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

Fix issue with non-string border zero convention value #913

Merged
merged 4 commits into from
Oct 27, 2016

Conversation

bgriffith
Copy link
Member

This PR is a continuation of the fix (#890) by @richarddewit for issue #861.

Closes #861

<DCO 1.1 Signed-off-by: Ben Griffith gt11687@gmail.com>

richarddewit and others added 3 commits October 26, 2016 17:33
This fixes a false positive when `convention` is set to the integer `0` (as opposed to the string, which does work), by casting the `convention` to a string.

Fixes sasstools#861
@coveralls
Copy link

coveralls commented Oct 26, 2016

Coverage Status

Coverage remained the same at 97.541% when pulling 569b38f on bgriffith:richarddewit-patch-1 into 4a6c345 on sasstools:develop.

@bgriffith bgriffith added this to the 1.10 milestone Oct 26, 2016
@coveralls
Copy link

coveralls commented Oct 27, 2016

Coverage Status

Coverage remained the same at 97.563% when pulling adb5fb7 on bgriffith:richarddewit-patch-1 into 790267b on sasstools:develop.

@DanPurdy DanPurdy merged commit 1a1f695 into sasstools:develop Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

border-zero: A value of 0 is not allowed. 0 must be used.
4 participants