mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-19 23:34:32 +01:00
Adding support for &
This fixes 6 official tests
This commit is contained in:
6
mo
6
mo
@@ -156,6 +156,12 @@ mustache-parse() {
|
|||||||
mustache-show "$MUSTACHE_TAG"
|
mustache-show "$MUSTACHE_TAG"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
'&'*)
|
||||||
|
# Unescaped
|
||||||
|
mustache-trim MUSTACHE_TAG "${MUSTACHE_TAG:1}"
|
||||||
|
mustache-show "$MUSTACHE_TAG"
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
# Normal environment variable or function call
|
# Normal environment variable or function call
|
||||||
mustache-show "$MUSTACHE_TAG"
|
mustache-show "$MUSTACHE_TAG"
|
||||||
|
|||||||
Reference in New Issue
Block a user