Skip to content

Commit

Permalink
updated unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Jun 14, 2024
1 parent 601c66a commit 6d0c661
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion tests/unittests/values.version.art
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ print to :string 1.2.3
print type to :string 1.2.3

print to :version "1.2.3"
print type to :version "1.2.3"
print type to :version "1.2.3"

print 1.2.0 < 1.2.1
print 1.2.0-alpha < 1.2.0
print 1.2.3 > 1.2.2
print 1.2.4 > 1.2.4-beta

print 1.2.3+build.123 = 1.2.3+build.234
7 changes: 6 additions & 1 deletion tests/unittests/values.version.res
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ false
1.2.3
:string
1.2.3
:version
:version
true
true
true
true
true

0 comments on commit 6d0c661

Please sign in to comment.