1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix manual example for endswith.

This commit is contained in:
Marc Bruggmann
2014-07-13 19:01:45 +02:00
parent 6b6e3f4262
commit 089041b090

View File

@ -1161,7 +1161,7 @@ sections:
examples:
- program: '[.[]|endswith("foo")]'
input: '["foobar", "barfoo"]'
output: ['[false, true, true, false, false]']
output: ['[false, true]']
- title: "`match(val)`, `match(regex; modifiers)`"
body: |