mirror of https://github.com/adamdruppe/arsd.git
comment unfinished code
This commit is contained in:
parent
b4b167f6d7
commit
351eded297
3
dom.d
3
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 == `<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>.
|
||||
|
|
Loading…
Reference in New Issue