Move constants from ParserTest to TestBase

This commit is contained in:
Danny Moesch 2018-12-08 18:12:39 +01:00 committed by Bob Sun
parent 57acc6ecb5
commit fa12a6f046
3 changed files with 9 additions and 17 deletions

View file

@ -11,15 +11,6 @@ import XCTest
class ParserTest: XCTestCase {
private let FIELD = "key" => "value"
private let LOGIN_FIELD = "login" => "login name"
private let SECURE_URL_FIELD = "url" => "https://secure.com"
private let INSECURE_URL_FIELD = "url" => "http://insecure.com"
private let USERNAME_FIELD = "username" => "微 分 方 程"
private let NOTE_FIELD = "note" => "A NOTE"
private let MULTILINE_BLOCK_START = "multiline block" => "|"
private let MULTILINE_LINE_START = "multiline line" => ">"
func testInit() {
[
("", "", "", []),