[Groonga-commit] groonga/groonga at 490a008 [master] test regexp: update regexp because target string isn't normalized

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 10 23:53:21 JST 2015


Kouhei Sutou	2015-03-10 23:53:21 +0900 (Tue, 10 Mar 2015)

  New Revision: 490a008d564bfcb43751c823545c1e8bfeb7dd09
  https://github.com/groonga/groonga/commit/490a008d564bfcb43751c823545c1e8bfeb7dd09

  Message:
    test regexp: update regexp because target string isn't normalized

  Modified files:
    test/command/suite/select/query/regexp/no_index.expected
    test/command/suite/select/query/regexp/no_index.test

  Modified: test/command/suite/select/query/regexp/no_index.expected (+1 -1)
===================================================================
--- test/command/suite/select/query/regexp/no_index.expected    2015-03-10 23:38:22 +0900 (eba126e)
+++ test/command/suite/select/query/regexp/no_index.expected    2015-03-10 23:53:21 +0900 (1dac7bf)
@@ -9,7 +9,7 @@ load --table Users
 {"name": "Carlos"}
 ]
 [[0,0.0,0.0],3]
-select Users --query 'name:~"a.*l"'
+select Users --query 'name:~"[aA].*l"'
 [
   [
     0,

  Modified: test/command/suite/select/query/regexp/no_index.test (+1 -1)
===================================================================
--- test/command/suite/select/query/regexp/no_index.test    2015-03-10 23:38:22 +0900 (16d6f2b)
+++ test/command/suite/select/query/regexp/no_index.test    2015-03-10 23:53:21 +0900 (85b1f43)
@@ -8,4 +8,4 @@ load --table Users
 {"name": "Carlos"}
 ]
 
-select Users --query 'name:~"a.*l"'
+select Users --query 'name:~"[aA].*l"'
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index