fuzzitdev / jsfuzz

coverage guided fuzz testing for javascript
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
Apache License 2.0
605 stars 48 forks source link

Is this missing quote intentional? #2

Closed Ciantic closed 4 years ago

Ciantic commented 4 years ago

Looking at the readme, it has one odd line:

            e.message.indexOf('SOI not found ) !== -1')) {

The single quote is in odd place, is it intentional?

yevgenypats commented 4 years ago

Good catch. thanks!