mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Add whitespace: "foo,bar" → "foo, bar"
This commit is contained in:
@@ -45,7 +45,7 @@ static std::vector<unsigned> FindGraphemeClusterBoundaries(StringRef Str) {
|
||||
}
|
||||
|
||||
TEST(ExtractExtendedGraphemeCluster, TestsFromUnicodeSpec) {
|
||||
% for subject_string,expected_boundaries in grapheme_cluster_break_tests:
|
||||
% for subject_string, expected_boundaries in grapheme_cluster_break_tests:
|
||||
EXPECT_EQ((std::vector<unsigned>{ ${', '.join([ str(x) for x in expected_boundaries ])} }),
|
||||
FindGraphemeClusterBoundaries("${subject_string}"));
|
||||
% end
|
||||
|
||||
Reference in New Issue
Block a user