From ee0c2da5e7f334daa8902bd485c908526cadd636 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 13 May 2013 11:27:00 +0200 Subject: [PATCH] fix escaping txt, closes #805 which turns out to have been fixed with the txt escaping fix for recursor --- regression-tests.recursor/txt-escaping/expected_result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor/txt-escaping/expected_result b/regression-tests.recursor/txt-escaping/expected_result index 84ecdc49b6..45ea0e0f25 100644 --- a/regression-tests.recursor/txt-escaping/expected_result +++ b/regression-tests.recursor/txt-escaping/expected_result @@ -1,3 +1,3 @@ -0 weirdtxt.example.net. IN TXT 3600 "xx" +0 weirdtxt.example.net. IN TXT 3600 "x\014x" Rcode: 0, RD: 1, QR: 1, TC: 0, AA: 0, opcode: 0 Reply to question for qname='weirdtxt.example.net.', qtype=TXT -- 2.47.3