Skip to content

Commit

Permalink
Tweak alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wevah committed Jul 14, 2022
1 parent 06c331b commit f41c84c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Tests/IDNATests/PunycodeSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class IDNATests: XCTestCase {

func testIDNAEncoding() {
let dict = [
"http://www.bücher.ch/": "http://www.xn--bcher-kva.ch/",
"президент": "xn--d1abbgf6aiiy",
"例え": "xn--r8jz45g",
"http://www.bücher.ch/": "http://www.xn--bcher-kva.ch/",
"президент": "xn--d1abbgf6aiiy",
"例え": "xn--r8jz45g",
/* ltr */ "איגוד-האינטרנט.org.il": "xn----zhcbgfhe2aacg8fb5i.org.il"
]

Expand All @@ -26,10 +26,10 @@ class IDNATests: XCTestCase {

func testIDNDecoding() {
let dict = [
"http://www.xn--bcher-kva.ch/": "http://www.bücher.ch/",
"xn--d1abbgf6aiiy": "президент",
"xn--r8jz45g": "例え",
"xn----zhcbgfhe2aacg8fb5i.org.il": "איגוד-האינטרנט.org.il"
"http://www.xn--bcher-kva.ch/": "http://www.bücher.ch/",
"xn--d1abbgf6aiiy": "президент",
"xn--r8jz45g": "例え",
"xn----zhcbgfhe2aacg8fb5i.org.il": "איגוד-האינטרנט.org.il"
]

for (key, value) in dict {
Expand Down

0 comments on commit f41c84c

Please sign in to comment.