Skip to content

New test-diagnosis operators and JSON value getter

Choose a tag to compare

@rouson rouson released this 04 Aug 04:26
· 354 commits to main since this release
5fc0817

New In This Release

This release adds operators and operands that generate test_diagnosis_t results:

  • .equalsExpected. now accepts operand types character, string_t and combinations thereof,
  • .isBefore. and .isAfter. alphabetical and reverse-alphabetical check operators that accept character and string_t operands and combinations thereof
  • The .also. operator is synonymous with the test_diagnosis_t .and. operator but avoids confusion with the intrinsic .and. operator.
  • Corresponding new unit tests.

Merge Pull Requests

  • Feature: character operators and operands by @rouson in #81
  • doc(README): fix and clarify example expressions by @rouson in #75
  • Fix ifx issue, add json string value getter, add test_diagnostics_t operator(.also.) by @rouson in #82
  • doc(README): add .also. and explain motivation by @rouson in #83

Full Changelog: 2.4.2...2.4.3