ginger/parse/parse_test.go

13 lines
173 B
Go
Raw Normal View History

2014-10-07 00:55:15 +00:00
package parse
import (
. "testing"
//"github.com/mediocregopher/ginger/seq"
//"github.com/mediocregopher/ginger/types"
2014-10-07 00:55:15 +00:00
)
func TestParseBareString(t *T) {
t.Fatal()
}