mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8005403: Open-source Nashorn
Co-authored-by: Akhil Arora <akhil.arora@oracle.com> Co-authored-by: Andreas Woess <andreas.woess@jku.at> Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com> Co-authored-by: Hannes Wallnoefer <hannes.wallnoefer@oracle.com> Co-authored-by: Henry Jen <henry.jen@oracle.com> Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com> Co-authored-by: Pavel Semenov <pavel.semenov@oracle.com> Co-authored-by: Pavel Stepanov <pavel.stepanov@oracle.com> Co-authored-by: Petr Hejl <petr.hejl@oracle.com> Co-authored-by: Petr Pisl <petr.pisl@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Reviewed-by: attila, hannesw, lagergren, sundar
This commit is contained in:
parent
958099576a
commit
98762d6ee0
1176 changed files with 188153 additions and 1 deletions
37
nashorn/test/script/basic/strings.js.EXPECTED
Normal file
37
nashorn/test/script/basic/strings.js.EXPECTED
Normal file
|
@ -0,0 +1,37 @@
|
|||
10
|
||||
fromCharCode.length = 1
|
||||
ABCD
|
||||
concat.length = 1
|
||||
javascript is great!
|
||||
slice.length = 2
|
||||
world
|
||||
orl
|
||||
substring.length = 2
|
||||
java
|
||||
script
|
||||
script
|
||||
toLowerCase.length = 0
|
||||
java
|
||||
java
|
||||
toUpperCase.length = 0
|
||||
JAVASCRIPT
|
||||
JAVASCRIPT
|
||||
localeCompare.length = 1
|
||||
-1
|
||||
0
|
||||
trim.length = 0
|
||||
java
|
||||
java
|
||||
2
|
||||
3
|
||||
true
|
||||
true
|
||||
false
|
||||
false
|
||||
h
|
||||
l
|
||||
undefined
|
||||
true
|
||||
false
|
||||
true
|
||||
false
|
Loading…
Add table
Add a link
Reference in a new issue