Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jan 21, 2024
1 parent c2660c0 commit 9142661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ast/raw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func TestCast(t *testing.T) {
}

func TestSpace(t *testing.T) {
v, err := NewSearcher(`[ true , 1 , 1.1 , false , null , "a" , [ 2 ], { "a" : 2 }, 2 ]`).GetValueByPath()
v, err := NewSearcher(`[ true , 1 , 1.1 , false , null , "a" , [ 2 ] , { "a" : 2 } , 2 ]`).GetValueByPath()
require.NoError(t, err)

vv, e := v.Index(0).Interface()
Expand Down

0 comments on commit 9142661

Please sign in to comment.