Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: refine regex in version e2e test (runfinch#145)
## Summary - Make the regex more readable by breaking it into multiple lines. - Promote more accurate matches. Some examples: - Incorporate `version.Version` and `version.GitCommit` into the regex. - Use `{40}` instead of `+` for `GitCommit`. - Replace `\\s+` with the exact white space characters. ## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>