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

[gogo] TestParser contains some unnecessary use of <>

    XMLWordPrintableJSON

Details

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

    Description

      TestParser contains some unnecessary use of <>.

      This is a problem as we are discussing changing how <> are handled and this will cause unnecessary test failures.

      It would be useful to review and cleanup TestParser before we embark on other changes.

      testClosure() is the worst offender:
      assertEquals("3", c.execute("[a=2 <b>=<3>] get b").toString());

      6 like this:
      assertEquals("a", c.execute("e =

      { echo $0 }

      ; <e a b | capture>"));

      Attachments

        1. FELIX-1505.patch
          9 kB
          Derek Baum

        Activity

          People

            Unassigned Unassigned
            db82407 Derek Baum
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: