Skip to content

Commit

Permalink
fixed ocaml test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Feb 5, 2023
1 parent 9e3221f commit dd03243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/evil-matchit-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,13 @@
(expect " |if foo then 1 else 2")

;; parentheses
(prepare "let x = (1, 2) in 3")
(prepare "(1, 2) in 3")

(evilmi-jump-items)
(expect "let x = (1, 2|) in 3" )
(expect "(1, 2|) in 3" )

(evilmi-jump-items)
(expect "let x = |(1, 2) in 3" )
(expect "|(1, 2) in 3" )

;; struct end
(prepare "module X = struct type t = int end")
Expand Down

0 comments on commit dd03243

Please sign in to comment.