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 the option --no-escape #220

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

filipbartek
Copy link

@filipbartek filipbartek commented Feb 6, 2019

Fixes #219

I verified the correctness by running the tests with grunt test. The output shows the same 11 test failures as when run on dev. Moreover, I tested the fixed functionality manually by generating a HTML resume with an ampersand (&) character in a job title.

Make the escaping option similar to `prettify` in `_opts` by making it
positive. The `_opts` option `prettify` is exposed in CLI as
--no-prettify, similarly to `escape` exposed as --no-escape.

Refactor.

Corollary of hacksalot#219
@filipbartek
Copy link
Author

I think the test failures are caused by #221.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant