1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

migrate submodule enter test

This commit is contained in:
Jesse Duffield
2023-02-12 17:40:53 +11:00
parent 7a3291a1f7
commit d7956c481d
68 changed files with 71 additions and 154 deletions

View File

@ -83,7 +83,7 @@ func (self *matcher) MatchesRegexp(target string) *matcher {
if err != nil {
return false, fmt.Sprintf("Unexpected error parsing regular expression '%s': %s", target, err.Error())
}
return matched, fmt.Sprintf("Expected '%s' to match regular expression '%s'", value, target)
return matched, fmt.Sprintf("Expected '%s' to match regular expression /%s/", value, target)
},
})
}