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

On Windows, unescaped $file in regex pattern causes tests to fail #1

Merged
merged 1 commit into from Nov 13, 2014

Conversation

nanis
Copy link
Contributor

@nanis nanis commented Nov 13, 2014

Wrap each filename interpolated into a regex pattern with \Q ... \E

Wrap each filename interpolated into a regex pattern with \Q ... \E
gfx added a commit that referenced this pull request Nov 13, 2014
On Windows, unescaped $file in regex pattern causes tests to fail
@gfx gfx merged commit 13c6895 into gfx:master Nov 13, 2014
gfx added a commit that referenced this pull request Nov 13, 2014
Changelog diff is:

diff --git a/Changes b/Changes
index 881d236..261d289 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Test::LeakTrace

+0.15 2014-11-14 07:51:22+0900
+    - Fix test failure on Windows (#1)
+
 0.14 2011-10-07 02:22:11
     - Fix Test::Valgrind failures (thanks to @shohex)
@gfx
Copy link
Owner

gfx commented Nov 13, 2014

New version 0.15 has been released. Thanks.

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.

None yet

2 participants