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/12-chain.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tests/xmlfiles/12-chain.xml') diff --git a/tests/xmlfiles/12-chain.xml b/tests/xmlfiles/12-chain.xml index 7f03ace..9036fa1 100644 --- a/tests/xmlfiles/12-chain.xml +++ b/tests/xmlfiles/12-chain.xml @@ -1,13 +1 @@ - - foo - 100 - 59264154979 - 2548796325 - nat - nat
- 0 - 1 - NF_INET_POST_ROUTING - accept - ip -
+foo100592641549792548796325natnat
01NF_INET_POST_ROUTINGacceptip
-- cgit v1.2.3