-
Notifications
You must be signed in to change notification settings - Fork 5
YAML Test Suite
Tina Müller (tinita) edited this page Apr 27, 2017
·
3 revisions
- Review tml files
- Identify contentious cases and mark them with a tag
- Unclear examples might need explanations
- Split up some spec examples into several tests to avoid testing too much in one file
- Add invalid cases
- Add more valid cases
- Possibly also identify the cases with "features" we want to remove in YAML 1.3
- Add more possibilities to test JSON output, because there will be much more frameworks that don't support events
- By avoiding too much things in one file we can have more tests that can be tested for JSON output (complex mapping keys, tags, anchors)
- Add out.json?
- Make it possible to test multi documents with JSON, maybe by adding out.json.list or something like that, and add a document delimiter for the JSON output (can be a comment line since JSON doesn't have comments)