From a136301deaff79f0100db389ef27b81da48f7556 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 29 Sep 2015 08:00:36 +0000 Subject: [PATCH] unicode_norm_gen.tmpl: end marker * template/unicode_norm_gen.tmpl: pragma needs the end marker too, not only the beginning marker. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/unicode_normalize/tables.rb | 2 +- template/unicode_norm_gen.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicode_normalize/tables.rb b/lib/unicode_normalize/tables.rb index 2c6de356ca..7729746069 100644 --- a/lib/unicode_normalize/tables.rb +++ b/lib/unicode_normalize/tables.rb @@ -1,5 +1,5 @@ # coding: us-ascii -# -*- frozen_string_literal: true +# -*- frozen_string_literal: true -*- # automatically generated by template/unicode_norm_gen.tmpl diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl index f613f0130a..f95d842865 100644 --- a/template/unicode_norm_gen.tmpl +++ b/template/unicode_norm_gen.tmpl @@ -152,7 +152,7 @@ end # generate normalization tables file %># coding: us-ascii -# -*- frozen_string_literal: true +# -*- frozen_string_literal: true -*- %# > # automatically generated by template/unicode_norm_gen.tmpl