public void testBase_paramDefault() throws Exception {
compile("<gxp:param name='foo' type='bar'>",
"<gxp:attr name='default'>unextractable default value</gxp:attr>",
"</gxp:param>");
assertAlert(new UnextractableContentAlert(pos(3, 26), "text"));
assertNoUnexpectedAlerts();
}