From 898be714f420935e2db84898704b52f3bc5ea305 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Mon, 26 Jan 2015 15:08:52 -0600 Subject: [PATCH] Calling out one specific test --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9402fd0..f0fbfe9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ To run against the official specs, you need to make sure you have the "spec" sub It is acceptable for some of the official spec tests to fail. Anything dealing with multiple levels of objects (eg. `{{a.b.c}}`) and changing the delimiters (`{{= | | =}}` will fail. Other than that, this bash implementation of the mustache spec should pass tests. +Specific issues: + * Interpolation - Multiple Calls: This fails because lambdas execute in a subshell so their output can be captured. This is flagged as a TODO in the code. + ### Future Enhancements