mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
record tests as changes since last time
This commit is contained in:
parent
5ec2316aa5
commit
0030be4581
3 changed files with 11 additions and 11 deletions
|
@ -45,8 +45,8 @@ int main(int argc, const char* argv[])
|
||||||
//document.normalize();
|
//document.normalize();
|
||||||
stylesheet->execute(document);
|
stylesheet->execute(document);
|
||||||
|
|
||||||
/*
|
|
||||||
std::cout << "==============" << std::endl;
|
std::cout << "\n==============" << std::endl;
|
||||||
|
|
||||||
Arabica::XSLT::DOMSink output;
|
Arabica::XSLT::DOMSink output;
|
||||||
stylesheet->set_output(output);
|
stylesheet->set_output(output);
|
||||||
|
@ -55,7 +55,7 @@ int main(int argc, const char* argv[])
|
||||||
|
|
||||||
Arabica::DOM::Node<std::string> node = output.node();
|
Arabica::DOM::Node<std::string> node = output.node();
|
||||||
std::cout << node << std::endl;
|
std::cout << node << std::endl;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
catch(const std::runtime_error& ex)
|
catch(const std::runtime_error& ex)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
check_PROGRAMS = xslt_test
|
check_PROGRAMS = xslt_test
|
||||||
if WANT_TESTS
|
if WANT_TESTS
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = xslt_test_and_check.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ELEPHANT_INCLUDE = @ELEPHANT_INCLUDES@
|
ELEPHANT_INCLUDE = @ELEPHANT_INCLUDES@
|
||||||
|
|
|
@ -11,7 +11,7 @@ extend 4 0 0 4
|
||||||
impincl 29 0 0 1
|
impincl 29 0 0 1
|
||||||
lre 22 2 0 1
|
lre 22 2 0 1
|
||||||
match 32 0 0 2
|
match 32 0 0 2
|
||||||
math 107 1 0 0
|
math 107 2 0 0
|
||||||
mdocs 18 0 0 9
|
mdocs 18 0 0 9
|
||||||
message 16 0 0 2
|
message 16 0 0 2
|
||||||
modes 17 0 0 0
|
modes 17 0 0 0
|
||||||
|
@ -31,12 +31,12 @@ ver 5 0 0 4
|
||||||
whitespace 22 1 0 10
|
whitespace 22 1 0 10
|
||||||
AVTs 25 2 0 0
|
AVTs 25 2 0 0
|
||||||
Attributes 83 9 0 7
|
Attributes 83 9 0 7
|
||||||
BVTs 80 14 0 20
|
BVTs 80 13 0 20
|
||||||
Comment 17 0 0 4
|
Comment 17 0 0 4
|
||||||
Completeness 9 0 0 0
|
Completeness 9 0 0 0
|
||||||
ConflictResolution 40 4 0 1
|
ConflictResolution 40 6 0 1
|
||||||
Copying 5 0 0 1
|
Copying 5 0 0 1
|
||||||
Elements 69 6 0 1
|
Elements 69 8 0 1
|
||||||
Errors 107 4 0 0
|
Errors 107 4 0 0
|
||||||
Fallback 10 0 0 7
|
Fallback 10 0 0 7
|
||||||
ForEach 1 0 0 0
|
ForEach 1 0 0 0
|
||||||
|
@ -46,7 +46,7 @@ Keys 41 0 0 6
|
||||||
Messages 11 1 0 0
|
Messages 11 1 0 0
|
||||||
Miscellaneous 56 0 0 3
|
Miscellaneous 56 0 0 3
|
||||||
Modes 19 0 0 0
|
Modes 19 0 0 0
|
||||||
NamedTemplates 27 3 0 0
|
NamedTemplates 27 3 0 1
|
||||||
Namespace 43 1 0 4
|
Namespace 43 1 0 4
|
||||||
Namespace-alias 40 20 0 0
|
Namespace-alias 40 20 0 0
|
||||||
Namespace_XPath 9 0 0 2
|
Namespace_XPath 9 0 0 2
|
||||||
|
@ -59,11 +59,11 @@ Text 38 1 0 4
|
||||||
Valueof 4 0 0 0
|
Valueof 4 0 0 0
|
||||||
Variables 83 0 0 10
|
Variables 83 0 0 10
|
||||||
Whitespaces 49 0 0 38
|
Whitespaces 49 0 0 38
|
||||||
XSLTFunctions 97 2 0 34
|
XSLTFunctions 97 1 0 34
|
||||||
attributes 1 0 0 0
|
attributes 1 0 0 0
|
||||||
errors 9 0 0 0
|
errors 9 0 0 0
|
||||||
include 2 0 0 0
|
include 2 0 0 0
|
||||||
processing-instruction 1 0 0 0
|
processing-instruction 1 0 0 0
|
||||||
stylesheet 3 0 0 0
|
stylesheet 3 0 0 0
|
||||||
text 1 0 0 0
|
text 1 0 0 0
|
||||||
variables 15 0 0 0
|
variables 15 0 0 0
|
|
Loading…
Reference in a new issue