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

Very small change to pavlov for Windows compatibilty #1

Merged
merged 1 commit into from
Mar 24, 2011

Conversation

paulecoyote
Copy link

Hi Michael,

I have been experimenting with your excellent library on Windows and had a little trouble with one of the regular expressions not working with files I was developing because it expected *nix line endings rather than Windows in the javascript files.

I think the intention of the expression was to grab the content of the function regardless of any kind of white-space; so changed it to /s from /n.

Cheers,

Paul

@edelabar
Copy link
Contributor

Thanks! That little patch just fixed my problem. :)

@paulecoyote
Copy link
Author

Glad it helped someone other than myself :0)

@mmonteleone mmonteleone merged commit a97af7f into mmonteleone:master Mar 24, 2011
@mmonteleone
Copy link
Owner

Paul, thanks so much for your patch, which I've finally merged. I'm ashamed it has taken me this long to finally apply it, but I definitely appreciate the fix!

@paulecoyote
Copy link
Author

Glad to help :0)

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.

3 participants