[前][次][番号順一覧][スレッド一覧]

ruby-changes:39891

From: nobu <ko1@a...>
Date: Tue, 29 Sep 2015 17:15:45 +0900 (JST)
Subject: [ruby-changes:39891] nobu:r51972 (trunk): unicode_norm_gen.tmpl: end marker

nobu	2015-09-29 17:00:36 +0900 (Tue, 29 Sep 2015)

  New Revision: 51972

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51972

  Log:
    unicode_norm_gen.tmpl: end marker
    
    * template/unicode_norm_gen.tmpl: pragma needs the end marker too,
      not only the beginning marker.

  Modified files:
    trunk/lib/unicode_normalize/tables.rb
    trunk/template/unicode_norm_gen.tmpl
Index: lib/unicode_normalize/tables.rb
===================================================================
--- lib/unicode_normalize/tables.rb	(revision 51971)
+++ lib/unicode_normalize/tables.rb	(revision 51972)
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/unicode_normalize/tables.rb#L1
 # coding: us-ascii
-# -*- frozen_string_literal: true
+# -*- frozen_string_literal: true -*-
 
 # automatically generated by template/unicode_norm_gen.tmpl
 
Index: template/unicode_norm_gen.tmpl
===================================================================
--- template/unicode_norm_gen.tmpl	(revision 51971)
+++ template/unicode_norm_gen.tmpl	(revision 51972)
@@ -152,7 +152,7 @@ end https://github.com/ruby/ruby/blob/trunk/template/unicode_norm_gen.tmpl#L152
 
 # generate normalization tables file
 %># coding: us-ascii
-# -*- frozen_string_literal: true
+# -*- frozen_string_literal: true -*-
 %# >
 
 # automatically generated by template/unicode_norm_gen.tmpl

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]