I am using Mako to generate some Devicetree code, and I was surprised to find that
gets turned into
when run through Mako.
I cannot find anything on https://docs.makotemplates.org/en/latest/ that documents <& (less than, ampersand) as a special sequence, but I do see it in a couple example files in this repo. Is this a feature that should be documented?
I am using Mako to generate some Devicetree code, and I was surprised to find that
gets turned into
when run through Mako.
I cannot find anything on https://docs.makotemplates.org/en/latest/ that documents
<&(less than, ampersand) as a special sequence, but I do see it in a couple example files in this repo. Is this a feature that should be documented?