archives

« Bugzilla Issues Index

#444 — Generated html files differ based on platform where they're generated


The html files that packager.py generates in the website directory seem to differ slightly depending on the platform where they're generated. In the repository versions (presumably generated on Windows), the line
var TEST_LIST_PATH = "json/testcases_ch07.json";
is terminated with \r\r\n; in versions generated on Mac with \n.

This means that in "hg status" these files show up as modified even though there are no changes worth committing.