mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
Remove duplicate test case
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
{{ [1, 5, 3, 4, 5]|find((v) => v > 3) }}
|
||||
|
||||
{{ [1, 5, 3, 4, 5]|find((v) => v > 3) }}
|
||||
|
||||
{{ {a: 1, b: 2, c: 5, d: 8}|find(v => v > 3) }}
|
||||
|
||||
{{ {a: 1, b: 2, c: 5, d: 8}|find((v, k) => (v > 3) and (k != "c")) }}
|
||||
@@ -33,8 +31,6 @@ return [
|
||||
|
||||
5
|
||||
|
||||
5
|
||||
|
||||
8
|
||||
|
||||
5
|
||||
|
||||
Reference in New Issue
Block a user