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) {
|
t.Run("indexer", func(t *testing.T) {
|
||||||
runTestsSyntax(t, s, []testItem{{
|
runTestsSyntax(t, s, []testItem{{
|
||||||
title: "mixed indexer",
|
title: "mixed indexer",
|
||||||
text: "a.b[c]",
|
text: "a.b[c]",
|
||||||
ignorePosition: true,
|
ignorePosition: true,
|
||||||
nodes: []*Node{{
|
nodes: []*Node{{
|
||||||
Name: "indexer",
|
Name: "indexer",
|
||||||
@ -35,8 +35,8 @@ func TestMMLExp2(t *testing.T) {
|
|||||||
}})
|
}})
|
||||||
|
|
||||||
runTestsSyntax(t, s, []testItem{{
|
runTestsSyntax(t, s, []testItem{{
|
||||||
title: "mixed indexer inverted",
|
title: "mixed indexer inverted",
|
||||||
text: "a[b].c",
|
text: "a[b].c",
|
||||||
ignorePosition: true,
|
ignorePosition: true,
|
||||||
nodes: []*Node{{
|
nodes: []*Node{{
|
||||||
Name: "indexer",
|
Name: "indexer",
|
||||||
|
Loading…
Reference in New Issue
Block a user