minor whitespace cleanup for ec_semver
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
e9161d8688
commit
5105df48f9
1 changed files with 0 additions and 4 deletions
|
@ -245,9 +245,6 @@ internal_pes(VsnA, {{LM, LMI, LP}, _}) ->
|
||||||
internal_pes(Vsn, LVsn) ->
|
internal_pes(Vsn, LVsn) ->
|
||||||
gte(Vsn, LVsn).
|
gte(Vsn, LVsn).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%%%===================================================================
|
%%%===================================================================
|
||||||
%%% Test Functions
|
%%% Test Functions
|
||||||
%%%===================================================================
|
%%%===================================================================
|
||||||
|
@ -275,7 +272,6 @@ eql_test() ->
|
||||||
?assertMatch(true, not eql("1.0.0+build.1",
|
?assertMatch(true, not eql("1.0.0+build.1",
|
||||||
"1.0.1+build.2")).
|
"1.0.1+build.2")).
|
||||||
|
|
||||||
|
|
||||||
gt_test() ->
|
gt_test() ->
|
||||||
?assertMatch(true, gt("1.0.0-alpha.1",
|
?assertMatch(true, gt("1.0.0-alpha.1",
|
||||||
"1.0.0-alpha")),
|
"1.0.0-alpha")),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue