diff --git a/libdparse b/libdparse index a03641d..80f054e 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit a03641db1bfa109d860eeb6e2ffdf3c81fd9e712 +Subproject commit 80f054e7d137de3b7907ee4a6406ffad5af9a6ea diff --git a/tests/allman/issue0158.d.ref b/tests/allman/issue0158.d.ref index 0a30381..4abf6d2 100644 --- a/tests/allman/issue0158.d.ref +++ b/tests/allman/issue0158.d.ref @@ -1,5 +1,6 @@ @Foo enum Bar { + a } @foo class Baz diff --git a/tests/issue0158.d b/tests/issue0158.d index b2522d8..6b15545 100644 --- a/tests/issue0158.d +++ b/tests/issue0158.d @@ -1,2 +1,2 @@ -@Foo enum Bar {} +@Foo enum Bar { a } @foo class Baz {} diff --git a/tests/otbs/issue0158.d.ref b/tests/otbs/issue0158.d.ref index b85e074..c81b98e 100644 --- a/tests/otbs/issue0158.d.ref +++ b/tests/otbs/issue0158.d.ref @@ -1,4 +1,5 @@ @Foo enum Bar { + a } @foo class Baz {