nushell/crates/nu-command/tests
Solomon 49f377688a
support raw strings in match patterns (#14573)
Fixes #14554

# User-Facing Changes

Raw strings are now supported in match patterns:

```diff
match "foo" { r#'foo'# => true, _ => false }
-false
+true
```
2024-12-13 06:55:57 -06:00
..
commands support raw strings in match patterns (#14573) 2024-12-13 06:55:57 -06:00
format_conversions Add Filesize type (#14369) 2024-11-29 21:24:17 +00:00
main.rs Rework sorting and add cell path and closure comparators to sort-by (#13154) 2024-10-09 19:18:16 -07:00
sort_utils.rs Rework sorting and add cell path and closure comparators to sort-by (#13154) 2024-10-09 19:18:16 -07:00