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

Need to add convert() function call to second test #1088

Closed
ejhunt opened this issue Jun 23, 2015 · 1 comment
Closed

Need to add convert() function call to second test #1088

ejhunt opened this issue Jun 23, 2015 · 1 comment

Comments

@ejhunt
Copy link

ejhunt commented Jun 23, 2015

Challenge http://www.freecodecamp.com/challenges/bonfire-convert-html-entities has an issue. Please describe how to reproduce it, and include links to screen shots if possible.

I believe the second test is incorrect. Test should be:

assert.strictEqual(convert('<>'), '<>', 'should escape characters');should escape characters: expected '<>' to equal '<>'

instead of:

assert.strictEqual('<>', '<>', 'should escape characters');should escape characters: expected '<>' to equal '<>'

bug

@BerkeleyTrue
Copy link
Contributor

@ejhunt Thanks for reporting. We will be tracking this issue at #1062

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

No branches or pull requests

2 participants