Tina Müller (tinita)

Results 72 issues of Tina Müller (tinita)

_... or how to get rid of the no(rway) problem_ Issue to track necessary changes for supporting the YAML 1.2 Core schema. ## Suggested steps * Add a test for...

api:improvement

In YAML 1.1 and 1.2, anchors can be reused. https://yaml.org/spec/1.2/spec.html#id2786196 https://yaml.org/spec/1.1/#id863390 See also https://github.com/yaml/pyyaml/issues/100 and https://github.com/yaml/pyyaml/issues/334 This allows: ``` - &anchor A - *anchor - &anchor B - *anchor #...

This is not correct at the moment, because all subtests get the `empty-key` tag. The data-symlinks script needs to be fixed. _Originally posted by @perlpunk in https://github.com/yaml/yaml-test-suite/pull/100#discussion_r780715718_

I fixed a few of the shellcheck issues, but there are some I don't know how to fix at first glance.

According to HsYAML and the reference parser it is valid. ruamel.yaml, NiMYAML, JS js-yaml, JS yaml, and YAML::PP parse it libyaml, yaml-cpp, pyyaml, ruby psych don't

Currently we have only tests with one of the directives, but no document where both are used at the same time.

See also #49 If we have an open ended block scalar at the end of the stream: ``` keep: |+ line1 ``` It should be emitted as: ``` keep: |+...

To be able to reliably compare JSON the in.json should all be converted to the default `jq` output. To ensure that also future additions have the correct format, we would...

The current plan is: - We keep adding commits to the `data` branch for development - If we think it is worth to make a release, we create a version...