You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cheungpat I've fixed this bug, and I've added numerous tests to make sure this sort of thing doesn't happen again! This'll be in the 1.7.0 release (next couple days, hopefully?), but if you want to try it out right away you can build gomplate from master after I merge the fix.
When using the
has
function to check if a key exists on a nested map,gomplate
will panic:Checking for key in top-level map works as expected:
The text was updated successfully, but these errors were encountered: