The bugs were mainly due to an odd logic to support outer interpolations in Rib Grammar.
Rib doesn't support this anymore. However, we expose functions at the edge to support backward compatibility in order to read older expressions that were always wrapped in ${..}.
Fixes #892
The bugs were mainly due to an odd logic to support outer interpolations in Rib Grammar.
Rib doesn't support this anymore. However, we expose functions at the edge to support backward compatibility in order to read older expressions that were always wrapped in ${..}.
Adding more tests in general as part of this PR.