Adds tests for all non-standard escaped sequences used by MSXML I could find, such as "$" (bug 29685), "\uXXXX" (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
Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com --- dlls/msxml3/tests/schema.c | 175 +++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+)
On 5/29/21 7:07 PM, Damjan Jovanovic wrote:
Adds tests for all non-standard escaped sequences used by MSXML I could find, such as "$" (bug 29685), "\uXXXX" (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
Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com
dlls/msxml3/tests/schema.c | 175 +++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+)
Posting irc exchange here as well, so it's not lost.
dacha> nsivov can I please have some feedback on https://source.winehq.org/patches/data/206832 <@nsivov> dacha, a couple of things, why is it testing only version 6 classes? then test itself could be turned into a loop over these strings. and I don't know calling this "nonstandard", maybe just test_regex