Paul King created GROOVY-11791:
----------------------------------
Summary: Support unquoted URLs in groovysh
Key: GROOVY-11791
URL: https://issues.apache.org/jira/browse/GROOVY-11791
Project: Groovy
Issue Type: Improvement
Reporter: Paul King
I propose something like:
{code:groovy}
json = /slurp https://api.github.com/repos/apache/groovy
{code}
is automatically converted to:
{code:groovy}
json = /slurp "https://api.github.com/repos/apache/groovy"
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)