From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: from mandoc.bsd.lv (bsd.lv [66.111.2.12]) by inbox.vuxu.org (Postfix) with ESMTP id 5C1A5221E2 for ; Tue, 12 Mar 2024 12:56:42 +0100 (CET) Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id ab979838 for ; Tue, 12 Mar 2024 11:56:41 +0000 (UTC) Received: from mail.ljabl.com (mail.ljabl.com [88.99.6.227]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 587bce21 for ; Tue, 12 Mar 2024 11:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ljabl.com; s=20220906; t=1710244599; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=P3eM7boKrGWMbIYbZE1WjWHuKhUtL9Ctv13gjRPh8Pw=; b=Sg02XqR5b7+y6hLGWWUPJYwUBTuMyqqKKV2y1uWmQthRTpUy2z74texQ9iEC7TRocfL9Wl RvBbJqvZ/nEmLBmIRQOCoGX1xvBuNszHl3N02JAPhC5pmYL6aR8RV5vLfFiTwzlUWoXJRb ezPKUbdxjn7DcoBy1UKOh0roeitgyps= Received: by ljabl.com (OpenSMTPD) with ESMTPSA id 8e4e55a5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 12 Mar 2024 11:56:39 +0000 (UTC) Received: by fluorine (OpenSMTPD) with ESMTPA id cbd0404b for ; Tue, 12 Mar 2024 12:56:39 +0100 (CET) Date: Tue, 12 Mar 2024 11:56:39 +0000 From: Lennart Jablonka To: discuss@mandoc.bsd.lv Subject: bug: quoted punctuation behaves strangely Message-ID: X-Mailinglist: mandoc-discuss Reply-To: discuss@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Language: en-US X-Clacks-Overhead: GNU Terry Pratchett Consider: .Pq asdf . .Pq asdf "." The expected output: (asdf). (asdf). Mandoc’s output: (asdf). (asdf.) -- To unsubscribe send an email to discuss+unsubscribe@mandoc.bsd.lv