Merge branch 'master' into separate-build-phase
This commit is contained in:
commit
85cd8f1729
13
mml_test.go
13
mml_test.go
@ -1976,6 +1976,19 @@ func TestMML(t *testing.T) {
|
||||
}},
|
||||
}},
|
||||
ignorePosition: true,
|
||||
}, {
|
||||
msg: "block",
|
||||
ignorePosition: true,
|
||||
text: "{ f() }",
|
||||
nodes: []*Node{{
|
||||
Name: "block",
|
||||
Nodes: []*Node{{
|
||||
Name: "function-application",
|
||||
Nodes: []*Node{{
|
||||
Name: "symbol",
|
||||
}},
|
||||
}},
|
||||
}},
|
||||
}, {
|
||||
msg: "go",
|
||||
text: "go f()",
|
||||
|
Loading…
Reference in New Issue
Block a user