Commit 6a7259ba authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Commit Bot

Add missing comma in list of strings

Bug: 1114873
Change-Id: Idc828b72f08583ab336c706c1bd8843e076bf573
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2357457Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799875}
parent d75765c7
...@@ -145,9 +145,7 @@ static void TestAtkObjectStringAttribute( ...@@ -145,9 +145,7 @@ static void TestAtkObjectStringAttribute(
EnsureAtkObjectDoesNotHaveAttribute(atk_object, attribute_name); EnsureAtkObjectDoesNotHaveAttribute(atk_object, attribute_name);
const char* tests[] = { const char* tests[] = {
"", "", "a string with spaces", "a string with , a comma",
"a string with spaces"
"a string with , a comma",
"\xE2\x98\xBA", // The smiley emoji. "\xE2\x98\xBA", // The smiley emoji.
}; };
......
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