Skip to content

Commit 6bde2d4

Browse files
committed
Codable test case added
1 parent 538e5c9 commit 6bde2d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestFoundation/TestCodable.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ class TestCodable : XCTestCase {
237237
CharacterSet.punctuationCharacters,
238238
CharacterSet.capitalizedLetters,
239239
CharacterSet.symbols,
240-
CharacterSet.newlines
240+
CharacterSet.newlines,
241+
CharacterSet(charactersIn: "abcd")
241242
]
242243

243244
func test_CharacterSet_JSON() {

0 commit comments

Comments
 (0)