mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-18 05:12:15 +02:00
gnulib: update to latest and adapt printf-quote.sh test
* .gitignore: Add /lib/limits.h. * tests/misc/printf-quote.sh: Reflect that a single quote is now rendered as "'", rather than as ''\'''.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -68,6 +68,7 @@
|
||||
/lib/inttypes.h
|
||||
/lib/langinfo.h
|
||||
/lib/libcoreutils.a
|
||||
/lib/limits.h
|
||||
/lib/link-warning.h
|
||||
/lib/locale.h
|
||||
/lib/math.h
|
||||
|
||||
2
gnulib
2
gnulib
Submodule gnulib updated: 6d237fd01d...7dad5f2559
@@ -25,7 +25,7 @@ prog='env printf'
|
||||
$prog '%q\n' '' "'" a 'a b' '~a' 'a~' "$($prog %b 'a\r')" > out
|
||||
cat <<\EOF > exp || framework_failure_
|
||||
''
|
||||
''\'''
|
||||
"'"
|
||||
a
|
||||
'a b'
|
||||
'~a'
|
||||
|
||||
Reference in New Issue
Block a user