ginger/parse/parse_test.go
2014-10-19 23:14:00 -04:00

13 lines
173 B
Go

package parse
import (
. "testing"
//"github.com/mediocregopher/ginger/seq"
//"github.com/mediocregopher/ginger/types"
)
func TestParseBareString(t *T) {
t.Fatal()
}