diff --git a/tests/test-dirs/motion/jump.t b/tests/test-dirs/motion/jump.t index fc32437d8a..81594e2095 100644 --- a/tests/test-dirs/motion/jump.t +++ b/tests/test-dirs/motion/jump.t @@ -13,6 +13,24 @@ "notifications": [] } + $ $MERLIN single jump -target module -position 2:3 -filename test.ml < module T = struct + > type t + > end + > EOF + { + "class": "return", + "value": { + "pos": { + "line": 1, + "col": 0 + } + }, + "notifications": [] + } + + + Same line should fail: $ $MERLIN single jump -target let -position 1:8 -filename test.ml <