Fixup whitespace
This commit is contained in:
parent
35e7c66f68
commit
356905316e
@ -154,7 +154,8 @@ four <- (3 - 1) * 2";
|
||||
|
||||
#[test]
|
||||
fn test_funcdef() {
|
||||
let prgm = r"foo <- -> bar()";
|
||||
let prgm = r"foo <- -> bar()
|
||||
";
|
||||
let expected = vec![
|
||||
Stmt::Assignment("foo",
|
||||
Expr::Funcdef(
|
||||
|
Loading…
Reference in New Issue
Block a user