Project

General

Profile

Actions

Bug #19728

closed

Automate (checking of) Regexp character property documentation

Added by duerst (Martin Dürst) 11 months ago. Updated 11 months ago.

Status:
Closed
Target version:
-
[ruby-core:113895]

Description

This came up in a discussion at https://github.com/ruby/ruby/pull/7923.

The documentation at doc/regexp.rdoc currently contains a list of character properties that can be used in regular expressions. But there is no guarantee that this list is updated when the Unicode version is updated.

One idea is to create a ruby equivalent of https://github.com/k-takata/Onigmo/blob/master/tool/update-doc.py. Another idea is to just write a test that checks enc/unicode/$UNICODE_VERSION/name2ctype.h against the relevant part of the documentation file. This might make it easier for the documentation to be rewritten while guaranteeing that no properties get forgotten.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0