13 lines
173 B
Go
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()
|
|
}
|