diff options
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/testscript | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/manifest/testscript b/tests/manifest/testscript index 591ae07..99f0132 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -120,8 +120,8 @@ : complete : { - : final - : + : final + : $* -c -p <<EOI >>EOO : 1 name: foo @@ -138,8 +138,8 @@ depends: bar == 2.0.0 | libbaz ~2.0.0 | libbox ^2.0.0 | libfox [1.0 2.0.0) EOO - : non-standard - : + : non-standard + : $* -c -p <<EOI >>EOO : 1 name: foo @@ -156,8 +156,8 @@ depends: bar == 2.0.0-x | libfox [1.0 2.0.0-x) EOO - : non-standard-shortcut - : + : non-standard-shortcut + : $* -c -p <<EOI 2>>EOE != 0 : 1 name: foo @@ -169,8 +169,8 @@ stdin:6:10: error: invalid dependency constraint: dependent version is not standard EOE - : latest-snapshot - : + : latest-snapshot + : $* -c -p <<EOI >>EOO : 1 name: foo @@ -689,17 +689,17 @@ : tilda : { - $* '1.2.1-a.2.345' <'~$' >'~$ ~1.2.0' : patch - $* '1.2.0-a.0.345' <'~$' >'~$ [1.2.0-a.0.1 1.2.0-a.1)' : minor - $* '1.0.0-a.0.345' <'~$' >'~$ [1.0.0-a.0.1 1.0.0-a.1)' : major + $* '1.2.1-a.2.345' <'~$' >'~$ ~1.2.0' : patch + $* '1.2.0-a.0.345' <'~$' >'~$ [1.2.0-a.0.1 1.2.0-a.1)' : minor + $* '1.0.0-a.0.345' <'~$' >'~$ [1.0.0-a.0.1 1.0.0-a.1)' : major } : carrot : { - $* '1.2.1-a.2.345' <'^$' >'^$ ^1.0.0' : patch - $* '1.2.0-a.0.345' <'^$' >'^$ [1.2.0-a.0.1 1.2.0-a.1)' : minor - $* '1.0.0-a.0.345' <'^$' >'^$ [1.0.0-a.0.1 1.0.0-a.1)' : major + $* '1.2.1-a.2.345' <'^$' >'^$ ^1.0.0' : patch + $* '1.2.0-a.0.345' <'^$' >'^$ [1.2.0-a.0.1 1.2.0-a.1)' : minor + $* '1.0.0-a.0.345' <'^$' >'^$ [1.0.0-a.0.1 1.0.0-a.1)' : major } } |