diff --git a/tests/allman/issue0017.d.ref b/tests/allman/issue0017.d.ref index 8a32cec..67b8931 100644 --- a/tests/allman/issue0017.d.ref +++ b/tests/allman/issue0017.d.ref @@ -1,3 +1,4 @@ -immutable NameId[] namesA = [{"Aacgr", 0x00386}, // GREEK CAPITAL LETTER ALPHA WITH TONOS +immutable NameId[] namesA = [ +{"Aacgr", 0x00386}, // GREEK CAPITAL LETTER ALPHA WITH TONOS {"aacgr", 0x003AC}, // GREEK SMALL LETTER ALPHA WITH TONOS ]; diff --git a/tests/otbs/issue0017.d.ref b/tests/otbs/issue0017.d.ref index 8a32cec..67b8931 100644 --- a/tests/otbs/issue0017.d.ref +++ b/tests/otbs/issue0017.d.ref @@ -1,3 +1,4 @@ -immutable NameId[] namesA = [{"Aacgr", 0x00386}, // GREEK CAPITAL LETTER ALPHA WITH TONOS +immutable NameId[] namesA = [ +{"Aacgr", 0x00386}, // GREEK CAPITAL LETTER ALPHA WITH TONOS {"aacgr", 0x003AC}, // GREEK SMALL LETTER ALPHA WITH TONOS ];