Mercurial > people > rkennke > jdk9-shenandoah-final > nashorn
annotate test/script/nosecurity/JDK-8073613.js.EXPECTED @ 1392:5efd65e18b71
8073613: Here documents: how to avoid string interpolation?
Summary: support heredoc end marker quoting like in bash
Reviewed-by: attila, hannesw
author | mhaupt |
---|---|
date | Wed, 26 Aug 2015 09:59:29 +0200 |
parents | |
children | d61744c0d1d2 |
rev | line source |
---|---|
1392
5efd65e18b71
8073613: Here documents: how to avoid string interpolation?
mhaupt
parents:
diff
changeset
|
1 23 |
5efd65e18b71
8073613: Here documents: how to avoid string interpolation?
mhaupt
parents:
diff
changeset
|
2 ${a}${b} |
5efd65e18b71
8073613: Here documents: how to avoid string interpolation?
mhaupt
parents:
diff
changeset
|
3 ${a}${b} |
5efd65e18b71
8073613: Here documents: how to avoid string interpolation?
mhaupt
parents:
diff
changeset
|
4 ${c} |
5efd65e18b71
8073613: Here documents: how to avoid string interpolation?
mhaupt
parents:
diff
changeset
|
5 $\{a} |