mirror of https://github.com/Wilfred/difftastic/
fix: increase precedence of escape chars
parent
9b6903a9f4
commit
385792d371
@ -1,10 +1 @@
|
||||
[<AutoOpen>]
|
||||
module Constants =
|
||||
[<Literal>]
|
||||
let A = "A"
|
||||
|
||||
[<Literal>]
|
||||
let B = "B"
|
||||
|
||||
module Mod =
|
||||
let x = A + B
|
||||
let x = "\""
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue