Skip to content

2.1.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 13 Feb 02:30
2.1.0
b195bc1
  • Added a new $current_dirname variable and renamed $filename to $current_file (#39).
    • Resolved the absolute path of each file.
    • Substituted variable occurrences globally.
  • Reset $status to 0 after running the setup function hook.
  • Extended @test to test array equality/non-equality: @test "description" a b c = a b c.
  • Exit with status 1 if one or more tests fail.
  • Added tests.