Sha256: 5f91876405cda60ad8ec7ef449dc636cb48ec2f99f35889aba40f85cb58d71c1
Contents?: true
Size: 394 Bytes
Versions: 46
Compression:
Stored size: 394 Bytes
Contents
// Partially taken from: // https://github.com/paulmillr/es6-shim/blob/master/test/string.js "use strict"; module.exports = function (t, a) { var callSite = []; callSite.raw = ["The total is ", " ($", " with tax)"]; a(t(callSite, "{total}", "{total * 1.01}"), "The total is {total} (${total * 1.01} with tax)"); callSite.raw = []; a(t(callSite, "{total}", "{total * 1.01}"), ""); };
Version data entries
46 entries across 46 versions & 3 rubygems