Use $STR$ for better quoting in quote-string

This commit is contained in:
Christopher Baines 2019-08-31 12:09:31 +01:00
parent c7baf53c3f
commit 657c72c203

View file

@ -14,7 +14,7 @@
group-list-by-first-n-fields))
(define (quote-string s)
(string-append "'" s "'"))
(string-append "$STR$" s "$STR$"))
(define (value->quoted-string-or-null value)
(if (string? value)