hugo/tpl/compare
Tan Yuanhong 0c251be66b Allow multiple arguments in ne/ge/gt/le/lt functions
Treat op arg1 arg2 arg3 ... as (arg1 op arg2) && (arg1 op arg3)
and so on for ne/ge/gt/le/lt.

Closes #6619
2020-01-23 10:36:35 +01:00
..
compare.go Allow multiple arguments in ne/ge/gt/le/lt functions 2020-01-23 10:36:35 +01:00
compare_test.go Allow multiple arguments in ne/ge/gt/le/lt functions 2020-01-23 10:36:35 +01:00
init.go
init_test.go