fixup: TT.t: move the :'s to the next line

[?]
Nov 22, 2021, 9:00 PM
ZY6CMDJY6UMSSL536NUZV4COGHDWUUQ4LK66H2MRN72IH7EDXHPAC

Dependencies

  • [2] LYRHVDS2 TT: add helpers for linking to jobs, jobsets, and projects, and for generating colon separated names.

Change contents

  • replacement in t/View/TT.t at line 40
    [2.5325][2.5325:5452]()
    '<a href="http://localhost/project/tests">tests</a>:'
    . '<a href="http://localhost/jobset/tests/example">example</a>',
    [2.5325]
    [2.5452]
    '<a href="http://localhost/project/tests">tests</a>'
    . ':<a href="http://localhost/jobset/tests/example">example</a>',
  • replacement in t/View/TT.t at line 46
    [2.5536][2.5536:5733]()
    '<a href="http://localhost/project/tests">tests</a>:'
    . '<a href="http://localhost/jobset/tests/example">example</a>:'
    . '<a href="http://localhost/job/tests/example/myjob">myjob</a>',
    [2.5536]
    [2.5733]
    '<a href="http://localhost/project/tests">tests</a>'
    . ':<a href="http://localhost/jobset/tests/example">example</a>'
    . ':<a href="http://localhost/job/tests/example/myjob">myjob</a>',
  • replacement in t/View/TT.t at line 60
    [2.6001][2.6001:6127]()
    '<a href="http://localhost/project/tests">tests</a>:'
    . '<a href="http://localhost/jobset/tests/example">example</a>'
    [2.6001]
    [2.6127]
    '<a href="http://localhost/project/tests">tests</a>'
    . ':<a href="http://localhost/jobset/tests/example">example</a>'