Comment #0 by destructionator — 2015-12-23T21:50:07Z
/**
test $(test test)
Macros:
test=bug
*/
void test() {}
dmd -D generates:
<u>test</u> $(<u>test</u> <u>test</u>)
The test in the macro name gets highlighted too by DDOC_PSYMBOL, breaking the intended macro expansion!
Comment #1 by robert.schadek — 2024-12-13T18:46:10Z