entropy is a function.");'
- text: ''
testString: 'assert.equal(entropy("0"), 0, "entropy("0") should return 0");'
- text: ''
testString: 'assert.equal(entropy("01"), 1, "entropy("01") should return 1");'
- text: ''
testString: 'assert.equal(entropy("0123"), 2, "entropy("0123") should return 2");'
- text: ''
testString: 'assert.equal(entropy("01234567"), 3, "entropy("01234567") should return 3");'
- text: ''
testString: 'assert.equal(entropy("0123456789abcdef"), 4, "entropy("0123456789abcdef") should return 4");'
- text: ''
testString: 'assert.equal(entropy("1223334444"), 1.8464393446710154, "entropy("1223334444") should return 1.8464393446710154");'
```