Files
WoofWare.Expect/WoofWare.Expect.Test/SyntaxCases/TripleQuoteInterveningComment.fs
2025-06-16 11:53:26 +01:00

14 lines
193 B
Forth

namespace BigExample
open WoofWare.Expect
module MyModule =
let foo () =
expect {
snapshot (* comment *)
"""test
"""
return 123
}