Closed (fixed)
Project:
Translation template extractor
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2007 at 09:59 UTC
Updated:
11 Jul 2007 at 20:19 UTC
search the file with regex "\r\n" and you will get 129 matches... drupal dev rules requires to have unix line feed only.
Comments
Comment #1
gábor hojtsyI checked the file, but cannot see these newline violations now. Do you still see this in the latest version? (Just comitted a new version).
Comment #2
hass commentedi checked CVS version and now *all* files have [\r] in line feeds... but unix line feed is [\n] only. not sure if eclipse 3.3 is the liar, but some other modules does not have this issue.
Looks weird... are you able to verify?
Comment #3
gábor hojtsyWell, as far as I see, there is code 0A == LF == line feed == \n in the files. I checked with a hex editor. I also checked other modules, like views and they have 0A too.
Comment #4
(not verified) commented