mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 04:28:06 +02:00
Incorrect parsing of unbalanced braces based on issue 6914 (#7621)
This commit is contained in:
@ -2,4 +2,4 @@ export def foo [] { "foo" }
|
||||
|
||||
export alias bar = "bar"
|
||||
|
||||
export-env { let-env BAZ = "baz" } }
|
||||
export-env { let-env BAZ = "baz" }
|
||||
|
Reference in New Issue
Block a user