mirror of https://github.com/Wilfred/difftastic/
fix: parse more than three rules in match expression
parent
ee8d1dcc6e
commit
5238929492
@ -1,4 +1,5 @@
|
||||
let x =
|
||||
{ new Base with
|
||||
member _.A() = ()
|
||||
member _.B() = () }
|
||||
let a b =
|
||||
match a, b with
|
||||
| true, true -> sb.Append(basePath[1]) |> ignore
|
||||
| false, false -> sb.Append('/').Append(basePath) |> ignore
|
||||
| _ -> sb.Append(basePath) |> ignore
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue