Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StrEncodingsEscaping{Enc,ToS}: improve JS spec readability
Using `assert.notStrictEqual(match, null, ...)` to assert `match !== null` is a bit weird. I think `assert.ok(match !== null, ...)` is more readable.
- Loading branch information