Skip to content

v0.3.7

Compare
Choose a tag to compare
@chrisarcand chrisarcand released this 07 Nov 19:12
b5b5b94

This small release adds regular expression support to TestImportCase.Error, which allows Error strings to contain a regular expression to be compiled and matched against the error output. If the Error string is delimited by slashes, it's used as a regular expression. Otherwise, the normal behavior (substring to be contained in the error output) is preserved.