From 72677e0bc418ab0f57f458b7cf8151a916ef1dec Mon Sep 17 00:00:00 2001 From: sdottaka Date: Sun, 1 Oct 2023 11:26:05 +0900 Subject: [PATCH] Update --- Testing/Data/Compare/Dir1/ignore_comments.cpp | 8 ++++++++ Testing/Data/Compare/Dir2/ignore_comments.cpp | 10 ++++++++++ Testing/Data/Compare/Dir3/ignore_comments.cpp | 12 ++++++++++++ 3 files changed, 30 insertions(+) diff --git a/Testing/Data/Compare/Dir1/ignore_comments.cpp b/Testing/Data/Compare/Dir1/ignore_comments.cpp index 1ca627d5aac..c4bcdefb383 100644 --- a/Testing/Data/Compare/Dir1/ignore_comments.cpp +++ b/Testing/Data/Compare/Dir1/ignore_comments.cpp @@ -1 +1,9 @@ /* test1 */ +aaa +/* 1 + * 111 + 1 */ +aaa +/* 1 + * 111 + 1 */ \ No newline at end of file diff --git a/Testing/Data/Compare/Dir2/ignore_comments.cpp b/Testing/Data/Compare/Dir2/ignore_comments.cpp index 4fb4385ff21..fdcd9b010f4 100644 --- a/Testing/Data/Compare/Dir2/ignore_comments.cpp +++ b/Testing/Data/Compare/Dir2/ignore_comments.cpp @@ -1 +1,11 @@ /* test2 */ +aaa +/* 2 + * 222 + * 222 + 2 */ +aaa +/* 2 + * 222 + * 222 + 2 */ \ No newline at end of file diff --git a/Testing/Data/Compare/Dir3/ignore_comments.cpp b/Testing/Data/Compare/Dir3/ignore_comments.cpp index 35540542779..2a42384e50f 100644 --- a/Testing/Data/Compare/Dir3/ignore_comments.cpp +++ b/Testing/Data/Compare/Dir3/ignore_comments.cpp @@ -1 +1,13 @@ /* test3 */ +aaa +/* 3 + * 333 + * 333 + * 333 + 3 */ +aaa +/* 3 + * 333 + * 333 + * 333 + 3 */ \ No newline at end of file