Y
Hacker News
new
|
ask
|
show
|
jobs
by
dhatch387
3732 days ago
> tap.equal(is("B").thirteen(), true); // B looks like 13
1 comments
dTal
3732 days ago
Unless it's hidden by obfuscation, judging by the source code I think that test actually fails, and hilariously only lowercase 'b' works.
link
acrooks
3731 days ago
Nah, they do case insensitive matching:
https://github.com/jezen/is-thirteen/blob/master/index.js#L1...
link