mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-06 04:58:39 +00:00
15 lines
188 B
Forth
15 lines
188 B
Forth
namespace BigExample
|
|
|
|
open WoofWare.Expect
|
|
|
|
module MyModule =
|
|
let foo () =
|
|
expect {
|
|
snapshot
|
|
"test
|
|
with
|
|
newlines"
|
|
|
|
return 123
|
|
}
|