Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: third_party/sqlite/src/test/printf2.test

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/test/printf.test ('k') | third_party/sqlite/src/test/progress.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/printf2.test
diff --git a/third_party/sqlite/src/test/printf2.test b/third_party/sqlite/src/test/printf2.test
index 21deeb779d38fb5641d7593108b6346a1b59d454..fb031bd68fbde3b0c84ac0da662a4c68930e47c2 100644
--- a/third_party/sqlite/src/test/printf2.test
+++ b/third_party/sqlite/src/test/printf2.test
@@ -58,6 +58,9 @@ do_execsql_test printf2-1.10 {
do_execsql_test printf2-1.11 {
SELECT printf('%lld%n',314159.2653,'hi');
} {314159}
+do_execsql_test printf2-1.12 {
+ SELECT printf('%n',0);
+} {{}}
# EVIDENCE-OF: R-17002-27534 The %z format is interchangeable with %s.
#
« no previous file with comments | « third_party/sqlite/src/test/printf.test ('k') | third_party/sqlite/src/test/progress.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698