Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Sep 30, 2024
1 parent 8173601 commit 81eb8ef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Scope/Positive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,9 @@ tests =
posTest
"Proper formatting of import module path"
$(mkRelDir "issue2737")
$(mkRelFile "main.juvix"),
posTest
"Ignore dot files"
$(mkRelDir "issue3068")
$(mkRelFile "main.juvix")
]
1 change: 1 addition & 0 deletions tests/positive/issue3068/.hidden.juvix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nothing to see here
9 changes: 9 additions & 0 deletions tests/positive/issue3068/Package.juvix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module Package;

import PackageDescription.V2 open;

package : Package :=
defaultPackage@?{
name := "issue3068";
dependencies := []
};

0 comments on commit 81eb8ef

Please sign in to comment.