New loplugin:conststringvar: starmath
Change-Id: I23efecd90ee3e89afd0159ac2eaca78bb0a92685
This commit is contained in:
parent
e12323f0aa
commit
d09f0799e9
1 changed files with 2 additions and 2 deletions
|
@ -669,8 +669,8 @@ void Test::testMiscEquivalent()
|
|||
|
||||
void Test::testParser()
|
||||
{
|
||||
char const* formula = "{ \xf0\x9d\x91\x8e }"; // non-BMP Unicode
|
||||
char const* expected = "\xf0\x9d\x91\x8e";
|
||||
char const* const formula = "{ \xf0\x9d\x91\x8e }"; // non-BMP Unicode
|
||||
char const* const expected = "\xf0\x9d\x91\x8e";
|
||||
|
||||
OUString sOutput;
|
||||
OUString sInput = OUString(formula, strlen(formula), RTL_TEXTENCODING_UTF8);
|
||||
|
|
Loading…
Reference in a new issue