add more special chars

This commit is contained in:
clevertension 2017-09-29 15:23:37 +08:00
parent 016ab5285a
commit ed46538a4a
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ public class EasyLoggerTest {
Assert.assertTrue(logger.isWarnEnable());
Assert.assertTrue(logger.isErrorEnable());
logger.debug("$$$$");
logger.debug("hello {}", "$$$$");
logger.debug("$^!@#*()");
logger.debug("hello {}", "!@#$%^&*(),./[]:;");
logger.info("{}{}");
logger.info("hello {}", "{}{}");