JBehave
  1. JBehave
  2. JBEHAVE-815

template reports do not mark step parameter if it contains special chars

    Details

    • Type: Bug Bug
    • Status: Resolved Resolved
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 3.6.8
    • Fix Version/s: 3.6.9, 3.7
    • Component/s: Core
    • Labels:
      None
    • Number of attachments :
      0

      Description

      with HTML_TEMPLATE

      Given string abc

      is marked, but

      Given string <<<>>>

      isn't.

        Activity

        Hide
        Alexander Lehmann added a comment -

        depending on where this comes from, i will try to fix this together with JBEHAVE-813

        Show
        Alexander Lehmann added a comment - depending on where this comes from, i will try to fix this together with JBEHAVE-813
        Hide
        Alexander Lehmann added a comment -

        https://github.com/alexlehm/jbehave-core/commit/9ec9dd36467d1fff3986358e808380198c014044

        JBEHAVE-815: template reports do not mark step parameter if it contains special chars

        the parameters are matched by a regex including specific chars not including e.g. angle brackes, comma etc, this is unnecessary if the regex is matched non-greedy.

        (the commit also contains the changes for JBEHAVE-813, due to the necessary changes in the unit text result files it didn't make munch sense to put this in two commits)

        Show
        Alexander Lehmann added a comment - https://github.com/alexlehm/jbehave-core/commit/9ec9dd36467d1fff3986358e808380198c014044 JBEHAVE-815 : template reports do not mark step parameter if it contains special chars the parameters are matched by a regex including specific chars not including e.g. angle brackes, comma etc, this is unnecessary if the regex is matched non-greedy. (the commit also contains the changes for JBEHAVE-813 , due to the necessary changes in the unit text result files it didn't make munch sense to put this in two commits)
        Mauro Talevi made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 3.6.9 [ 18650 ]
        Resolution Fixed [ 1 ]
        Mauro Talevi made changes -
        Fix Version/s 3.7 [ 18390 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Alexander Lehmann
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: