diff --git a/test/apidoc_test.js b/test/apidoc_test.js index 958590d..86640ab 100644 --- a/test/apidoc_test.js +++ b/test/apidoc_test.js @@ -94,7 +94,8 @@ describe('apiDoc full parse', function() { }); api = apidoc.parse({ - src: exampleBasePath + '/src/' + src: exampleBasePath + '/src/', + lineEnding: '\n' }); if (api === false)