]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
krprint: allow tab and newline in pretty printer
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 26 Oct 2020 18:06:40 +0000 (19:06 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 2 Nov 2020 09:28:55 +0000 (10:28 +0100)
commit9e0001300a622d2bce4b7466ae4d2a8cb9d738a1
treee1539d9ce6a9ffa2282507c250a0ee4bf09a63f1
parent768fe58f9488cd88af6c77ad880830b0c9da9dad
krprint: allow tab and newline in pretty printer

Functions like trust_anchors.summary() return strings including tabs and
newlines, so we do not escape those for human-readable output.
daemon/lua/krprint.lua