Miglecz
Results
3
issues of
Miglecz
Actually generated: `(?:[^abb]*)` Expected to be generated: `(?:a(?!bb)|[^a])+` or something like that.
How will this library report content validation errors? My problem is that if I try to parse any RTF file and I encounter an invalid one, then how will the...
### Affected version 3.5.0 ### Bug description ### Reproduction Steps: 1) issue command: mvn clean ### Notes: 1) I change the clean plugin version in pom.xml to 3.3.2 and it...
bug