closes PR 11522
This commit is contained in:
parent
de4daa8d81
commit
b902cb5455
|
@ -354,6 +354,9 @@
|
|||
(let ([char (send text get-character pos)])
|
||||
(case char
|
||||
[(#\>) #f]
|
||||
[(#\/) (if last-space
|
||||
(loop (- pos 1) last-space)
|
||||
#f)]
|
||||
[(#\<)
|
||||
(if (or (char=? (send text get-character (+ pos 1)) #\/)
|
||||
(char=? (send text get-character (+ pos 1)) #\>))
|
||||
|
|
Loading…
Reference in New Issue
Block a user