mkmkme commented on code in PR #2270:
URL: https://github.com/apache/avro/pull/2270#discussion_r1499020314


##########
lang/c++/test/CodecTests.cc:
##########
@@ -1264,6 +1264,46 @@ static const TestData3 data3[] = {
 
     {R"(["boolean", "int"])", "U1I", R"(["boolean", "long"])", "U1L", 1},
     {R"(["boolean", "int"])", "U1I", R"(["long", "boolean"])", "U0L", 1},
+
+    // Aliases
+    {"{\"type\":\"record\", \"name\":\"r\", \"fields\":["

Review Comment:
   Could you use raw string literals to improve readability of the test?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to