Merge branch 'master' into separate-build-phase

This commit is contained in:
Arpad Ryszka 2017-07-29 20:12:33 +02:00
commit 85cd8f1729

View File

@ -1976,6 +1976,19 @@ func TestMML(t *testing.T) {
}}, }},
}}, }},
ignorePosition: true, ignorePosition: true,
}, {
msg: "block",
ignorePosition: true,
text: "{ f() }",
nodes: []*Node{{
Name: "block",
Nodes: []*Node{{
Name: "function-application",
Nodes: []*Node{{
Name: "symbol",
}},
}},
}},
}, { }, {
msg: "go", msg: "go",
text: "go f()", text: "go f()",