dune/test/blackbox-tests/test-cases/path-variables
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
..
dune Remove path-no-dep syntax 2018-07-04 10:39:57 +02:00
dune-invalid Remove path-no-dep syntax 2018-07-04 10:39:57 +02:00
jbuild Rename path to dep in dune files 2018-07-03 15:59:52 +02:00
jbuild-invalid Rename path to dep in dune files 2018-07-03 15:59:52 +02:00
run.t Highlight error locations 2018-08-13 12:51:55 +00:00