fix formatting
This commit is contained in:
parent
3327e758c5
commit
146315f495
@ -13,8 +13,8 @@ func TestMMLExp2(t *testing.T) {
|
||||
|
||||
t.Run("indexer", func(t *testing.T) {
|
||||
runTestsSyntax(t, s, []testItem{{
|
||||
title: "mixed indexer",
|
||||
text: "a.b[c]",
|
||||
title: "mixed indexer",
|
||||
text: "a.b[c]",
|
||||
ignorePosition: true,
|
||||
nodes: []*Node{{
|
||||
Name: "indexer",
|
||||
@ -35,8 +35,8 @@ func TestMMLExp2(t *testing.T) {
|
||||
}})
|
||||
|
||||
runTestsSyntax(t, s, []testItem{{
|
||||
title: "mixed indexer inverted",
|
||||
text: "a[b].c",
|
||||
title: "mixed indexer inverted",
|
||||
text: "a[b].c",
|
||||
ignorePosition: true,
|
||||
nodes: []*Node{{
|
||||
Name: "indexer",
|
||||
|
Loading…
Reference in New Issue
Block a user