@@ -15,7 +15,7 @@ Test for invalid attributes that are properly formed
15
15
16
16
$ opam-ci-check lint -r . ' foo.0.1.0:bar=baz'
17
17
opam-ci-check: pkg_spec… arguments: invalid element in list (' bar=baz' ):
18
- bar= baz is an not a valid attribute. Only [src= <path >] or
18
+ bar= baz is not a valid attribute. Only [src= <path >] or
19
19
[new = <true|false >] allowed
20
20
Usage: opam-ci-check lint [-- checks= VAL] [-- quiet] [-- opam-repository= VAL] [OPTION]… [pkg_spec]…
21
21
Try ' opam-ci-check lint --help' or ' opam-ci-check --help' for more information.
@@ -34,7 +34,7 @@ Test for a missing value
34
34
35
35
$ opam-ci-check lint -r . ' foo.0.1.0:src='
36
36
opam-ci-check: pkg_spec… arguments: invalid element in list (' src=' ): src=
37
- is an not a valid attribute. Only [src= <path >] or
37
+ is not a valid attribute. Only [src= <path >] or
38
38
[new = <true|false >] allowed
39
39
Usage: opam-ci-check lint [-- checks= VAL] [-- quiet] [-- opam-repository= VAL] [OPTION]… [pkg_spec]…
40
40
Try ' opam-ci-check lint --help' or ' opam-ci-check --help' for more information.
@@ -44,8 +44,8 @@ Test for a valid key with no value
44
44
45
45
$ opam-ci-check lint -r . ' foo.0.1.0:src'
46
46
opam-ci-check: pkg_spec… arguments: invalid element in list (' src' ): src is
47
- an not a valid attribute. Only [src= <path >] or
48
- [ new = < true|false >] allowed
47
+ not a valid attribute. Only [src= <path >] or [ new = < true|false >]
48
+ allowed
49
49
Usage: opam-ci-check lint [-- checks= VAL] [-- quiet] [-- opam-repository= VAL] [OPTION]… [pkg_spec]…
50
50
Try ' opam-ci-check lint --help' or ' opam-ci-check --help' for more information.
51
51
[124 ]
0 commit comments