diff --git a/tests/test-dirs/locate/exception-at-origin-issue.t b/tests/test-dirs/locate/exception-at-origin-issue.t new file mode 100644 index 0000000000..120fa81923 --- /dev/null +++ b/tests/test-dirs/locate/exception-at-origin-issue.t @@ -0,0 +1,32 @@ + $ cat >dune-project < (lang dune 3.0) + > EOF + + $ cat >dune < (library + > (name foo)) + > EOF + + $ cat >foo.ml < exception Unix_error = Unix.Unix_error + > EOF + + $ dune build + +FIXME: Merlin should jump to stdlib Unix.Unix_error + $ $MERLIN single locate -look-for ml -position 1:31 \ + > -filename foo.ml -filename foo.ml