Added regex support to context filter

This commit is contained in:
Bartek Kryza
2023-06-08 18:55:10 +02:00
parent b0501d4bfb
commit 658bceee4b
6 changed files with 154 additions and 83 deletions

View File

@@ -63,4 +63,9 @@ diagrams:
type: class
include:
specializations:
- r: 'A<int,.+>'
- r: 'A<int,.+>'
regex_context_test:
type: class
include:
context:
- r: '[A|B]'