Don Ho 14a0a43b16 Add global regex unitTest via UDL way
Use User Defined Language to have function list on Unit-tests.
It could reduce regression happening while the code of boost regex or the related code is changed.

And also make build system be aware of unit-test result.

Close #10108
2021-07-07 03:37:43 +02:00

23 lines
708 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- ==========================================================================\
|
| To learn how to make your own language parser, please check the following
| link:
| https://npp-user-manual.org/docs/function-list/
|
\=========================================================================== -->
<NotepadPlus>
<functionList>
<!-- =========================================== [ regexGlobalTest ] -->
<!-- Regular Expression Global Test -->
<parser
displayName="RegexGlobalTest"
id ="regexGlobalTest"
>
<function
mainExpr="\((?>[^()]|(?R))*\)"
/>
</parser>
</functionList>
</NotepadPlus>