Fix spelling: multibyte -> multi-byte in Unicode test subdescription

Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/6e7b304b-5b52-4e89-8bad-ba22813305c7

Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-06 08:51:11 +00:00 committed by GitHub
parent adb150d1fb
commit 7bc2d0ca11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ ralia
```
## Slicing strings - Unicode
Indices are rune-based, so multibyte characters are handled correctly
Indices are rune-based, so multi-byte characters are handled correctly
Given a sample.yml file of:
```yaml

View File

@ -200,7 +200,7 @@ var sliceArrayScenarios = []expressionScenario{
},
{
description: "Slicing strings - Unicode",
subdescription: "Indices are rune-based, so multibyte characters are handled correctly",
subdescription: "Indices are rune-based, so multi-byte characters are handled correctly",
document: `greeting: héllo`,
expression: `.greeting[1:3]`,
expected: []string{