mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
fixing: failing test was expecting 2.50000
this test is behaving differently in different environments
This commit is contained in:
@@ -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.500000}}
|
||||
} {{1test2.5}}
|
||||
Reference in New Issue
Block a user