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

add 'CBA_fnc_removeWhitespace' #457

Merged
merged 2 commits into from
Aug 10, 2016
Merged

add 'CBA_fnc_removeWhitespace' #457

merged 2 commits into from
Aug 10, 2016

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Aug 8, 2016

_str = [" foo bar ", true] call CBA_fnc_removeWhitespace;
_expected = "foo bar";
TEST_OP(_str,isEqualTo,_expected,_fn);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test removal of tabs and newlines as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Killswitch00 Killswitch00 merged commit eb9e5ed into master Aug 10, 2016
@Killswitch00 Killswitch00 deleted the add-removeWhitespace branch August 10, 2016 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants