twolfson / reverse-mustache

Reverse templating library for mustache, generating variables from a template's output
The Unlicense
30 stars 6 forks source link

Test against mustache's flat file test suite #3

Open twolfson opened 10 years ago

twolfson commented 10 years ago

Initially concieved in a TODO

https://github.com/twolfson/reverse-mustache/blob/1.6.1/test/basic-text_test.js#L5-L6

We should add mustache's spec folder to verify we are as close as we can be (skipping over unsupported cases like outer loop context).