Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/regress/usr.bin/awk



Module Name:    src
Committed By:   he
Date:           Thu Oct 25 14:51:19 UTC 2007

Modified Files:
        src/regress/usr.bin/awk: Makefile
Added Files:
        src/regress/usr.bin/awk/tolower: Makefile expected input test.awk
        src/regress/usr.bin/awk/toupper: Makefile expected input test.awk

Log Message:
Add two very simple regression tests for the "toupper" and "tolower"
functions, doing some minimal checking that they now support multibyte
charsets after the fix from PR#36394 was applied.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/regress/usr.bin/awk/Makefile
cvs rdiff -r0 -r1.1 src/regress/usr.bin/awk/tolower/Makefile \
    src/regress/usr.bin/awk/tolower/expected \
    src/regress/usr.bin/awk/tolower/input \
    src/regress/usr.bin/awk/tolower/test.awk
cvs rdiff -r0 -r1.1 src/regress/usr.bin/awk/toupper/Makefile \
    src/regress/usr.bin/awk/toupper/expected \
    src/regress/usr.bin/awk/toupper/input \
    src/regress/usr.bin/awk/toupper/test.awk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index