scribble HTML: no extra breaking at the end of an identifier

original commit: bd16f1e302ad3d3fa7a47a8739a33c1eef56969e
This commit is contained in:
Matthew Flatt 2012-11-29 07:18:30 -07:00
parent a0619711b3
commit 0836269713

View File

@ -1385,7 +1385,7 @@
(cond
[(string? i)
(let ([m (and (extra-breaking?)
(regexp-match-positions #rx"[-:/+_]|[a-z](?=[A-Z])" i))])
(regexp-match-positions #rx"[-:/+_](?=.)|[a-z](?=[A-Z])" i))])
(if m
(list* (substring i 0 (cdar m))
;; Most browsers wrap after a hyphen. The one that