This is an automated email from the ASF dual-hosted git repository.
mbeckerle pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git.
from ca9d31b Add tests verifying correct textNumberRoundingIncrement
behavior
add e60c49d Fix NVI and SetVar so expr has access to properties of term.
No new revisions were added by this update.
Summary of changes:
.../apache/daffodil/dsom/DFDLDefineVariable.scala | 6 +-
.../grammar/primitives/PrimitivesExpressions.scala | 16 ++---
.../unparsers/ExpressionEvaluatingUnparsers.scala | 17 +++--
.../parsers/ExpressionEvaluatingParsers.scala | 24 ++++---
.../daffodil/extensions/lookAhead/lookAhead.tdml | 69 +++++++++++++++++++
.../section23/dfdl_expressions/expressions3.tdml | 51 ++++++++++++++
.../section23/dfdl_expressions/setVar.dfdl.xsd | 78 ++++++++++++++++++++++
.../apache/daffodil/extensions/TestLookAhead.scala | 4 +-
.../dfdl_expressions/TestDFDLExpressions3.scala | 9 +++
9 files changed, 247 insertions(+), 27 deletions(-)
create mode 100644
daffodil-test/src/test/resources/org/apache/daffodil/section23/dfdl_expressions/setVar.dfdl.xsd