|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
using System.Text;
|
|
|
|
namespace AutoRest.TestServer.Tests
|
|
{
|
|
public class TestConstants
|
|
{
|
|
public static byte[] ByteArray { get; } = Encoding.UTF8.GetBytes("啊齄丂狛狜隣郎隣兀﨩");
|
|
}
|
|
}
|