YAML.jl icon indicating copy to clipboard operation
YAML.jl copied to clipboard

Add tests for `scan_uri_escapes`

Open Paalon opened this issue 1 year ago • 2 comments

This function is not tested because, in spite of it uses Julia v0.3 function char, which is not available in Julia v0.4, we cannot observe related errors in our test sets.

https://github.com/JuliaData/YAML.jl/blob/45f5cd2f43fe4ac424cc4f9615c8bdff560f407c/src/scanner.jl#L1580

Paalon avatar Jun 12 '24 10:06 Paalon

does it need a convert(Char...) or something?

kescobo avatar Jun 12 '24 15:06 kescobo

I see you addressed in #164

kescobo avatar Jun 12 '24 15:06 kescobo