Просмотр исходного кода

Make sure that a template expansion ends with a ']'.

{{{
[template foo 1]
[fool]
}}}

was generating `1[fool]` - the template would be expanded but then when it
didn't match the `]` it would fail and just get copied to the output. This
change checks for `]` before expanding the template. So it now generates
`[fool]` which is an improvement.

I'm not including a version switch as I see this as a plain bug fix - I can't
imagine this change ever being anything but beneficial.

[SVN r54816]
Daniel James 17 лет назад
Родитель
Сommit
a836148af0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/quickbook

+ 1 - 1
tools/quickbook

@@ -1 +1 @@
-Subproject commit a087316841db0dc3a6908270eadc5282c5b3413e
+Subproject commit 0ef306d4852121e23f0784c9b5163377258de5af

粤ICP备19079148号