mustache / spec

The Mustache spec.
MIT License
364 stars 71 forks source link

Add missing test to JSON conversion #193

Closed jgonggrijp closed 1 month ago

jgonggrijp commented 1 month ago

I was regenerating the JSON because of #180. To my surprise, this test was added to the JSON as well. It seems to have been missing ever since the corresponding test in the YAML was added in 2012. I have no idea how it escaped every time, for example also in #113 and #119.

I am not waiting for a review, because this is just bringing the JSON up to date with the YAML. However, I am still submitting a pull request for the sake of openness.

jgonggrijp commented 1 month ago

Update: this appears to be an omission from #35, which is a very old PR that was merged only recently. This explains how it could be left behind.