Add tests for parameterized NTAs with inherited attributes

Issue #201 resolved
Jesper Öqvist created an issue

We should add tests for:

  • Inherited attribute on parameterized NTA, using catch-all style inherited equation
  • Inherited attribute on parameterized NTA, with equation defined for just the NTA

Comments (1)

  1. Jesper Öqvist reporter

    The existing test nta/caching02 already tested an inherited attribute on a parameterized NTA child. Added the following tests:

    • inh/nta_01p - test both evaluation using NTA value child position, and catch-all
    • inh/nta_02p - test evaluation without NTA child position
    • inh/nta_03p - test evaluation on non-parameterized NTA
  2. Log in to comment