Skip to content

0.5.3 - support case-insensitive string comparisons

Compare
Choose a tag to compare
@bxparks bxparks released this 16 May 19:43
· 296 commits to master since this release
8e922de
  • 0.5.3 (2018-05-16)
    • Add assertStringCaseEqual() and assertStringCaseNotEqual(),
      case-insensitive versions of assertEqual() and assertNotEqual() for
      strings. Issue #28.
    • Support nullptr strings in various assertXxx() macros.