mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Remove extra backtick
This commit is contained in:
parent
2c14c98408
commit
2b1ddb7d6a
@ -302,7 +302,7 @@ foobar:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Dereference and update a field
|
## Dereference and update a field
|
||||||
`Use explode with multiply to dereference an object
|
Use explode with multiply to dereference an object
|
||||||
|
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
@ -228,7 +228,7 @@ foobar:
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Dereference and update a field",
|
description: "Dereference and update a field",
|
||||||
subdescription: "`Use explode with multiply to dereference an object",
|
subdescription: "Use explode with multiply to dereference an object",
|
||||||
document: simpleArrayRef,
|
document: simpleArrayRef,
|
||||||
expression: `.thingOne |= explode(.) * {"value": false}`,
|
expression: `.thingOne |= explode(.) * {"value": false}`,
|
||||||
expected: []string{expectedUpdatedArrayRef},
|
expected: []string{expectedUpdatedArrayRef},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user