Merge branch 'jc/apply-ws-fix-tab-in-indent'
[gitweb.git] / t / test-lib-functions.sh
index 61d0804435d3e8aed2f3b2c0308bc1a9143f1f5a..42c2258b4fdf37b9d2e440f0918f8e4e4f7608f0 100644 (file)
@@ -91,6 +91,10 @@ q_to_tab () {
        tr Q '\011'
 }
 
+qz_to_tab_space () {
+       tr QZ '\011\040'
+}
+
 append_cr () {
        sed -e 's/$/Q/' | tr Q '\015'
 }