mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Fix pkl-doc native test (#1224)
This commit is contained in:
@@ -37,6 +37,10 @@ class NativeExecutableTest {
|
||||
@ParameterizedTest()
|
||||
@MethodSource("generateDocs")
|
||||
fun test(relativePath: String) {
|
||||
DocTestUtils.testExpectedFile(helper.expectedOutputDir, helper.actualOutputDir, relativePath)
|
||||
DocTestUtils.testExpectedFile(
|
||||
helper.expectedOutputDir,
|
||||
helper.baseActualOutputDir,
|
||||
relativePath,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user