MCPcopy Index your code
hub / github.com/rubenv/sql-migrate / TestJustComment

Method TestJustComment

sqlparse/sqlparse_test.go:91–96  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

89}
90
91func (*SqlParseSuite) TestJustComment(c *C) {
92 for _, test := range justAComment {
93 _, err := ParseMigration(strings.NewReader(test))
94 c.Assert(err, NotNil)
95 }
96}
97
98func (*SqlParseSuite) TestCustomTerminator(c *C) {
99 LineSeparator = "GO"

Callers

nothing calls this directly

Calls 1

ParseMigrationFunction · 0.70

Tested by

no test coverage detected