diff --git a/dom.d b/dom.d index 01c8c2a..361d8bd 100644 --- a/dom.d +++ b/dom.d @@ -6905,6 +6905,7 @@ void fillForm(T)(Form form, T obj, string name) { } +/+ /+ Syntax: @@ -6939,7 +6940,7 @@ unittest { auto stringplate = Stringplate("#bar(.foo($foo), .baz($baz))"); assert(stringplate.expand.innerHTML == `
$foo
$baz
`); } - ++/ /* Copyright: Adam D. Ruppe, 2010 - 2017 License: Boost License 1.0.