()
| 290 | } |
| 291 | |
| 292 | @Test |
| 293 | public void testELMiscNoQuoteAttributeEL() throws Exception { |
| 294 | doTestELMisc(false); |
| 295 | } |
| 296 | |
| 297 | @Test |
| 298 | public void testELMiscWithQuoteAttributeEL() throws Exception { |
nothing calls this directly
no test coverage detected