added curly quotes as things that do not need spaces before them
svn: r9358
This commit is contained in:
parent
bf6d4b746c
commit
811216ad78
|
@ -625,10 +625,10 @@
|
|||
[(null? l) (reverse a)]
|
||||
[(null? a) (loop (cdr l) (list (car l)))]
|
||||
[(and (string? (car l))
|
||||
(regexp-match #rx"^[-',. :;?!)]" (car l)))
|
||||
(regexp-match #rx"^[-',. :;?!“”‘’)]" (car l)))
|
||||
(let ([m (regexp-match #rx"^([^ ]*) (.*)$" (car l))])
|
||||
(if m
|
||||
(if (string? (car a))
|
||||
(if (string? (car a))
|
||||
(loop (cdr l)
|
||||
(list* (caddr m)
|
||||
(string-append (car a) (cadr m))
|
||||
|
|
Loading…
Reference in New Issue
Block a user