/bin/dd

Results 3 comments of /bin/dd

Thanks, yes I will look at the existing test classes (TestOutputLimit*) in src/test/java/com/espertech/esper/regression/view/ and add a similar regression test.

Initial changes outlined below, please let me know if you have any comments/feedback: - testcase addition com.espertech.esper.regression.view/TestOutputLimitFirstN.java - EsperEPL2Grammar.g update, added optional number (n) after 'first' statement - antlrtool.sh run,...

Hi Thomas, yes this was just a first testcase to get started. Will create more coverage as I get to know the esper codebase in more detail. Thanks again for...