Lines Matching refs:string
59 def CheckScriptFailure(lines: list<string>, error: string, lnum = -3) argument
72 def CheckScriptFailureList(lines: list<string>, errors: list<string>, lnum = -3) argument
85 def CheckScriptSuccess(lines: list<string>) argument
98 def CheckDefAndScriptSuccess(lines: list<string>) argument
105 def CheckDefAndScriptFailure(lines: list<string>, error: string, lnum = -3) argument
112 lines: list<string>,
113 errorDef: string,
114 errorScript: string,
122 def CheckDefExecAndScriptFailure(lines: list<string>, error: string, lnum = -3) argument
129 lines: list<string>,
130 errorDef: string,
131 errorScript: string,
171 def CheckTransLegacySuccess(lines: list<string>) argument
184 def CheckTransDefSuccess(lines: list<string>) argument
196 def CheckTransVim9Success(lines: list<string>) argument
211 def CheckLegacyAndVim9Success(lines: list<string>) argument
221 def CheckLegacyAndVim9Failure(lines: list<string>, error: any) argument
222 var legacyError: string
223 var defError: string
224 var scriptError: string
226 if type(error) == type('string')