mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-07 13:38:39 +00:00
14 lines
193 B
Forth
14 lines
193 B
Forth
namespace BigExample
|
|
|
|
open WoofWare.Expect
|
|
|
|
module MyModule =
|
|
let foo () =
|
|
expect {
|
|
snapshot (* comment *)
|
|
"""test
|
|
"""
|
|
|
|
return 123
|
|
}
|