Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Macros in character classes are not supported #216

@dscorbett

Description

@dscorbett

Using a macro in a character class produces the error message “Macros in character classes are not supported.” This contradicts the documentation:

CharClassContent    ::= CharClass | Character |
                        Character'-'Character | 
                        MacroUsage | PredefinedClass

a character class [...] matches any character in that class. A Character is considered an element of a class if it is listed in the class or if its code lies within a listed character range Character’-’Character or Macro or predefined character class.

Metadata

Metadata

Assignees

Labels

bugNot working as intended

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions