We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca79015 commit 3b6c51aCopy full SHA for 3b6c51a
macSKKTests/SKKServDictSettingTests.swift
@@ -14,5 +14,7 @@ final class SKKServDictSettingTests: XCTestCase {
14
]))
15
// v2.2.1まではsaveToUserDictは設定としてなかった。辞書にエントリがない場合はtrue
16
XCTAssertTrue(skkServDictSetting.saveToUserDict)
17
+ // v2.5.0まではenableCompletionは設定としてなかった。辞書にエントリがない場合はfalse
18
+ XCTAssertFalse(skkServDictSetting.enableCompletion)
19
}
20
0 commit comments