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

ruby-changes:66517

From: Nobuyoshi <ko1@a...>
Date: Mon, 21 Jun 2021 11:20:51 +0900 (JST)
Subject: [ruby-changes:66517] 60eee3c3cb (master): Fix syntax error in generated code

https://git.ruby-lang.org/ruby.git/commit/?id=60eee3c3cb

From 60eee3c3cb90465e3b8ac30fb269bea044840690 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 21 Jun 2021 11:20:13 +0900
Subject: Fix syntax error in generated code

---
 template/encdb.h.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/encdb.h.tmpl b/template/encdb.h.tmpl
index b797099..8e658f7 100644
--- a/template/encdb.h.tmpl
+++ b/template/encdb.h.tmpl
@@ -95,7 +95,7 @@ ENC_DEFINE("<%=e%>"); https://github.com/ruby/ruby/blob/trunk/template/encdb.h.tmpl#L95
 % end
 % encidx = encodings.size - 1
 % lines.each do |line|
-<%=line%><%#=%%%>
+<%=line%><%#=%% %>
 % end
 
 #define ENCODING_COUNT <%=count%>
-- 
cgit v1.1


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

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