Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-1304

Better support for variables evaluation in arguments

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • gogo-0.2.0
    • Gogo Runtime
    • None

    Description

      Currently, gogo will split arguments each time a ${xx} or <x> is encountered.
      Also, there's no support for evaluation of variables inside quotes.
      The goal would be to support things like:
      a = 1; b = 2; echo $a$b

      which would evaluate as "12" instead of "1 2"

      Attachments

        Activity

          People

            gnodet Guillaume Nodet
            gnodet Guillaume Nodet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: