Tina Müller (tinita)

Results 261 comments of Tina Müller (tinita)

I think that it could be efficient to store one file per data point, containing all tests: `in-yaml.js`, `in-json.js`, `test-event.js`, `tags.js`, .... We will have more test cases in the...

I thought about it and maybe we can put this in the wiki for now.

I should note that `out.yaml` in general is not yet correct in every case. We don't even have a definition on what it should contain. I started to use `emit.yaml`...

The test 6LVF will be invalid in YAML 1.3 with this rule (because three dashes and a space are always a document header and never content). The test cases were...

@am11 the `bin/new` script can be used to create a new test. ``` cat /dev/urandom | LC_ALL=C tr -cd A-HJ-NP-Z2-9 | fold -w4 | grep [A-Z] | grep [0-9] |...

In https://github.com/yaml/yaml-test-suite/commit/a107e87a36dc5e6b40e934ae286a6724f933aadf I added https://github.com/yaml/yaml-test-suite/blob/master/test/JR7V.tml with several question-mark related tests.

I think for `{?a: b}` there should be an extra issue. I would like to know why the reference parser and HsYAML think it's invalid, but I can't find in...

What should the libyaml tool do?

Well, there are a couple of programs under the `test/` directory. Of course currently they are only available if you build from source. They are not installed. With those tools...

Yeah, I would also like to have it. I just didn't find the time yet (and also have to learn how to create a binary to install)