google/skylark

library: string.format should treat `}}` as a literal close brace

Closed this issue · 0 comments

$ skylark
>>> "{{ {0} }}".format("hello")
"{ hello }}"

The correct output is "{ hello }".