Julian Noble
2 years ago
1 changed files with 17 additions and 17 deletions
@ -1,17 +1,17 @@ |
|||||||
chan configure stdout -buffering none |
chan configure stdout -buffering none |
||||||
chan configure stderr -buffering none |
chan configure stderr -buffering none |
||||||
puts -nonewline stderr "1 hello on stderr with crlf newline\r\n" |
puts -nonewline stderr "1 hello on stderr with crlf newline\r\n" |
||||||
flush stderr |
flush stderr |
||||||
puts -nonewline stdout "2 hello on stdout with crlf newline\r\n" |
puts -nonewline stdout "2 hello on stdout with crlf newline\r\n" |
||||||
flush stdout |
flush stdout |
||||||
puts -nonewline stderr "3 hello on stderr with unix newline\n" |
puts -nonewline stderr "3 hello on stderr with unix newline\n" |
||||||
flush stderr |
flush stderr |
||||||
puts -nonewline stdout "4 hello on stdout with unix newline\n" |
puts -nonewline stdout "4 hello on stdout with unix newline\n" |
||||||
flush stdout |
flush stdout |
||||||
puts -nonewline stderr "5 hello on stderr no line-ending" |
puts -nonewline stderr "5 hello on stderr no line-ending" |
||||||
flush stderr |
flush stderr |
||||||
puts -nonewline stdout "6 hello on stdout no line-ending" |
puts -nonewline stdout "6 hello on stdout no line-ending" |
||||||
flush stdout |
flush stdout |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue