comment unfinished code

This commit is contained in:
Adam D. Ruppe 2017-05-11 14:14:52 -04:00
parent b4b167f6d7
commit 351eded297
1 changed files with 2 additions and 1 deletions

3
dom.d
View File

@ -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 == `<div id="bar"><div class="foo">$foo</div><div class="baz">$baz</div></div>`);
}
+/
/*
Copyright: Adam D. Ruppe, 2010 - 2017
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.