mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-06 13:08:39 +00:00
11 lines
174 B
Forth
11 lines
174 B
Forth
namespace BigExample
|
|
|
|
open WoofWare.Expect
|
|
|
|
module MyModule =
|
|
let foo () =
|
|
expect {
|
|
snapshot @"test ""quotes"" here"
|
|
return 123
|
|
}
|