test fix again

This commit is contained in:
Zaid Humayun
2025-02-04 20:58:03 +05:30
parent 4cb6f8cc6a
commit 39d57ba541

View File

@@ -19,4 +19,4 @@ do_execsql_test printf-numeric-replacement {
# Multiple consecutive format specifiers
do_execsql_test printf-consecutive-formats {
SELECT printf('%d%s%f', 1, 'test', 2.5);
} {{1test2.5}}
} {{1test2.500000}}