editorconfig / editorconfig-core-java

Clone of EditorConfig core written in Java
Apache License 2.0
61 stars 26 forks source link

core-test: bump to v0.13 #19

Closed greut closed 5 years ago

greut commented 5 years ago

Upgrade core-test to v0.13, https://github.com/editorconfig/editorconfig-core-test/releases/tag/v0.13

Some tests had to be skipped.

97% tests passed, 5 tests failed out of 193

Total Test time (real) =  18.12 sec

The following tests FAILED:
        159 - escaped_octothorpe_in_property (Failed)
        163 - max_property_name (Failed)
        164 - max_property_value (Failed)
        165 - max_section_name_ok (Failed)
        166 - max_section_name_ignore (Failed)
xuhdev commented 5 years ago

The failure may be realted to https://github.com/editorconfig/editorconfig-core-test/pull/29 and #17

xuhdev commented 5 years ago

Since #20 has been merged, could you rebase and let CI rerun the test?