We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abe982 commit 4ed8bf7Copy full SHA for 4ed8bf7
dhall/tests/Dhall/Test/Tags.hs
@@ -29,6 +29,8 @@ getTests = do
29
tagsTest :: Text -> TestTree
30
tagsTest prefix =
31
Tasty.HUnit.testCase (Text.unpack prefix) $ do
32
+ -- The use of toDhallPah is a hack to ensure we always get the same file
33
+ -- paths, i.e. ones with a '.' prefixed and UNIX path separators.
34
let inputFile = Text.unpack (Test.Util.toDhallPath prefix <> ".dhall")
35
let outputFile = Text.unpack (prefix <> ".tags")
36
0 commit comments