mirror of https://github.com/Wilfred/difftastic/
Support v0.24 binary concatenation operator (#39)
parent
926eb0262e
commit
e21567343e
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,8 @@
|
||||
case "12345" {
|
||||
"123" <> rest -> rest
|
||||
// <- string
|
||||
// ^ operator
|
||||
// ^ variable
|
||||
_ -> ""
|
||||
// ^ string
|
||||
}
|
||||
Loading…
Reference in New Issue