Skip to content

Commit

Permalink
Whoops, and the lean 3 implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 22, 2023
1 parent ab7f6b3 commit 4c0a32c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/tests/lean3/fixtures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ fixtures.project = {
some_nested_nonexisting_file = root .. '/example-project/src/bar/does_not_exist.lean'
}

function fixtures.project_files()
return pairs{
["existing"] = fixtures.project.some_existing_file,
["nested existing"] = fixtures.project.some_nested_existing_file,
["nonexisting"] = fixtures.project.some_nonexisting_file,
["nested nonexisting"] = fixtures.project.some_nested_nonexisting_file
}
end

return fixtures

0 comments on commit 4c0a32c

Please sign in to comment.