ale/test/test_ale_has.vader
w0rp bf55175b69
#4454 Clean up root test directory tests
Combine cases into smaller tests of tests and remove tests we no longer
need. Linter tests have been moved to where they should be.
2023-09-08 01:00:35 +01:00

8 lines
273 B
Plaintext

Execute(Checks for versions below the current version should succeed):
AssertEqual 1, ale#Has('ale-3.3.0')
AssertEqual 1, ale#Has('ALE-2.2.1')
AssertEqual 1, ale#Has('ALE-1.0.0')
Execute(Checks for newer versions should fail):
AssertEqual 0, ale#Has('ALE-20.0.0')