dune/test/blackbox-tests/test-cases/multi-dir
Etienne Millon 06bc3b1d0c Highlight error locations
This is a simple implementation of an error printer that highlights the
error location with squiggly lines, for example:

    File "dune", line 1, characters 14-21:
    (copy_files %{read:x}/*)
                  ^^^^^^

The message is not displayed in some cases, like if the file does not
exist, or if the location spans multiple lines.

Signed-off-by: Etienne Millon <me@emillon.org>
2018-08-13 12:51:55 +00:00
..
error1 Add support for multi directory libraries and executables (#1034) 2018-08-01 15:23:26 +01:00
error2 Add support for multi directory libraries and executables (#1034) 2018-08-01 15:23:26 +01:00
error3 Adapt the design of multi directory libraries 2018-08-05 21:58:21 +03:00
test1 Add support for multi directory libraries and executables (#1034) 2018-08-01 15:23:26 +01:00
test2 Adapt the design of multi directory libraries 2018-08-05 21:58:21 +03:00
test3 Add support for multi directory libraries and executables (#1034) 2018-08-01 15:23:26 +01:00
run.t Highlight error locations 2018-08-13 12:51:55 +00:00