Changed readFile to java-based read function to handle \r\n, fixes docs and test, lite still broken

This commit is contained in:
Jörn Zaefferer 2006-10-08 09:57:17 +00:00
parent c26ae24a1b
commit 0121530083
3 changed files with 14 additions and 2 deletions

View file

@ -16,7 +16,7 @@ function addTestWrapper(name, test) {
}
var dir = arguments[1];
var jq = parse( readFile( arguments[0] ) );
var jq = parse( read(arguments[0]) );
var testFile = [];