aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:35:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-23 23:35:37 +0300
commita792e92355b40b66b53908fb29cf6bb5cd18a083 (patch)
tree12305eee2a216e23619b66dbc381578052f01b6c
parent9a1881cda1861a78897d114d66fe88ca35016072 (diff)
Cleanup some files replacing tabs with spaces
-rw-r--r--tests/manifest/testscript28
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
}
}