mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-27 08:00:01 +01:00
This commit is contained in:
parent
16e8a45e86
commit
7bd88a7bbe
2 changed files with 4 additions and 1 deletions
|
@ -155,6 +155,9 @@ private:
|
|||
// generate-id
|
||||
if(name == "system-property")
|
||||
return new SystemPropertyFunction(argExprs);
|
||||
// element-available
|
||||
// function-available
|
||||
|
||||
return 0;
|
||||
} // resolveFunction
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ int main(int argc, const char* argv[])
|
|||
runner.addTest("Sorting", XSLTTest_suite("Sorting"));
|
||||
//runner.addTest("Stylesheet", XSLTTest_suite("Stylesheet"));
|
||||
//runner.addTest("Template", XSLTTest_suite("Template"));
|
||||
//runner.addTest("Text", XSLTTest_suite("Text"));
|
||||
runner.addTest("Text", XSLTTest_suite("Text"));
|
||||
runner.addTest("Valueof", XSLTTest_suite("Valueof"));
|
||||
//runner.addTest("Variables", XSLTTest_suite("Variables"));
|
||||
//runner.addTest("Whitespaces", XSLTTest_suite("Whitespaces"));
|
||||
|
|
Loading…
Add table
Reference in a new issue