lean4-htt/tests/lake/examples/scripts/expected.out
Mac Malone aa3d409eb6
refactor: lake: mv tests/examples to top-level tests dir (#10688)
This PR moves Lake's test infrastructure from `src/lake` to
`tests/lake`.
2025-10-06 21:47:57 +00:00

23 lines
381 B
Text

scripts/say-goodbye
scripts/greet
dep/hello
Hello, world!
Hello, me!
Hello, --me!
Display a greeting
USAGE:
lake run greet [name]
Greet the entity with the given name. Otherwise, greet the whole world.
Hello from Dep!
Hello from Dep!
Goodbye!
error: unknown script nonexistent
error: unknown script nonexistent
scripts/say-goodbye
scripts/greet
dep/hello
Hello, world!
Goodbye!