zeroclickinfo-goodies
zeroclickinfo-goodies copied to clipboard
Binary: Inconsistently handling hex vs strings
Description
The query 0xfff000 hex in binary
converts the string 0xfff00 hex
from ASCII into binary. Whereas the query fff000 hex in binary
converts the value fff000
into binary (which is what I would expect from both queries)
Steps to recreate
People to notify
Instant Answer Page: https://duck.co/ia/view/binary
I'm wondering if it would be best to deprecate these IAs and move them into the TextConverter IA. RFC @moollaza
deprecate these IAs and move them into the TextConverter IA.
Sounds good to me 👍
@pjhampton @moollaza Are we any closer to getting unit tests into the JS IA's? I've seen a lot of tweaks to interactive IA's that I'd really like tests around