kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.09k stars 61 forks source link

Vertical tab U+000B missing from the whitespace table #331

Closed eugenesvk closed 8 months ago

eugenesvk commented 1 year ago

When comparing the list of whitespace with some regex engine predefined list of whitespace I've noticed that KDL spec table includes horizontal U+0009, but is missing vertical tabspace U+000b

Is this just a simple omission or is there a reason one whitespace tab does not belong?

https://www.compart.com/en/unicode/U+0009

https://www.compart.com/en/unicode/U+000b

zkat commented 1 year ago

this is an oversight :)

tabatkins commented 10 months ago

(Reverted, since this should have gone into the v2 branch as a technically-breaking change.)

zkat commented 8 months ago

I'm actually gonna close this, since it's already in the v2 branch