mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Removed AutotypeParser as this is now handled by an NSString Cateogriy in KeePassKit
This commit is contained in:
22
MacPassTests/KPKTestAutotypeNormalization.m
Normal file
22
MacPassTests/KPKTestAutotypeNormalization.m
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// KPKTestAutotypeNormalization.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 18.02.14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "NSString+Commands.h"
|
||||
|
||||
@interface KPKTestAutotypeNormalization : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation KPKTestAutotypeNormalization
|
||||
|
||||
- (void)testNormalization {
|
||||
@"Whoo {%}";
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user