From: Jeremy Stanley Date: Sun, 5 May 2019 20:36:17 +0000 (+0000) Subject: Test that macros are escaped in communication X-Git-Tag: 0.0.1~23 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=9ea1249e8e340f62483da7ea68d3c21b5e0018ea;hp=9ea1249e8e340f62483da7ea68d3c21b5e0018ea Test that macros are escaped in communication We explicitly escape replacement macros in user input for communication commands (say, ask, et cetera). Test to make sure this safety measure does not regress. ---