Skip to content

test: fix strictEqual assertion order on readline tests

In test-readline.js, there were strictEquals assertions in which the expected value was the first argument and the actual value is the second argument. The order for the offending tests has been reversed.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading