C14N tests integrated into LibXML2 test suite
* Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
into LibXML2 test suite
diff --git a/result/c14n/without-comments/example-4 b/result/c14n/without-comments/example-4
new file mode 100644
index 0000000..19a2559
--- /dev/null
+++ b/result/c14n/without-comments/example-4
@@ -0,0 +1,9 @@
+<doc>
+ <text>First line
+Second line</text>
+ <value>2</value>
+ <compute>value>"0" && value<"10" ?"valid":"error"</compute>
+ <compute expr="value>"0" && value<"10" ?"valid":"error"">valid</compute>
+ <norm attr=" ' 
	 ' "></norm>
+ <normId id="' 
	 '"></normId>
+</doc>
\ No newline at end of file