mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 02:22:28 +00:00
used specialized asserts in test cases
This commit is contained in:
@@ -24,8 +24,6 @@
|
||||
We could set certain keyboard layouts to run this test invariantly
|
||||
The simpler aproach is to go full circle to check if the desired character is the actual character we get
|
||||
*/
|
||||
|
||||
/* Ì - has no key for US and DVORAK layout */
|
||||
NSString *test = @"aB(]©®@fl~±»";
|
||||
|
||||
[test enumerateSubstringsInRange:NSMakeRange(0, test.length) options:NSStringEnumerationByComposedCharacterSequences usingBlock:^(NSString * _Nullable substring, NSRange substringRange, NSRange enclosingRange, BOOL * _Nonnull stop) {
|
||||
|
||||
Reference in New Issue
Block a user