about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-11 18:29:11 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-11 18:29:11 +0000
commit41ac21c9c9a496e1e1345cd212cda37ead59de5e (patch)
treef16180ad2ef895db03e4b381c98fc09eb7303989 /Test
parent34a3cb829fcfcb6e265ca4b0bcc3285bdc7842f9 (diff)
downloadzsh-41ac21c9c9a496e1e1345cd212cda37ead59de5e.tar.gz
zsh-41ac21c9c9a496e1e1345cd212cda37ead59de5e.tar.xz
zsh-41ac21c9c9a496e1e1345cd212cda37ead59de5e.zip
Reverse out 23086 from this file on 4.2 branch, as the Src/zsh.h doesn't merge cleanly.
Diffstat (limited to 'Test')
-rw-r--r--Test/B03print.ztst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst
index e36e55caa..d6dea5a3d 100644
--- a/Test/B03print.ztst
+++ b/Test/B03print.ztst
@@ -259,7 +259,3 @@
  printf $'%\0'
 1:explicit null after % in format specifier
 ?(eval):printf:1: %: invalid directive
-
- printf '%b\n' '\0123'
-0:printf handles \0... octal escapes in replacement text
->S