public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Panicz Maciej Godek <godek.maciek@gmail.com>
To: kawa <kawa@sourceware.org>
Subject: A bug in Kawa reader
Date: Thu, 2 Mar 2023 23:14:08 +0100	[thread overview]
Message-ID: <CAMFYt2ZV8bFfAyS5qaQFw936D+FOWffKcCpCxQFKxVaTcOSXSw@mail.gmail.com> (raw)

[-- 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.

             reply	other threads:[~2023-03-02 22:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02 22:14 Panicz Maciej Godek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMFYt2ZV8bFfAyS5qaQFw936D+FOWffKcCpCxQFKxVaTcOSXSw@mail.gmail.com \
    --to=godek.maciek@gmail.com \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).