Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1
-
None
Description
I have found that in current implementation the testRealLiteralScript() fails with ambigous statement error
@Test public void testRealLiteralScript() throws Exception { JexlContext jc = new MapContext(); Object o; o = JEXL.createScript("1e10").execute(jc); Assert.assertEquals(1e10, o); }
Attachments
Issue Links
- links to