JuliaData / YAML.jl

Parse yer YAMLs
Other
128 stars 45 forks source link

[No Breaking] Refactoring of tests part 1 (organize test files) #213

Closed Paalon closed 3 months ago

Paalon commented 3 months ago

This PR depends on #212. Refactoring of the tests.

test/invalid-tag.data and test/nested-dicts.data are being used differently, so I leave them as they are for now.

Paalon commented 3 months ago

I don't know why Windows tests are failed. ~Maybe related to #132.~

Paalon commented 3 months ago

Our implementation seems can not process trailing newlines appropriately in Windows. It should be investigated later.

Paalon commented 3 months ago

There is an issue #102 about this.