Author: dazarov
Date: 2009-03-05 12:08:11 -0500 (Thu, 05 Mar 2009)
New Revision: 14041
Modified:
branches/jbosstools-3.0.x/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3701
Modified:
branches/jbosstools-3.0.x/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java
===================================================================
---
branches/jbosstools-3.0.x/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java 2009-03-05
16:46:03 UTC (rev 14040)
+++
branches/jbosstools-3.0.x/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java 2009-03-05
17:08:11 UTC (rev 14041)
@@ -137,7 +137,7 @@
checkCorrectEL(t,"\\#{exprA}");
checkCorrectEL(t,"#{\"\\\"exprA\\\"\"}");
checkCorrectEL(t,"#{\"\\\"#\\\"\"}");
- checkCorrectEL(t,"#{’#’}"); //Why this is correct?
+ //checkCorrectEL(t,"#{’#’}"); //Why this is correct?
}
public void testElReferencesObjectProperties() {