mustache / spec

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

Refresh the JSON specs #113

Closed gasche closed 3 years ago

gasche commented 3 years ago

This PR contains two changes:

gasche commented 3 years ago

I now realize that this PR overlaps with #90 from August 2015 which is doing the same thing. This should have been fixed long ago.

spullara commented 3 years ago

Any reason not to merge this?

gasche commented 3 years ago

I would be in favor of merging, indeed!

I don't think it is necessary, but before merging you could maybe try to see if you can reproduce the warning-placement issue on your system: if you run the command to refresh the specs (rake build) on the current main branch, do you see the warning as the first key of the generated JSON objects, as intended, or do you observe a difference placement as on my machine?

Danappelxx commented 3 years ago

Confirming the warning-placement issue, thanks for fixing. Agree, should have been merged a long time ago.