Megatest

Diff
Login

Differences From Artifact [4728bf5405]:

To Artifact [20786da3fb]:


358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
-------------------

# multi-line; matches are applied in the listed order
# The following would map:
#   a123b321 to b321fooa123 then to 321fooa123p
#
[requirements]
modw itemwait
waiton precedingtest
itemmap (a\d+)(b\d+) \2foo\1
  b(.*) \1p
-------------------


Complex mapping







|







358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
-------------------

# multi-line; matches are applied in the listed order
# The following would map:
#   a123b321 to b321fooa123 then to 321fooa123p
#
[requirements]
mode itemwait
waiton precedingtest
itemmap (a\d+)(b\d+) \2foo\1
  b(.*) \1p
-------------------


Complex mapping