mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
# Description Fixes: #12744 This pr is moving raw string lex logic into `lex_item` function, so we can use raw string inside subexpression, list, closure. ```nushell > [r#'abc'#] ╭───┬─────╮ │ 0 │ abc │ ╰───┴─────╯ > (r#'abc'#) abc > do {r#'aa'#} aa ``` # Tests + Formatting Done # After Submitting NaN |
||
---|---|---|
.. | ||
deparse.rs | ||
exportable.rs | ||
flatten.rs | ||
known_external.rs | ||
lex.rs | ||
lib.rs | ||
lite_parser.rs | ||
parse_keywords.rs | ||
parse_patterns.rs | ||
parse_shape_specs.rs | ||
parser_path.rs | ||
parser.rs | ||
type_check.rs |