mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Change "is now used" to "is now used."
This commit is contained in:
parent
4c85100f39
commit
9df1d8f45f
@ -477,7 +477,7 @@ b: !goat
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Custom types: clobber tags
|
## Custom types: clobber tags
|
||||||
Use the `c` option to clobber custom tags. Note that the second tag is now used
|
Use the `c` option to clobber custom tags. Note that the second tag is now used.
|
||||||
|
|
||||||
Given a sample.yml file of:
|
Given a sample.yml file of:
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
@ -525,7 +525,7 @@ var multiplyOperatorScenarios = []expressionScenario{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Custom types: clobber tags",
|
description: "Custom types: clobber tags",
|
||||||
subdescription: "Use the `c` option to clobber custom tags. Note that the second tag is now used",
|
subdescription: "Use the `c` option to clobber custom tags. Note that the second tag is now used.",
|
||||||
document: "a: !horse {cat: meow}\nb: !goat {dog: woof}",
|
document: "a: !horse {cat: meow}\nb: !goat {dog: woof}",
|
||||||
expression: ".a *=c .b",
|
expression: ".a *=c .b",
|
||||||
expected: []string{
|
expected: []string{
|
||||||
@ -535,7 +535,7 @@ var multiplyOperatorScenarios = []expressionScenario{
|
|||||||
{
|
{
|
||||||
skipDoc: true,
|
skipDoc: true,
|
||||||
description: "Custom types: clobber tags - *=",
|
description: "Custom types: clobber tags - *=",
|
||||||
subdescription: "Use the `c` option to clobber custom tags - on both the `=` and `*` operator. Note that the second tag is now used",
|
subdescription: "Use the `c` option to clobber custom tags - on both the `=` and `*` operator. Note that the second tag is now used.",
|
||||||
document: "a: !horse {cat: meow}\nb: !goat {dog: woof}",
|
document: "a: !horse {cat: meow}\nb: !goat {dog: woof}",
|
||||||
expression: ".a =c .a *c .b",
|
expression: ".a =c .a *c .b",
|
||||||
expected: []string{
|
expected: []string{
|
||||||
@ -545,7 +545,7 @@ var multiplyOperatorScenarios = []expressionScenario{
|
|||||||
{
|
{
|
||||||
skipDoc: true,
|
skipDoc: true,
|
||||||
description: "Custom types: dont clobber tags - *=",
|
description: "Custom types: dont clobber tags - *=",
|
||||||
subdescription: "Use the `c` option to clobber custom tags - on both the `=` and `*` operator. Note that the second tag is now used",
|
subdescription: "Use the `c` option to clobber custom tags - on both the `=` and `*` operator. Note that the second tag is now used.",
|
||||||
document: "a: !horse {cat: meow}\nb: !goat {dog: woof}",
|
document: "a: !horse {cat: meow}\nb: !goat {dog: woof}",
|
||||||
expression: ".a *= .b",
|
expression: ".a *= .b",
|
||||||
expected: []string{
|
expected: []string{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user