logging: use raw string literals in config tests
authorAdam Simpkins <simpkins@fb.com>
Fri, 8 Dec 2017 03:24:34 +0000 (19:24 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 8 Dec 2017 03:36:10 +0000 (19:36 -0800)
commite67115846d699e1c149f5ed2b106b72c78dd40ce
treeff8a28f3a3b92054c3cf7e3d55a0eb9e76c79d27
parenta91971707da2903e1d28a58ac18ae369df7fbf53
logging: use raw string literals in config tests

Summary:
Update string literals with escaped quotes and backslashes to use raw string
literal syntax instead.

Reviewed By: yfeldblum

Differential Revision: D6501426

fbshipit-source-id: 557366f86b360596b13148d03fd33c7df5c3f890
folly/experimental/logging/test/ConfigParserTest.cpp
folly/experimental/logging/test/ConfigUpdateTest.cpp