summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLucas Trzesniewski <lucas.trzesniewski@gmail.com>2023-07-08 00:56:50 +0200
committerAndrew Gallant <jamslam@gmail.com>2023-09-25 14:39:54 -0400
commit1a50324013708e3c73bfa986d273af2f8e8e3360 (patch)
treeb638145e07f76f0d223997423dca6ac6199e25a9 /tests
parent86ef6833085428c21ef1fb7f2de8e5e7f54f1f72 (diff)
printer: add hyperlinks
This commit represents the initial work to get hyperlinks working and was submitted as part of PR #2483. Subsequent commits largely retain the functionality and structure of the hyperlink support added here, but rejigger some things around.
Diffstat (limited to 'tests')
-rw-r--r--tests/regression.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regression.rs b/tests/regression.rs
index 91c37449..24551fc0 100644
--- a/tests/regression.rs
+++ b/tests/regression.rs
@@ -380,6 +380,7 @@ rgtest!(r428_color_context_path, |dir: Dir, mut cmd: TestCommand| {
"-N",
"--colors=match:none",
"--color=always",
+ "--hyperlink-format=",
"foo",
]);