Sign in
eclipse
/
gerrit
/
dltk
/
org.eclipse.dltk.javascript
/
4cd6af24463c51ab0a72aa1a0afb0f3bb172ac2c
/
.
/
tests
/
org.eclipse.dltk.javascript.formatter.tests
/
scripts.parser
/
const.js
blob: 0bbe4d2cdd0f17462cae23f651ed23b96dfa968e [
file
] [
log
] [
blame
]
const
a
=
100
,
b
=
200
;
const
comment
=
"\t1000\r\n3454\f46546\b\\\\\\"
;
const
a
=
0x234345
;
const
b
=
0123
,
d
=
.
3334
,
e
=
3.1415E-5
;