[PATCH v2] msxml3/tests: add some regex tests
3 Jun
2021
3 Jun
'21
5:03 p.m.
Adds tests for all non-standard escape sequences used by MSXML I could find, such as "\$" (bug 29685), "\uNNNN" (bug 43581) and 13 others. A patch to libxml2 implementing all those sequences is already available: https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/116 Try 2 also tests MSXML40 where available (earlier versions can't be tested as they don't support XSD schemas), calls the function "test_regex()", and tests how the \uNNNN escape sequence handles non-BMP characters in surrogate pairs. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/msxml3/tests/schema.c | 154 +++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+)
1654
Age (days ago)
1655
Last active (days ago)
1 comments
2 participants
participants (2)
-
Damjan Jovanovic -
Nikolay Sivov