public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* A bug in Kawa reader
@ 2023-03-02 22:14 Panicz Maciej Godek
  2023-03-02 22:30 ` Per Bothner
  0 siblings, 1 reply; 9+ messages in thread
From: Panicz Maciej Godek @ 2023-03-02 22:14 UTC (permalink / raw)
  To: kawa

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

I've noticed that if there's an escaping slash at the end of a line inside
of a string, and the new line starts with white spaces, the white spaces
will be chomped away from the resulting string - for example, assuming that
colons signify beginning of line,

:"x\
:          y"

will be read by Kawa as "xy" rather than "x          y" as it's supposed to
be.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-18  5:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 22:14 A bug in Kawa reader Panicz Maciej Godek
2023-03-02 22:30 ` Per Bothner
2023-03-03  7:08   ` Damien Mattei
2023-03-03 17:05     ` Per Bothner
2023-09-18  5:09       ` Damien Mattei
2023-03-03  7:45   ` Panicz Maciej Godek
2023-03-03  8:17     ` Sudarshan S Chawathe
2023-03-03  8:29       ` Panicz Maciej Godek
2023-03-03 10:19     ` Lassi Kortela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).