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

Version Path
govuk_publishing_components-18.0.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.21.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.20.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.19.1 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.19.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.18.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.17.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.16.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.15.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.14.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.13.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.12.2 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.12.1 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.12.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.11.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.10.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.9.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.8.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.7.0 node_modules/es5-ext/test/string/raw/shim.js
govuk_publishing_components-17.6.1 node_modules/es5-ext/test/string/raw/shim.js