diff options
author | Peter Andersson <[email protected]> | 2016-05-02 01:14:10 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-05-02 15:32:49 +0200 |
commit | b7ced331aa797567c4e180eec0b59e59f7227044 (patch) | |
tree | d07f20153257cd15debddcad4127ed9991eb7c55 /lib/common_test/src/ct_util.hrl | |
parent | 6c9fe3aaf3de6b400db4054bc67bf24c4e720861 (diff) | |
download | otp-b7ced331aa797567c4e180eec0b59e59f7227044.tar.gz otp-b7ced331aa797567c4e180eec0b59e59f7227044.tar.bz2 otp-b7ced331aa797567c4e180eec0b59e59f7227044.zip |
Add flag/option for disabling the character escaping functionality
OTP-13537
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index 2c1954c2b3..bdfe2041a5 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -37,6 +37,7 @@ logdir=["."], logopts=[], basic_html=[], + esc_chars=[], verbosity=[], silent_connections=[], cover=[], |