summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/testinfo.dat
blob: b8b0ddb3f7249a1abb68035a14ad4f854bf53ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = C Runtime
Function = wcsncpy
Name = Test #1 for wcsncpy
TYPE = DEFAULT
EXE1 = test1
Description
= Tests to see that wcsncpy correctly copies wide strings, including handling 
= the count argument correctly (copying no more that count characters, not 
= automatically adding a null, and padding if necessary).