From 46fc74bed0abe86ce6f89656d0f7938ae89a8c67 Mon Sep 17 00:00:00 2001 From: Bastiaan Veelo Date: Thu, 18 Oct 2018 15:41:24 +0200 Subject: [PATCH] Adapt issue0349 test to the fix for issue 384. This is not a regression, as the added `import` shows. It is just the normal line braking logic doing its thing. --- tests/allman/issue0349.d.ref | 3 ++- tests/issue0349.d | 1 + tests/otbs/issue0349.d.ref | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/allman/issue0349.d.ref b/tests/allman/issue0349.d.ref index abc6a82..c64f3e8 100644 --- a/tests/allman/issue0349.d.ref +++ b/tests/allman/issue0349.d.ref @@ -1,5 +1,6 @@ +import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem; import super_long_import_module_name : withSuperLongSymbolNames, - andAlsoLotsOfThem; + andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120; private: void foo(); diff --git a/tests/issue0349.d b/tests/issue0349.d index 613cceb..b280c60 100644 --- a/tests/issue0349.d +++ b/tests/issue0349.d @@ -1,4 +1,5 @@ import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem; +import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120; private: void foo(); diff --git a/tests/otbs/issue0349.d.ref b/tests/otbs/issue0349.d.ref index abc6a82..c64f3e8 100644 --- a/tests/otbs/issue0349.d.ref +++ b/tests/otbs/issue0349.d.ref @@ -1,5 +1,6 @@ +import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem; import super_long_import_module_name : withSuperLongSymbolNames, - andAlsoLotsOfThem; + andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120; private: void foo();