bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14299: Incorrect output of `printf "\\n"`


From: Pavel Elkind
Subject: bug#14299: Incorrect output of `printf "\\n"`
Date: Sun, 28 Apr 2013 18:44:23 +0000

Dear developers,

I found the following potential bug in printf (version 8.17).

Actual result: 
`printf "\\n"` prints a newline caracter.

Expected result:
`printf "\\n"` prints a sequence of two individual characters, '\' and 'n', 
like '\n',  but  not a newline character.

Please address the above issue,

Many thanks,
Pavel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]