[
https://issues.apache.org/jira/browse/GSHELL-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601918#action_12601918
]
Jason Warner commented on GSHELL-112:
-------------------------------------
Added in some checking for the usage of single quotes as well. I agree that
this should be handled in the parser first, but as discussed in irc, left this
change in as a quick hack fix until the parser stuff gets sorted out.
> Can not evaluate a variable followed by a quotation mark
> --------------------------------------------------------
>
> Key: GSHELL-112
> URL: https://issues.apache.org/jira/browse/GSHELL-112
> Project: GShell
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Parser
> Affects Versions: 1.0-alpha-2
> Environment: Windows
> Reporter: YunFeng Ma
> Assignee: Jason Dillon
> Priority: Minor
> Fix For: 1.0-alpha-2
>
>
> Run the following steps in gshell:
> {noformat}
> set username=system
> set password=manager
> set login="deploy/connect -u $username -w $password"
> {noformat}
> get the following Error message:
> {noformat}
> [EMAIL PROTECTED]:/> set login="deploy/connect -u $username -w $password"
> ERROR SyntaxException: Failed to evaluate: password"
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.