slint-ui / document-features

Extract documentation for the feature flags from comments in Cargo.toml
Apache License 2.0
173 stars 13 forks source link

fix: escaped comment interpolation in error message #18

Closed ActuallyHappening closed 1 year ago

ogoffart commented 1 year ago

thanks! could you fix the test faillure?

ActuallyHappening commented 1 year ago

This actually exposed a subtle 'bug' (which I just ignored), the test case required adding two spaces and a \n

works, and is better diagnostic

ogoffart commented 1 year ago

Thanks!