From a792e92355b40b66b53908fb29cf6bb5cd18a083 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 23 Mar 2019 23:35:37 +0300 Subject: Cleanup some files replacing tabs with spaces --- tests/manifest/testscript | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'tests') 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 <>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 <>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 <>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 <>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 } } -- cgit v1.1