We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250b3c6 commit 329b26eCopy full SHA for 329b26e
1 file changed
t/test-lib-functions.sh
@@ -87,6 +87,10 @@ q_to_cr () {
87
tr Q '\015'
88
}
89
90
+q_to_tab () {
91
+ tr Q '\011'
92
+}
93
+
94
qz_to_tab_space () {
95
tr QZ '\011\040'
96
0 commit comments