nushell/crates/nu-command/tests/commands/math
Reilly Wood 16b99ed0ba
Make ++ operator work with strings and binary values (#8017)
This PR makes `++` (the append operator) work with strings and binary
values. Can now do things like:

```bash
〉"a" ++ "b"
ab
〉0x[01 02] ++ 0x[03]
Length: 3 (0x3) bytes | printable whitespace ascii_other non_ascii
00000000:   01 02 03                                             •••
```

Closes #8015.
2023-02-10 07:52:10 +13:00
..
avg.rs Allow expanding aliases before keywords, improve hiding (#4858) 2022-03-18 11:35:50 +13:00
median.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
mod.rs Make ++ operator work with strings and binary values (#8017) 2023-02-10 07:52:10 +13:00
round.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
sqrt.rs Fix more command tests (#4481) 2022-02-15 10:08:07 -05:00
sum.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00