truncatablePrimes(8) должен вернуться в 1986 году.
testString: 'assert(truncatablePrimes(8) == 1986, "truncatablePrimes(8) should return 1986.");'
- text: truncatablePrimes(9) должен вернуть 5123.
testString: 'assert(truncatablePrimes(9) == 5123, "truncatablePrimes(9) should return 5123.");'
- text: truncatablePrimes(10) должен вернуть 8920.
testString: 'assert(truncatablePrimes(10) == 8920, "truncatablePrimes(10) should return 8920.");'
- text: ''
testString: 'assert(truncatablePrimes(11) == 748317, "truncatablePrimes(11) should return 748317.");'
```