dune/test/blackbox-tests/test-cases/name-field-validation
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
..
bar.ml Add test case for a library with an invalid name 2018-08-08 15:07:26 +03:00
dune Fix overly strict validation of invalid names 2018-08-08 15:07:26 +03:00
dune-project Add test case for a library with an invalid name 2018-08-08 15:07:26 +03:00
foo.ml Add test case for a library with an invalid name 2018-08-08 15:07:26 +03:00
run.t Highlight error locations 2018-08-13 12:51:55 +00:00