Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/swift4 #7

Merged
merged 13 commits into from
Jan 10, 2018
Merged

Feature/swift4 #7

merged 13 commits into from
Jan 10, 2018

Conversation

ricsantos
Copy link
Collaborator

Updates for Swift 4, mainly to String and Collection. Also adds some more unit tests.

func testSubscript() {
let string = "OMG. I can't believe it's a thing!"
XCTAssertTrue(string[0] == "O", "String.subscript: should return the Character O")
XCTAssertTrue(string[1] == "M", "String.subscript: should return the Character O")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assertion messages don't match 'M' and 'G'.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed 👍

@swoolcock swoolcock merged commit 3039139 into master Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants