summaryrefslogtreecommitdiffstats
path: root/src/options/set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/set.rs')
-rw-r--r--src/options/set.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options/set.rs b/src/options/set.rs
index 27a03105..125d4500 100644
--- a/src/options/set.rs
+++ b/src/options/set.rs
@@ -137,6 +137,7 @@ pub fn set_options(
file_modified_label,
file_removed_label,
file_renamed_label,
+ right_arrow,
hunk_label,
file_style,
hunk_header_decoration_style,
@@ -667,6 +668,7 @@ pub mod tests {
file-modified-label = xxxyyyzzz
file-removed-label = xxxyyyzzz
file-renamed-label = xxxyyyzzz
+ right-arrow = xxxyyyzzz
file-style = black black
hunk-header-decoration-style = black black
hunk-header-style = black black
@@ -726,6 +728,7 @@ pub mod tests {
assert_eq!(opt.file_modified_label, "xxxyyyzzz");
assert_eq!(opt.file_removed_label, "xxxyyyzzz");
assert_eq!(opt.file_renamed_label, "xxxyyyzzz");
+ assert_eq!(opt.right_arrow, "xxxyyyzzz");
assert_eq!(opt.file_style, "black black");
assert_eq!(opt.hunk_header_decoration_style, "black black");
assert_eq!(opt.hunk_header_style, "black black");