[Groonga-commit] groonga/grnxx at 5d1b642 [master] Add brackets to make a comment clear.

Back to archive index

susumu.yata null+****@clear*****
Fri Sep 12 16:36:12 JST 2014


susumu.yata	2014-09-12 16:36:12 +0900 (Fri, 12 Sep 2014)

  New Revision: 5d1b6426797354d04043c2f833398289e1e99df4
  https://github.com/groonga/grnxx/commit/5d1b6426797354d04043c2f833398289e1e99df4

  Message:
    Add brackets to make a comment clear.

  Modified files:
    test/test_expression.cpp

  Modified: test/test_expression.cpp (+1 -1)
===================================================================
--- test/test_expression.cpp    2014-09-12 16:24:30 +0900 (28c1da5)
+++ test/test_expression.cpp    2014-09-12 16:36:12 +0900 (7fc7dcb)
@@ -3008,7 +3008,7 @@ void test_subexpression() {
     assert(records.get_score(i) == float_value);
   }
 
-  // Test an expression (Ref.Ref.Text).
+  // Test an expression (Ref.(Ref.Text)).
   assert(builder->push_column(&error, "Ref"));
   assert(builder->begin_subexpression(&error));
   assert(builder->push_column(&error, "Ref"));
-------------- next part --------------
HTML����������������������������...
Download 



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