From 414808f7f21a9acb506400037795b0006fcc63e7 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Mon, 26 Jan 2015 15:24:34 -0600 Subject: [PATCH] Commenting on HTML escaping --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0fbfe9..7c695be 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ It is acceptable for some of the official spec tests to fail. Anything dealing 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. + * HTML Escaping - Since bash is not often executed in a web server context, it makes no sense to have the output escaped as HTML. Performing shell escaping of variables may be an option in the future if there's a demand. ### Future Enhancements