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
Execution of gomplate --missing-key zero -f missingkey.tmpl with 4.1.0 generates the following output:
$c: [map[keywords:32 lang:C] map[keywords:25 lang:Go] map[keywords:357 lang:COBOL]]
$d: [map[keywords:32 lang:C] map[keywords:25 lang:Go] map[keywords:357 lang:COBOL]]
Render $c:
C has 32 keywords.
[] does not exist.
good
good
good
Go has 25 keywords.
[] does not exist.
good
good
good
COBOL has 357 keywords.
[] does not exist.
good
good
good
Render $d:
C has 32 keywords.
[<no value>] does not exist.
good
bad
bad
Go has 25 keywords.
[<no value>] does not exist.
good
bad
bad
COBOL has 357 keywords.
[<no value>] does not exist.
good
bad
bad
With
missingkey.tmpl
:Execution of
gomplate --missing-key zero -f missingkey.tmpl
with 4.1.0 generates the following output:See also discussion #2215.
The text was updated successfully, but these errors were encountered: