-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update: Closes #98 removing symbols that are no longer illegal #119
Conversation
@sadchla-codes can you fix the failing tests? We should switch the <> to another illegal character to keep test coverage. @cpiraux can take over this issue if you need? |
tests/testthat/test-utils-xportr.R
Outdated
expect_equal( | ||
xpt_validate(df), | ||
"Label 'A=foo%bar' cannot contain any non-ASCII, symbol or special characters." | ||
"Label 'A=foo¿bar' cannot contain any non-ASCII, symbol or special characters." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
% is an ASCII character, you could use @
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpiraux I don't know why @ escaped my mind... I know the PR is approved, and I used ç, would you prefer i switched it to @ instead? or you comfortable with me merging it to devel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ç is also fine. You can merge the branch to devel :)
No description provided.