davidchall / jinjar

Templating engine for R inspired by Jinja
https://davidchall.github.io/jinjar
Other
44 stars 1 forks source link

Fix error message formatting #32

Closed davidchall closed 1 year ago

davidchall commented 1 year ago

Fixes #31

cli was attempting glue string interpolation. If the error message contains a curly brace, then this string interpolation fails.