# # # patch "tests/_--author,_--date/__driver__.lua" # from [95cd21e42609ff40fb121e7e3ca1fa37bfe1aa22] # to [f200b00f644b99736ced56bc7237099ebcb704f4] # ============================================================ --- tests/_--author,_--date/__driver__.lua 95cd21e42609ff40fb121e7e3ca1fa37bfe1aa22 +++ tests/_--author,_--date/__driver__.lua f200b00f644b99736ced56bc7237099ebcb704f4 @@ -6,8 +6,8 @@ check(mtn("log", "--from", rev), 0, true rev = base_revision() check(mtn("log", "--from", rev), 0, true, false) -check(qgrep('^Author: the_author', "stdout")) -check(qgrep('^Date: 1999-12-31T12:00:00', "stdout")) +check(qgrep('^[\| ]+Author: the_author', "stdout")) +check(qgrep('^[\| ]+Date: 1999-12-31T12:00:00', "stdout")) writefile("testfile", "oovel") check(mtn("commit", "--date=1999-12-31T12:00foo", "--branch=foo", "--message=foo"), 1, false, false)