We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbff41 commit 61df58fCopy full SHA for 61df58f
test/blackbox-tests/test-cases/dune-init/public-sublibrary.t
@@ -0,0 +1,10 @@
1
+Sub-library names should be accepted:
2
+
3
+ $ dune init lib lib_s1_s2 --public lib.sub1.sub2
4
+ dune: option '--public': invalid component name `lib.sub1.sub2'
5
+ Library names must be non-empty and composed only of the
6
+ following
7
+ characters: 'A'..'Z', 'a'..'z', '_' or '0'..'9'.
8
+ Usage: dune init library [OPTION]… NAME [PATH]
9
+ Try 'dune init library --help' or 'dune --help' for more information.
10
+ [1]
0 commit comments