From 60b2cff18a43f4751f2e3021621561360a0a9bc0 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Fri, 11 Jan 2019 20:22:30 +0100 Subject: [PATCH] Adjust issue0017 for now (minor improvement) --- tests/allman/issue0017.d.ref | 3 ++- tests/otbs/issue0017.d.ref | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ];