Kaydet (Commit) d09f0799 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

New loplugin:conststringvar: starmath

Change-Id: I23efecd90ee3e89afd0159ac2eaca78bb0a92685
üst e12323f0
...@@ -669,8 +669,8 @@ void Test::testMiscEquivalent() ...@@ -669,8 +669,8 @@ void Test::testMiscEquivalent()
void Test::testParser() void Test::testParser()
{ {
char const* formula = "{ \xf0\x9d\x91\x8e }"; // non-BMP Unicode char const* const formula = "{ \xf0\x9d\x91\x8e }"; // non-BMP Unicode
char const* expected = "\xf0\x9d\x91\x8e"; char const* const expected = "\xf0\x9d\x91\x8e";
OUString sOutput; OUString sOutput;
OUString sInput = OUString(formula, strlen(formula), RTL_TEXTENCODING_UTF8); OUString sInput = OUString(formula, strlen(formula), RTL_TEXTENCODING_UTF8);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment