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:
parent
4f1181c51e
commit
b5cdad9f32
@ -8,7 +8,7 @@ final class SwiftTests: XCTestCase {
|
||||
}
|
||||
|
||||
func testQuotedMatchesQuotedStrings() {
|
||||
XCTAssertEqual(full (Swift.Parsers.quoted)("'value'"), "'value'")
|
||||
XCTAssertEqual(full(Swift.Parsers.quoted)("'value'"), "'value'")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user