+1 Am 2015-08-26 um 09:36 schrieb Michael Haupt:
Dear all,please review this fix. Bug: https://bugs.openjdk.java.net/browse/JDK-8073613 Webrev: http://cr.openjdk.java.net/~mhaupt/8073613/webrev.00 The fix extends the syntax for heredocs in scripting mode with support for suppressing variable expansion etc. in heredocs if the heredoc end marker is quoted. This is aligned with how bash and PHP handle end marker quoting. Best, Michael