Skip to content

Conversation

@nokome
Copy link
Collaborator

@nokome nokome commented Jan 22, 2026

This adds a new @oxa/conformance conformance test suite:

The OXA Conformance Suite provides test cases containing OXA JSON alongside equivalent representations in other formats. Tool developers building converters between OXA and other formats can use these test cases to validate their implementations.

Closes #24 and #25 (by using basic test cases in documentation)

@changeset-bot
Copy link

changeset-bot bot commented Jan 22, 2026

⚠️ No Changeset found

Latest commit: 948564a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jan 22, 2026

Curvenote Preview

Directory Preview Checks Updated (UTC)
docs 🔍 Inspect 1 checks passed Jan 22, 2026, 8:52 AM

@nokome nokome marked this pull request as ready for review January 22, 2026 08:52
@nokome nokome requested a review from rowanc1 January 22, 2026 08:52
{
"$schema": "./schemas/manifest.schema.json",
"version": "0.1.0",
"formats": ["oxa", "myst", "pandoc", "stencila", "markdown", "html", "jats"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add markdown flavours as well (myst/quarto)!

Can some of these be optional?

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.

Setup Test Suite

3 participants