Skip to content

Conversation

@robbat2
Copy link
Contributor

@robbat2 robbat2 commented Nov 24, 2025

Start of more YAML testcases; note that the multi-doc tests fail as noted in #553.

$ for i in *yaml*sh ; do echo -n "## $i " ; bash  $i $BUILT/jsonschema-12.7.1 ; case $? in 0) echo GOOD ;; 1) echo FAIL ;; esac ; done
## fail_second_yaml.sh FAIL
## fail_second_yaml_verbose.sh FAIL
## fail_yaml.sh GOOD
## fail_yaml_linenumbers.sh GOOD
## pass_json_ref_yaml.sh GOOD
## pass_second_yaml.sh GOOD
## pass_yaml.sh GOOD
## pass_yaml_verbose.sh GOOD

Reference: #553
Signed-off-by: Robin H. Johnson rjohnson@coreweave.com

Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
While writing tests for the YAML cases; I noticed these files existed
but were not wired into CMake. For good reason, but I had to dig in the
commits to find out why. Make it easier for the next developer.

Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
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.

1 participant