Skip to content

Commit d51a9fc

Browse files
committed
Add unit test for multi-part quoted strings
1 parent bfd8ae4 commit d51a9fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Test/Resources/Testcases.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ NSString *message = [NSString stringWithFormat:NSLocalizedString(@"\"%@\" has be
77

88
NSLocalizedString(@"%@ had been successfully added to the Address Book.\nWould you like to edit the card now?", nil);
99

10+
NSLocalizedString(@"foo " @"bar", @"Test multi-part quoted strings");
11+
1012
// some regular test cases
1113

1214

0 commit comments

Comments
 (0)