mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-10 14:48:38 +00:00
Add ability to update snapshots (#4)
This commit is contained in:
14
WoofWare.Expect.Test/SyntaxCases/SingleQuoteManyLine.fs
Normal file
14
WoofWare.Expect.Test/SyntaxCases/SingleQuoteManyLine.fs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace BigExample
|
||||
|
||||
open WoofWare.Expect
|
||||
|
||||
module MyModule =
|
||||
let foo () =
|
||||
expect {
|
||||
snapshot
|
||||
"test
|
||||
with
|
||||
newlines"
|
||||
|
||||
return 123
|
||||
}
|
Reference in New Issue
Block a user