Skip to content

Commit

Permalink
test(init): add repro for ocaml#8252
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <me@emillon.org>
  • Loading branch information
emillon committed Aug 2, 2023
1 parent 727feed commit 2886445
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/blackbox-tests/test-cases/dune-init/github8252.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
01_module is not a valid module name, this should be detected before trying to `dune build`:

$ dune init project 01_module
Entering directory '01_module'
Success: initialized project component named 01_module
Leaving directory '01_module'

0 comments on commit 2886445

Please sign in to comment.