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