mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Test coverage improvements. Over 90% of branches are now executed in
both directions. (CVS 3820) FossilOrigin-Name: a776d93ccae3bfa6e992cdd1387571dd21561f98
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is testing expressions.
|
||||
#
|
||||
# $Id: expr.test,v 1.52 2006/09/01 15:49:06 drh Exp $
|
||||
# $Id: expr.test,v 1.53 2007/04/06 02:32:35 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -637,6 +637,9 @@ do_test expr-11.1 {
|
||||
do_test expr-11.2 {
|
||||
execsql {SELECT typeof(9223372036854775808)}
|
||||
} {real}
|
||||
do_test expr-11.3 {
|
||||
execsql {SELECT typeof(92233720368547758070)}
|
||||
} {real}
|
||||
|
||||
# These two statements used to leak memory (because of missing %destructor
|
||||
# directives in parse.y).
|
||||
|
Reference in New Issue
Block a user