Files
setup-ruby/node_modules/tmpl
Stephen Franceschelli f26956e368 Fix.
2019-07-15 11:40:40 -04:00
..
2019-07-15 11:40:40 -04:00
2019-07-15 11:40:40 -04:00
2019-07-15 11:40:40 -04:00
2019-07-15 11:40:40 -04:00
2019-07-15 11:40:40 -04:00

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')