Actions
Bug #17620
closeddoc: StringScanner: incorrect rendering
Description
Sorry not to be able to provide a fix, but the documentation of strscan.c reads (https://github.com/ruby/ruby/blob/b5de66e13278ec588cbc8b76b7212e22898e6a89/ext/strscan/strscan.c#L1552):
- === Match Data
-
- #matched
-
- #matched?
-
- #matched_size
-
- []
-
- #pre_match
-
- #post_match
and the rendering of [] is processed somewhere as a magic escape, which results in a poor rendering:
Cheers.
Actions
Like0
Like0