We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ab14d commit 0e3c1bdCopy full SHA for 0e3c1bd
test/com.sap.adt.abapcleaner.test/src/com/sap/adt/abapcleaner/rules/alignment/AlignDeclarationsTest.java
@@ -1900,6 +1900,7 @@ void testGenStrucContainingUnchanged() {
1900
void testGenStrucContainingContinue() {
1901
rule.configContainingPosition.setEnumValue(ContainingPosition.CONTINUE);
1902
1903
+ // also test a line-end comment before CONTAINING
1904
buildSrc(" TYPES gen_struc TYPE ANY");
1905
buildSrc(" STRUCTURE CONTAINING %cid_ref TYPE abp_behv_cid");
1906
buildSrc(" %is_draft TYPE");
0 commit comments