BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
695 stars 264 forks source link

Add support for fn:load-xquery-module #2346

Open GuntherRademacher opened 1 week ago

GuntherRademacher commented 1 week ago

These changes add support for fn:load-xquery-module. Besides the actual function implementation, the following had to be changed:

The test infrastructure had to be changed to

There are 81 specific QT4 tests for fn:load-xquery-module, this implementation succeeds for all of them. Also some more tests are turning from failure to success, because they are affected by the changes made here.