Skip to content

Commit 8d74416

Browse files
committed
Add .dhall suffix to tests/tutorial/process
This ensures that the test file is automatically bundled with the package
1 parent c24b6a4 commit 8d74416

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

tests/tutorial/unions0A.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./process < Left = +3 | Right : Bool >
1+
./process.dhall < Left = +3 | Right : Bool >

tests/tutorial/unions1A.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./process < Right = True | Left : Natural >
1+
./process.dhall < Right = True | Left : Natural >

0 commit comments

Comments
 (0)