test: resurrect q_to_tab
New test may want to use this helper; keep it for them that do not need to protect literal SP. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
250b3c6c99
commit
329b26e0b4
@ -87,6 +87,10 @@ q_to_cr () {
|
||||
tr Q '\015'
|
||||
}
|
||||
|
||||
q_to_tab () {
|
||||
tr Q '\011'
|
||||
}
|
||||
|
||||
qz_to_tab_space () {
|
||||
tr QZ '\011\040'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user