mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
1fb502caca
commit
a136301dea
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# coding: us-ascii
|
||||
# -*- frozen_string_literal: true
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
# automatically generated by 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
|
||||
|
|
Loading…
Reference in a new issue