mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 15:16:17 +02:00
Remove statements, replaced by pipelines (#4482)
This commit is contained in:
@ -109,7 +109,7 @@ fn separated_comments_dont_stack() -> Result<(), ParseError> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn multiple_statements() -> Result<(), ParseError> {
|
||||
fn multiple_pipelines() -> Result<(), ParseError> {
|
||||
// Code:
|
||||
// # A comment
|
||||
// let a = ( 3 + (
|
||||
|
Reference in New Issue
Block a user