act/pkg/exprparser
ChristopherHX a970145c95
Fix: panic: reflect: slice index out of range (#1066)
* Fix: panic: reflect: slice index out of range

* Update interpreter.go

* [no ci] Return null for negative indexes

* Add tests for index access

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-22 14:05:36 -04:00
..
testdata Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00
functions.go Fix: tojson(null) == 'null' (#1068) 2022-03-22 08:55:13 +00:00
functions_test.go Fix: tojson(null) == 'null' (#1068) 2022-03-22 08:55:13 +00:00
interpreter.go Fix: panic: reflect: slice index out of range (#1066) 2022-03-22 14:05:36 -04:00
interpreter_test.go Fix: panic: reflect: slice index out of range (#1066) 2022-03-22 14:05:36 -04:00