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.
This commit is contained in:
parent
18c642e091
commit
46fc74bed0
tests
|
@ -1,5 +1,6 @@
|
||||||
|
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem;
|
||||||
import super_long_import_module_name : withSuperLongSymbolNames,
|
import super_long_import_module_name : withSuperLongSymbolNames,
|
||||||
andAlsoLotsOfThem;
|
andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void foo();
|
void foo();
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem;
|
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem;
|
||||||
|
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void foo();
|
void foo();
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
import super_long_import_module_name : withSuperLongSymbolNames, andAlsoLotsOfThem;
|
||||||
import super_long_import_module_name : withSuperLongSymbolNames,
|
import super_long_import_module_name : withSuperLongSymbolNames,
|
||||||
andAlsoLotsOfThem;
|
andAlsoLotsOfThem, lotsAnsLots, andLots, andLotsOfThem, lineExceeds120;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void foo();
|
void foo();
|
||||||
|
|
Loading…
Reference in New Issue