From 5402a256d1f0ebbeafa32d250d000cf38fe748fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 7 Apr 2017 18:45:24 +0200 Subject: Apply all the clang-tidy modernize-* fixes --- tests/xmpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/xmpp.cpp b/tests/xmpp.cpp index 42b7c08..7ea03a9 100644 --- a/tests/xmpp.cpp +++ b/tests/xmpp.cpp @@ -43,7 +43,7 @@ TEST_CASE("Test basic XML parsing") TEST_CASE("XML escape") { - const std::string unescaped = "'coucou'/&\"gaga\""; + const std::string unescaped = R"('coucou'/&"gaga")"; CHECK(xml_escape(unescaped) == "'coucou'<cc>/&"gaga""); } -- cgit v1.2.3