chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@@ tvec doc wip
[mLib]
/
utils
/
t
/
versioncmp.tests
diff --git
a/utils/t/versioncmp.tests
b/utils/t/versioncmp.tests
index f8924176afea5718dda53491287e820173abd049..75d03ea37771423be5925bc258f578169659084b 100644
(file)
--- a/
utils/t/versioncmp.tests
+++ b/
utils/t/versioncmp.tests
@@
-7,48
+7,48
@@
v0 = 1.2
v1 = 1.2
v0 = 1.2
v1 = 1.2
-rc =
0
+rc =
=
v0 = 1.1
v1 = 1.2
v0 = 1.1
v1 = 1.2
-rc =
-1
+rc =
<
v0 = 1.1
v1 = 1.0
v0 = 1.1
v1 = 1.0
-rc =
+1
+rc =
>
;; compare numeric to alphabetic
v0 = 1.0
v1 = 1.a
;; compare numeric to alphabetic
v0 = 1.0
v1 = 1.a
-rc =
-1
+rc =
<
;; compare epochs
v0 = 1:2.0
v1 = 2:0.4
;; compare epochs
v0 = 1:2.0
v1 = 2:0.4
-rc =
-1
+rc =
<
;; exercise `~'
v0 = 1.2
v1 = 1.2~pre0
;; exercise `~'
v0 = 1.2
v1 = 1.2~pre0
-rc =
+1
+rc =
>
v0 = 1~~
v1 = 1~~a
v0 = 1~~
v1 = 1~~a
-rc =
-1
+rc =
<
v0 = 1~~a
v1 = 1~
v0 = 1~~a
v1 = 1~
-rc =
-1
+rc =
<
v0 = 1~
v1 = 1
v0 = 1~
v1 = 1
-rc =
-1
+rc =
<
;; juxtaposed alphabetics
v0 = 1
v1 = 1a
;; juxtaposed alphabetics
v0 = 1
v1 = 1a
-rc =
-1
+rc =
<