Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha DIALLO <moyodiallo@gmail.com>
  • Loading branch information
moyodiallo committed Jul 7, 2023
1 parent 35ae351 commit ab3dc80
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/blackbox-tests/test-cases/describe-package-entries.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Test for the `dune describe package-entries` command

$ dune describe package-entries
((foo
(((source dune)
(((source Dune)
(entry
((src
(In_build_dir default/META.foo))
(kind file)
(dst META)
(section LIB)
(optional false))))
((source dune)
((source Dune)
(entry
((src
(In_build_dir default/foo.dune-package))
Expand All @@ -47,7 +47,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -65,7 +65,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -83,7 +83,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -101,7 +101,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -119,7 +119,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -137,7 +137,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -155,7 +155,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -172,7 +172,7 @@ Test for the `dune describe package-entries` command
(dst foo.ml)
(section LIB)
(optional false))))
((source dune)
((source Dune)
(entry
((src
(In_build_dir default/foo.opam))
Expand All @@ -181,7 +181,7 @@ Test for the `dune describe package-entries` command
(section LIB)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 1)
Expand All @@ -199,7 +199,7 @@ Test for the `dune describe package-entries` command
(section LIBEXEC)
(optional false))))
((source
(user
(User
((pos_fname dune)
(start
((pos_lnum 13)
Expand Down

0 comments on commit ab3dc80

Please sign in to comment.