Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression on metadata vs lines #684

Open
Antriel opened this issue Nov 8, 2024 · 0 comments
Open

regression on metadata vs lines #684

Antriel opened this issue Nov 8, 2024 · 0 comments

Comments

@Antriel
Copy link

Antriel commented Nov 8, 2024

Since recent update, metadata in certain combination of surrounding stuff won't stay on their line.
Input file

@:foobar(arg)
#if def
@:foobar
@:foobar
#end
typedef Foo = {}

Broken output

@:foobar(arg)
#if def
@:foobar @:foobar
#end
typedef Foo = {}

Expected no change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant