mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Change "remaple" to "remain"
This commit is contained in:
parent
bd42b56be9
commit
ac8a725a51
@ -203,7 +203,7 @@ a:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Update node value that has an anchor
|
## Update node value that has an anchor
|
||||||
Anchor will remaple
|
Anchor will remain
|
||||||
|
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
@ -196,7 +196,7 @@ var assignOperatorScenarios = []expressionScenario{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Update node value that has an anchor",
|
description: "Update node value that has an anchor",
|
||||||
subdescription: "Anchor will remaple",
|
subdescription: "Anchor will remain",
|
||||||
dontFormatInputForDoc: true,
|
dontFormatInputForDoc: true,
|
||||||
document: `a: &cool cat`,
|
document: `a: &cool cat`,
|
||||||
expression: `.a = "dog"`,
|
expression: `.a = "dog"`,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user