[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 14:42:41 JST 2012


SHIMODA Hiroshi	2012-08-15 14:42:41 +0900 (Wed, 15 Aug 2012)

  New Revision: 757b207ae039ba9c892d5a6e1b47fcfbfa9f613a
  https://github.com/groonga/gcs/commit/757b207ae039ba9c892d5a6e1b47fcfbfa9f613a

  Log:
    Fix syntax error

  Modified files:
    test/gcs-commands.test.js

  Modified: test/gcs-commands.test.js (+2 -2)
===================================================================
--- test/gcs-commands.test.js    2012-08-15 14:41:59 +0900 (101896e)
+++ test/gcs-commands.test.js    2012-08-15 14:42:41 +0900 (e0df89a)
@@ -200,8 +200,8 @@ suite('gcs-describe-domain', function() {
                              '\n' +
                              'Fields:\n' +
                              '=======\n' +
-                             ageField.summary\n' +
-                             nameField.summary\n' +
+                             ageField.summary + '\n' +
+                             nameField.summary +'\n' +
                              '======================\n' });
 
         done();
-------------- next part --------------
HTML����������������������������...
Download 



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