We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3a735 commit 70595faCopy full SHA for 70595fa
1 file changed
Tests/YamsTests/ConstructorTests.swift
@@ -418,10 +418,10 @@ class ConstructorTests: XCTestCase { // swiftlint:disable:this type_body_length
418
419
YamsAssertEqual(nodes, expected)
420
421
- // "="'s value will be returned by accessing `string`
+ // value for "=" key will be returned on accessing `string`
422
XCTAssertEqual(nodes[1]["link with"]?[0]?.string, "library1.dll")
423
XCTAssertEqual(nodes[1]["link with"]?[1]?.string, "library2.dll")
424
- // it also work as mapping
+ // it also works as mapping
425
XCTAssertEqual(nodes[1]["link with"]?[0]?["="], "library1.dll")
426
XCTAssertEqual(nodes[1]["link with"]?[0]?["version"], "1.2")
427
XCTAssertEqual(nodes[1]["link with"]?[1]?["="], "library2.dll")
0 commit comments