Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903524

Permit more segments in jtreg tags

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • None
    • None
    • tools
    • None

    Description

      jtreg-7.3.1+1 is not allowed due to last `?` resolving to [0..1] occurances.

          jtreg(?:4\.1-b[0-9]{2}|5\.[01]-b[0-9]{2}|6|-[6789](?:\.[0-9]+)?\+[0-9]+)

      The `?` should be changed to `*` to allow [0..n] occurances:

          jtreg(?:4\.1-b[0-9]{2}|5\.[01]-b[0-9]{2}|6|-[6789](?:\.[0-9]+)*\+[0-9]+)

      Attachments

        Issue Links

          Activity

            People

              cstein Christian Stein
              cstein Christian Stein
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: