From 663bbeba68f8abc5a33892535984a318aa258dd6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 10 Aug 2013 12:52:12 +0200 Subject: tests: xml: remove \t and \n from all the files These XML files are intented to be used for automated tests. Thus, it's important to have exactly the same output that was generated by the library. The beautified output does not match the real output that the library provides and it just makes things harder for us to provide a more advanced automated testing. If you want to make any of those file human readable, please use: xmllint --format file.xml or open the xml file and any browser, eg. firefox. Signed-off-by: Pablo Neira Ayuso --- tests/xmlfiles/02-table.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/xmlfiles/02-table.xml') diff --git a/tests/xmlfiles/02-table.xml b/tests/xmlfiles/02-table.xml index c58a0fb..d0873ca 100644 --- a/tests/xmlfiles/02-table.xml +++ b/tests/xmlfiles/02-table.xml @@ -1,5 +1 @@ - - nat - ip6 - 0 -
+natip60
-- cgit v1.2.3