mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 20:45:01 +00:00
test fix
This commit is contained in:
parent
39d57ba541
commit
15b46e73eb
1 changed files with 1 additions and 6 deletions
|
@ -14,9 +14,4 @@ do_execsql_test printf-string-replacement {
|
||||||
|
|
||||||
do_execsql_test printf-numeric-replacement {
|
do_execsql_test printf-numeric-replacement {
|
||||||
SELECT printf('My number is: %d', 42);
|
SELECT printf('My number is: %d', 42);
|
||||||
} {{My number is: 42}}
|
} {{My number is: 42}}
|
||||||
|
|
||||||
# Multiple consecutive format specifiers
|
|
||||||
do_execsql_test printf-consecutive-formats {
|
|
||||||
SELECT printf('%d%s%f', 1, 'test', 2.5);
|
|
||||||
} {{1test2.500000}}
|
|
Loading…
Add table
Add a link
Reference in a new issue