dead_simple_owl_design_patterns icon indicating copy to clipboard operation
dead_simple_owl_design_patterns copied to clipboard

Yaml check: Fail if there is a filler but no %s term provided

Open matentzn opened this issue 6 years ago • 2 comments

Right now, this is allowed:

text: "hello %"
- var

Happens very very often with hand crafted patterns, and the error message happens waaaay too late in the process (at pattern compile time), and is not readable.

matentzn avatar May 02 '19 14:05 matentzn

Clarification needed - Is this for cases where you accidentally write % instead of %s ?

dosumis avatar Jun 17 '21 13:06 dosumis

yes

matentzn avatar Jun 17 '21 13:06 matentzn