From 46e875272fa25707cd4adabf6a688a71cf75170c Mon Sep 17 00:00:00 2001 From: Nathan Friedly Date: Thu, 16 Oct 2014 15:49:21 -0400 Subject: [PATCH] sort of fixes https://github.com/docpad/docpad-plugin-partials/issues/23 - makes the tests pass on windows --- src/partials.test.coffee | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/partials.test.coffee b/src/partials.test.coffee index 96c794f..ea6c75d 100644 --- a/src/partials.test.coffee +++ b/src/partials.test.coffee @@ -1,2 +1,5 @@ # Test our plugin using DocPad's Testers -require('docpad').require('testers').test({pluginPath: __dirname+'/..'}) \ No newline at end of file +require('docpad').require('testers').test({ + pluginPath: __dirname+'/..' + contentRemoveRegex: /\r/g +}) \ No newline at end of file