mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Fix broken test (#1208)
This commit is contained in:
@@ -41,6 +41,8 @@ class ParserComparisonTest {
|
||||
compare(snippet, path, softly)
|
||||
} catch (e: GenericParserError) {
|
||||
softly.fail("path: $path. Message: ${e.message}", e)
|
||||
} catch (e: ParserError) {
|
||||
softly.fail("path: $path. Message: ${e.message}", e)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -106,6 +108,7 @@ class ParserComparisonTest {
|
||||
"notAUnionDefault.pkl",
|
||||
"multipleDefaults.pkl",
|
||||
"modules/invalidModule1.pkl",
|
||||
"singleBacktick.pkl",
|
||||
)
|
||||
|
||||
private val regexExceptions =
|
||||
|
||||
Reference in New Issue
Block a user