gobuffalo / plush

The powerful template system that Go needs
MIT License
895 stars 57 forks source link

fixed if condition bug on non-existing variable #168

Closed sio4 closed 1 year ago

sio4 commented 1 year ago

Another buggy case was found during the test case clean-up.

related to: #157, #164, #165, and #166

fixes #157 fixes #165