From 9f7fa5ec681f225112f8c74c59c52a3e5f51e83b Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 16 Jul 2018 12:53:13 +0100 Subject: [PATCH] Fix a typo Signed-off-by: Jeremie Dimino --- src/usexp/dune_lexer.mll | 2 +- test/blackbox-tests/test-cases/quoting/run.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/usexp/dune_lexer.mll b/src/usexp/dune_lexer.mll index 61b471fa..20720132 100644 --- a/src/usexp/dune_lexer.mll +++ b/src/usexp/dune_lexer.mll @@ -300,4 +300,4 @@ and template_variable = parse } | '}' | eof { error lexbuf "%{...} forms cannot be empty" } - | _ { error lexbuf "This character not allowed inside %{...} forms" } + | _ { error lexbuf "This character is not allowed inside %{...} forms" } diff --git a/test/blackbox-tests/test-cases/quoting/run.t b/test/blackbox-tests/test-cases/quoting/run.t index 15890bbc..9bd425f6 100644 --- a/test/blackbox-tests/test-cases/quoting/run.t +++ b/test/blackbox-tests/test-cases/quoting/run.t @@ -27,10 +27,10 @@ The targets should only be interpreted as a single path when quoted $ dune build @quoted --root filename-space File "dune", line 4, characters 17-18: - Error: This character not allowed inside %{...} forms + Error: This character is not allowed inside %{...} forms [1] $ dune build @unquoted --root filename-space File "dune", line 4, characters 17-18: - Error: This character not allowed inside %{...} forms + Error: This character is not allowed inside %{...} forms [1]