Closed
Bug 342894
Opened 18 years ago
Closed 18 years ago
examples/E4X/e4x_example.js has line endings inconsistent with rest of source tree
Categories
(Rhino Graveyard :: E4X, defect)
Rhino Graveyard
E4X
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: inonit, Unassigned)
Details
Attachments
(1 file)
6.99 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Rhino HEAD 27-Jun-2006 3:03PM EDT
Yes, it's not a big deal, but it adds an extra step to building patches (or causes me to exclude this file altogether) and it would be easy to fix for someone with commit privileges, so I'm putting it into the system in the hopes that someone has a few minutes ...
Reproducible: Always
Steps to Reproduce:
1. Check out mozilla/js/rhino/examples/E4X/e4x_example.js
Actual Results:
Has CR/LF line endings
Expected Results:
LF line endings like every other file in the tree
It would make it easier to build patches against the tree without preprocessing the file or excluding it from the patch, which would be nice for people who don't have time to write command-line scripts to do that stuff.
Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
Committed, thanks for submitting it.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•