Closed
Bug 106831
Opened 24 years ago
Closed 23 years ago
bad example: $ java RunScript 'Math.cos(Math.PI)'
Categories
(Documentation Graveyard :: Help Viewer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jackgzhang, Assigned: norrisboyd)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
BuildID: rhino1_5R2
If I type :
C:\ java RunScript 'Math.cos(Math.PI)'
it doesn't work.
If I type:
C:\ java RunScript "Math.cos(Math.PI)"
It works fine
Reproducible: Always
Steps to Reproduce:
1.C:\ java RunScript 'Math.cos(Math.PI)'
it doesn't work.
2.
3.
| Assignee | ||
Comment 2•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•