回答編集履歴

1

typo\.

2016/12/27 03:31

投稿

ikedas
ikedas

スコア4335

test CHANGED
@@ -8,7 +8,7 @@
8
8
  if ((0 == index lc($1 || ''), '<h1')
9
9
  .. (0 == index lc($1 || ''), '</h1')) {
10
10
  # "<h1"…"</h1" の間ではタグ以外を置換する。
11
- $out .= ($1 || 'テスト')
11
+ $out .= ($1 || 'テスト');
12
12
  } else {
13
13
  # それ以外は置換しない。
14
14
  $out .= ($1 || $2);