New test-diagnosis operators and JSON value getter
New In This Release
This release adds operators and operands that generate test_diagnosis_t results:
.equalsExpected.now accepts operand typescharacter,string_tand combinations thereof,.isBefore.and.isAfter.alphabetical and reverse-alphabetical check operators that acceptcharacterandstring_toperands and combinations thereof- The
.also.operator is synonymous with thetest_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