add more special chars
This commit is contained in:
parent
016ab5285a
commit
ed46538a4a
|
|
@ -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 {}", "{}{}");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue