[Groonga-commit] groonga/grntest [master] Add missing new lines

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 11 23:03:30 JST 2012


Kouhei Sutou	2012-10-11 23:03:30 +0900 (Thu, 11 Oct 2012)

  New Revision: 971018816c34eb8c576ff4c5b7c273bfbfe3df47
  https://github.com/groonga/grntest/commit/971018816c34eb8c576ff4c5b7c273bfbfe3df47

  Log:
    Add missing new lines

  Modified files:
    README.md

  Modified: README.md (+4 -0)
===================================================================
--- README.md    2012-10-11 22:35:20 +0900 (90412c0)
+++ README.md    2012-10-11 23:03:30 +0900 (7200177)
@@ -304,6 +304,7 @@ found from base directory. Base directory can be specified by
 Example:
 
 init.grn:
+
 ```
 #@disable-logging
 #@include ddl.grn
@@ -312,11 +313,13 @@ init.grn:
 ```
 
 ddl.grn:
+
 ```
 table_create Users TABLE_HASH_KEY ShortText
 ```
 
 data.grn:
+
 ```
 load --table Users
 [
@@ -327,6 +330,7 @@ load --table Users
 ```
 
 user.test:
+
 ```
 #@include init.grn
 select Users --query _key:Alice
-------------- next part --------------
HTML����������������������������...
Download 



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