Skip to content

Commit

Permalink
try breaking it first
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Jun 20, 2024
1 parent ef3d5be commit 945d56a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/pkg/path with spaces/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.lake
2 changes: 2 additions & 0 deletions tests/pkg/path with spaces/Main.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def main : IO Unit :=
IO.println s!"Hello, world!"
6 changes: 6 additions & 0 deletions tests/pkg/path with spaces/lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name = "path with spaces"
defaultTargets = ["«path with spaces»"]

[[lean_exe]]
name = "path with spaces"
root = "Main"
4 changes: 4 additions & 0 deletions tests/pkg/path with spaces/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

rm -rf .lake/build
lake exe "«path with spaces»"

0 comments on commit 945d56a

Please sign in to comment.