mirror of
https://github.com/TangentFoxy/semver.lua.git
synced 2025-07-28 02:52:21 +00:00
added support for a _VERSION
This commit is contained in:
@@ -257,4 +257,11 @@ context('semver', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
describe("_VERSION", function()
|
||||
it("can be extracted from the lib", function()
|
||||
local x = v._VERSION
|
||||
assert_equal('table', type(x))
|
||||
end)
|
||||
end)
|
||||
|
||||
end)
|
||||
|
Reference in New Issue
Block a user