7 lines
147 B
Go
7 lines
147 B
Go
package jet
|
|
|
|
import "testing"
|
|
|
|
func TestRawExpression(t *testing.T) {
|
|
assertClauseSerialize(t, RAW("current_database()"), "current_database()")
|
|
}
|