mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-05 20:15:36 +00:00
chore: fix spelling of behaviour
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
8309b07ab8
commit
97dc8f7e30
4
.github/ISSUE_TEMPLATE/bug_report_v4.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report_v4.md
vendored
@ -34,13 +34,13 @@ The command you ran:
|
|||||||
yq eval-all 'select(fileIndex==0) | .a.b.c' data1.yml data2.yml
|
yq eval-all 'select(fileIndex==0) | .a.b.c' data1.yml data2.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
**Actual behavior**
|
**Actual behaviour**
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
cat: meow
|
cat: meow
|
||||||
```
|
```
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behaviour**
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
this: should really work
|
this: should really work
|
||||||
|
|||||||
@ -289,3 +289,5 @@ unlabelled
|
|||||||
kyaml
|
kyaml
|
||||||
KYAML
|
KYAML
|
||||||
nokyaml
|
nokyaml
|
||||||
|
buildvcs
|
||||||
|
behaviour
|
||||||
|
|||||||
@ -783,7 +783,7 @@ _FAIL_NOT_SAME_='eval failNotSame --lineno "${LINENO:-}"'
|
|||||||
# None
|
# None
|
||||||
startSkipping() { __shunit_skip=${SHUNIT_TRUE}; }
|
startSkipping() { __shunit_skip=${SHUNIT_TRUE}; }
|
||||||
|
|
||||||
# Resume the normal recording behavior of assert and fail calls.
|
# Resume the normal recording behaviour of assert and fail calls.
|
||||||
#
|
#
|
||||||
# Args:
|
# Args:
|
||||||
# None
|
# None
|
||||||
@ -1293,7 +1293,7 @@ if command [ "${__shunit_mode}" = "${__SHUNIT_MODE_STANDALONE}" ]; then
|
|||||||
command . "`_shunit_prepForSourcing \"${__shunit_script}\"`"
|
command . "`_shunit_prepForSourcing \"${__shunit_script}\"`"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Configure default output coloring behavior.
|
# Configure default output coloring behaviour.
|
||||||
_shunit_configureColor "${SHUNIT_COLOR}"
|
_shunit_configureColor "${SHUNIT_COLOR}"
|
||||||
|
|
||||||
# Execute the oneTimeSetUp function (if it exists).
|
# Execute the oneTimeSetUp function (if it exists).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user