Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestData ¶
type TestData struct { Files []*TestFileInfo MarkerPositions map[string]*Marker //markers []*Marker /** * Inserted in source files by surrounding desired text * in a range with `[|` and `|]`. For example, * * [|text in range|] * * is a range with `text in range` "selected". */ Ranges markerRange }
type TestFileInfo ¶
type TestFileInfo struct { Filename string // The contents of the file (with markers, etc stripped out) Content string }
func (*TestFileInfo) FileName ¶
func (t *TestFileInfo) FileName() string
FileName implements ls.Script.
Click to show internal directories.
Click to hide internal directories.