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 for regexp replacements used by verify steps #126

Merged
merged 4 commits into from
Jun 24, 2017

Conversation

Thorarin
Copy link
Contributor

While working on this workshopper, I ran into some problems verifying my solutions.
The generated HTML was being mangled by the regexp replacements, probably due to newline differences. The output was rather confusing and it took me a while to figure out. Hopefully this can prevent that experience for others. I think it's the same problem described in #103.

I've been using a newer version of React for the workshopper, which is likely why I ran into this problem.
With the changes in this pull request, the workshopper should continue to work with React 0.14 as well as newer versions. Additional changes are necessary to bring the exercises and solutions up to date with React 15.5, but this should help along the way.

@DusanSacha DusanSacha merged commit ef005a3 into workshopper:master Jun 24, 2017
@DusanSacha
Copy link
Contributor

Shortly tested on local.

LGTM!

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.

2 participants