Skip to content

Fix stale parser evaluation results - #236

Draft
jeswr wants to merge 3 commits into
w3c-cg:masterfrom
jeswr:codex/fix-generated-base-iris
Draft

Fix stale parser evaluation results#236
jeswr wants to merge 3 commits into
w3c-cg:masterfrom
jeswr:codex/fix-generated-base-iris

Conversation

@jeswr

@jeswr jeswr commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Closes #234.
Closes #237.

Updates the active parser evaluation results currently blocking rdfjs/N3.js#640:

  • no-last-nl
  • path1
  • path2
  • numbers
  • equals1
  • equals2
  • trailing-semicolon

The expected IRIs now use the current w3c-cg.github.io action-document base. The machine-local file:/home/.../numbers.n3#is value is replaced by the same published action base. The numeric expectations preserve the lexical forms from the input instead of canonicalizing them.

Validation with rubensworks/rdf-test-suite.js#143 and the rdfjs/N3.js dependency stack:

  • parser manifest: 223/223 passed
  • extended manifest: 978/978 passed

@jeswr jeswr changed the title Fix base IRIs in parser evaluation results Fix stale parser evaluation results Aug 24, 2026
@william-vw

Copy link
Copy Markdown
Collaborator

Thanks for this. Sorry for the late comment. Feel free to mark it ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

numbers.n3 expected result canonicalizes numeric lexical forms Parser evaluation results still contain pre-move w3c.github.io base IRIs

2 participants