mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Adding support for &
This fixes 6 official tests
This commit is contained in:
parent
e75302f327
commit
464733444a
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user