dune/test/blackbox-tests/test-cases/quoting
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
..
bad Rename %{@} to %{targets} 2018-07-06 18:45:43 +07:00
filename-space Update tests for new variables syntax 2018-06-28 09:48:35 +06:30
good Rename %{@} to %{targets} 2018-07-06 18:45:43 +07:00
quote-from-context Update tests for new variables syntax 2018-06-28 09:48:35 +06:30
quotes-multi Update tests for new variables syntax 2018-06-28 09:48:35 +06:30
run.t Highlight error locations 2018-08-13 12:51:55 +00:00