(b)
| 3669 | } |
| 3670 | |
| 3671 | function one(b) { |
| 3672 | return function(t) { |
| 3673 | return b(t) + ""; |
| 3674 | }; |
| 3675 | } |
| 3676 | |
| 3677 | function interpolateString(a, b) { |
| 3678 | var bi = reA.lastIndex = reB.lastIndex = 0, // scan index for next number in b |
no test coverage detected