diff options
author | Malfurious <m@lfurio.us> | 2021-03-23 23:42:56 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-03-23 23:42:56 -0400 |
commit | cb39e58e2a3bb148e67e84d54333e33bdc3181c6 (patch) | |
tree | 35315eb79207e8691f47c61bd3a7279af355ab64 /test-colors.sh | |
parent | 2ac25e3d1047cdf19f15bc894ff39449b83d65d4 (diff) | |
parent | ce8fd0cade77a43d6a8f2cce6fa4dc6483af1c91 (diff) | |
download | git-sonar-cb39e58e2a3bb148e67e84d54333e33bdc3181c6.tar.gz git-sonar-cb39e58e2a3bb148e67e84d54333e33bdc3181c6.zip |
Merge branch 'switch-untracked-symbol' of https://github.com/michaeldfallen/git-radar
Diffstat (limited to 'test-colors.sh')
-rwxr-xr-x | test-colors.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-colors.sh b/test-colors.sh index 8cc072b..927dab3 100755 --- a/test-colors.sh +++ b/test-colors.sh @@ -459,7 +459,7 @@ test_bash_colors_changes() { touch bar git add bar echo "bar" > bar - untracked="1\x01changes-untracked\x02A\x01change-reset\x02" + untracked="1\x01changes-untracked\x02?\x01change-reset\x02" unstaged="1\x01changes-unstaged\x02M\x01change-reset\x02" staged="1\x01changes-staged\x02A\x01change-reset\x02" @@ -481,7 +481,7 @@ test_zsh_colors_changes() { touch bar git add bar echo "bar" > bar - untracked="1%{changes-untracked%}A%{change-reset%}" + untracked="1%{changes-untracked%}?%{change-reset%}" unstaged="1%{changes-unstaged%}M%{change-reset%}" staged="1%{changes-staged%}A%{change-reset%}" |