Closed
Bug 525770
Opened 16 years ago
Closed 4 years ago
Spidermonkey misinterpretates two horizontal tabs using bash
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dan_500, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.4) Gecko/20091028 Ubuntu/9.10 (karmic) Firefox/3.5.4 Ubiquity/0.1.4
Build Identifier:
I found this bug after I copied some lines from my javascript program into the spidermonkey command line.
Reproducible: Always
Steps to Reproduce:
1. Start smjs using bash
2. Enter two horizontal tabs ( )
Actual Results:
You'll get a list about files in your current directory.
Expected Results:
Spidermonkey should treat horizontal tabs same as whitespaces.
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•