mirror of https://github.com/Wilfred/difftastic/
fix: multi line triple quoted strings
parent
7769a19509
commit
b5dbafd164
@ -1,6 +1,14 @@
|
||||
namespace test
|
||||
|
||||
type A = {
|
||||
[<IfFalse; CoolProperty(A = 1, Enabled = false); IsTrue>]
|
||||
A : int
|
||||
}
|
||||
module Json =
|
||||
[<Literal>]
|
||||
let MyPayload =
|
||||
"""
|
||||
{
|
||||
"prop1": []
|
||||
"prop2": {
|
||||
"prop3": true,
|
||||
"prop4": 1,
|
||||
},
|
||||
}
|
||||
"""
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue