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