From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) by sourceware.org (Postfix) with ESMTPS id D30AF385840C for ; Thu, 2 Mar 2023 22:30:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D30AF385840C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bothner.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bothner.com Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1pXrRT-001Rfe-ME; Thu, 02 Mar 2023 23:30:27 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bothner.com ; s=selector1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:To:Subject:MIME-Version:Date:Message-ID; bh=AHuj3THizbtXJq7GfUBHCDzg6QRw+Php/ZsgA/2ydbc=; b=Yt95Po5kTXfH3DAe8Omt3e/Yi6 1YR123aw43N/L6bX4D7JTRX9mggPaUqDJ8yrjBIq7EXGMl6MQJEqEPWbPFz5zKqnCzIzGaXizPgaZ WkW6cap8fAht0L8ezAt8Qi2LztyYbN7Lc7f4fPC2LjmiYImUR1vpeAH5i2oro7LRlPubO488htOE2 1Tob2QIIzc6VtCMPa+i82a75Vr13LU/QU7YiVHq5qmRilfUb2wcRvjIYBl/iaadaDL9c4cAHpBIOR b+Pr3jZSQxYM/e3tW0Fba4/zJBznHf0JY6N05BYavKwaRcvqyJG+d+fygFrCo2ZVOTC3XQ1ycO+nq nyhFymKQ==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1pXrRS-00067O-Ud; Thu, 02 Mar 2023 23:30:27 +0100 Received: by submission01.runbox with esmtpsa [Authenticated ID (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1pXrRM-0005qU-Nr; Thu, 02 Mar 2023 23:30:21 +0100 Message-ID: <1dccac2d-bf49-9326-446d-6b00d77595a3@bothner.com> Date: Thu, 2 Mar 2023 14:30:14 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: A bug in Kawa reader Content-Language: en-US To: Panicz Maciej Godek , kawa References: From: Per Bothner In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 3/2/23 14:14, Panicz Maciej Godek via Kawa wrote: > 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 That's an intended (and documented) feature. https://www.gnu.org/software/kawa/String-literals.html#Simple-string-literals -- --Per Bothner per@bothner.com http://per.bothner.com/