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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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/spellfix.test ('k') | third_party/sqlite/src/test/sqldiff1.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/spellfix3.test
diff --git a/third_party/sqlite/src/test/spellfix3.test b/third_party/sqlite/src/test/spellfix3.test
index ce002edd4fb0316eab9f591b471783f97dc7d7fe..e24ea31ee75cdb30514d1dcc46b6635e93dcc2e3 100644
--- a/third_party/sqlite/src/test/spellfix3.test
+++ b/third_party/sqlite/src/test/spellfix3.test
@@ -35,9 +35,18 @@ do_execsql_test 140 {
} {160}
do_execsql_test 200 {
SELECT spellfix1_scriptcode('+3.14159');
-} {999}
+} {215}
do_execsql_test 210 {
SELECT spellfix1_scriptcode('And God said: "Да будет свет"');
} {998}
+do_execsql_test 220 {
+ SELECT spellfix1_scriptcode('+3.14159 light');
+} {215}
+do_execsql_test 230 {
+ SELECT spellfix1_scriptcode('+3.14159 свет');
+} {220}
+do_execsql_test 240 {
+ SELECT spellfix1_scriptcode('וַיֹּ֥אמֶר +3.14159');
+} {125}
finish_test
« no previous file with comments | « third_party/sqlite/src/test/spellfix.test ('k') | third_party/sqlite/src/test/sqldiff1.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698