Make message template syntax explicit
Closed this issue · 1 comments
dupdob commented
Review format for the template of error messages to make them clearer to read (as template).
Proposal is to support the use of keyword on top of standard indexed placeholders.
I.e
Make "The {actual} is different from the {expected}." equivalent to "The {0} is different from the {1}."
rhwy commented
👍