xproc / 3.0-test-suite

The 3.0 test suite.
https://test-suite.xproc.org/
MIT License
4 stars 3 forks source link

Shouldn't ab-step-available-061 raise err:XS0115? #759

Open ndw opened 1 day ago

ndw commented 1 day ago

The crux of the test is:

         <p:import href="../pipelines/ab-library-007.xpl" use-when="p:step-available('ex:step1')"/>

Where ex:step1 is declared in ab-library-007.xpl. That looks like a circular dependency to me:

  1. Is that p:import in the pipeline? Only if ex:step1 is declared.
  2. Is ex:step1 declared? Only if the p:import is in the pipeline.

Or am I missing something?

ndw commented 1 day ago

Unless I'm misreading something, ab-step-available-064 seems like the same test.