Closed GoogleCodeExporter closed 9 years ago
In case it matters: This is with Python 2.6.2
Original comment by joi@chromium.org
on 10 Apr 2013 at 11:19
Original comment by flackr@chromium.org
on 16 May 2013 at 2:25
Looks like the _CSS_IMAGE_SETS regular expression is failing to match the image
set in the unit test on Windows, but works on Linux...
Regular expression:
https://code.google.com/p/chromium/codesearch#chromium/src/tools/grit/grit/gathe
r/chrome_html.py&q=_CSS_IMAGE_SETS&sq=package:chromium&l=38
Fails to match:
https://code.google.com/p/chromium/codesearch#chromium/src/tools/grit/grit/gathe
r/chrome_html_unittest.py&sq=package:chromium&l=312
Original comment by flackr@chromium.org
on 16 May 2013 at 3:31
Looks like it was just a difference in newline:
https://codereview.chromium.org/15132011/
Original comment by flackr@chromium.org
on 16 May 2013 at 3:55
Fixed with https://code.google.com/p/grit-i18n/source/detail?r=122
Original comment by flackr@chromium.org
on 16 May 2013 at 5:28
Original issue reported on code.google.com by
joi@chromium.org
on 10 Apr 2013 at 11:18