mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Commenting on HTML escaping
This commit is contained in:
parent
a9f65f65ed
commit
414808f7f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user