1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Remove a bogus space.

This commit is contained in:
Rob Rix 2015-09-18 15:43:04 -04:00
parent 4f1181c51e
commit b5cdad9f32

View File

@ -8,7 +8,7 @@ final class SwiftTests: XCTestCase {
}
func testQuotedMatchesQuotedStrings() {
XCTAssertEqual(full (Swift.Parsers.quoted)("'value'"), "'value'")
XCTAssertEqual(full(Swift.Parsers.quoted)("'value'"), "'value'")
}
}