mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 11:12:36 +02:00
small changes to some error messages; greatly expanded builtins tests
This commit is contained in:
@@ -60,6 +60,10 @@ printf "%s" "$vv"
|
||||
printf -v vv "%q\n" 'this&that'
|
||||
printf "%s" "$vv"
|
||||
|
||||
# altform with %q will force single-quoting
|
||||
printf -v vv '%#q\n' no-quotes-needed 'quotes;needed'
|
||||
printf "%s" "$vv"
|
||||
|
||||
# make sure the format string is reused to use up arguments
|
||||
printf -v vv "%d " 1 2 3 4 5
|
||||
printf "%s" "$vv"
|
||||
|
||||
Reference in New Issue
Block a user