mirror of
				https://github.com/chaisql/chai.git
				synced 2025-10-31 10:56:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			231 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package functions_test
 | |
| 
 | |
| import (
 | |
| 	"path/filepath"
 | |
| 	"testing"
 | |
| 
 | |
| 	"github.com/genjidb/genji/internal/testutil"
 | |
| )
 | |
| 
 | |
| func TestBuiltinFunctions(t *testing.T) {
 | |
| 	testutil.ExprRunner(t, filepath.Join("testdata", "builtin_functions.sql"))
 | |
| }
 | 
