0
0

tweak syntax slightly

This commit is contained in:
Marty Schoch 2016-04-02 23:08:43 -04:00
parent 1c69112820
commit 020ea1b8ee

View File

@ -30,7 +30,7 @@ func TestHTMLFragmentFormatter1(t *testing.T) {
}, },
tlm: search.TermLocationMap{ tlm: search.TermLocationMap{
"quick": search.Locations{ "quick": search.Locations{
&search.Location{ {
Pos: 2, Pos: 2,
Start: 4, Start: 4,
End: 9, End: 9,
@ -65,7 +65,7 @@ func TestHTMLFragmentFormatter2(t *testing.T) {
}, },
tlm: search.TermLocationMap{ tlm: search.TermLocationMap{
"quick": search.Locations{ "quick": search.Locations{
&search.Location{ {
Pos: 2, Pos: 2,
Start: 4, Start: 4,
End: 9, End: 9,