From 9e61c21f20690df63edbff42c59744afa434e2ef Mon Sep 17 00:00:00 2001 From: cgay Date: Sat, 23 Nov 2024 13:41:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20dylan-la?= =?UTF-8?q?ng/opendylan@5720d5ca4937307db17557a78c103d820a643d67=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/proposals/dep-0012-string-literals.rst.txt | 2 +- proposals/dep-0012-string-literals.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sources/proposals/dep-0012-string-literals.rst.txt b/_sources/proposals/dep-0012-string-literals.rst.txt index 974245f98..65225db17 100644 --- a/_sources/proposals/dep-0012-string-literals.rst.txt +++ b/_sources/proposals/dep-0012-string-literals.rst.txt @@ -127,7 +127,7 @@ whitespace are automatically concatenated. Because Dylan's quoted symbol syntax (also known as "unique string" syntax) is just `#` followed by any standard string, we also allow ``#"""`` to indicate a multi-line quoted symbol, to be consistent. No new syntax is provided to create -a "raw" quoted symbols, i.e., quoted symbols without escape processing. +"raw" quoted symbols, i.e., quoted symbols without escape processing. The Rectangle Rule ------------------ diff --git a/proposals/dep-0012-string-literals.html b/proposals/dep-0012-string-literals.html index 42ce28672..fc54610b8 100644 --- a/proposals/dep-0012-string-literals.html +++ b/proposals/dep-0012-string-literals.html @@ -665,7 +665,7 @@

Specification#""" to indicate a multi-line quoted symbol, to be consistent. No new syntax is provided to create -a “raw” quoted symbols, i.e., quoted symbols without escape processing.

+“raw” quoted symbols, i.e., quoted symbols without escape processing.

The Rectangle Rule

The Rectangle Rule states