svn commit: r236977 - head/tools/regression/usr.bin/make/variables/modifier_t

David E. O'Brien obrien at FreeBSD.org
Tue Jun 12 23:16:01 UTC 2012


Author: obrien
Date: Tue Jun 12 23:16:00 2012
New Revision: 236977
URL: http://svn.freebsd.org/changeset/base/236977

Log:
  Add a test for the :tl & :tu modifiers.

Added:
  head/tools/regression/usr.bin/make/variables/modifier_t/
  head/tools/regression/usr.bin/make/variables/modifier_t/Makefile   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.1   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.2   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.3   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.1   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.2   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.3   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.1   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.2   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.3   (contents, props changed)
  head/tools/regression/usr.bin/make/variables/modifier_t/test.t   (contents, props changed)

Added: head/tools/regression/usr.bin/make/variables/modifier_t/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/Makefile	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+#
+# Test the t modifier.
+#
+# below is missing '
+ASCII=	!"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
+
+test1:
+	@echo '${ASCII}'
+
+test2:
+	@echo '${ASCII:tl}'
+
+test3:
+	@echo '${ASCII:tu}'

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.1	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1 @@
+0

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.2
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.2	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1 @@
+0

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.3
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/expected.status.3	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1 @@
+0

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.1
==============================================================================

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.2
==============================================================================

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.stderr.3
==============================================================================

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.1
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.1	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1 @@
+!"#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.2
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.2	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1 @@
+!"#$%&()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

Added: head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.3
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/regression/usr.bin/make/variables/modifier_t/expected.stdout.3	Tue Jun 12 23:16:00 2012	(r236977)
@@ -0,0 +1 @@
+!"#$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~

Added: head/tools/regression/usr.bin/make/variables/modifier_t/test.t
==============================================================================
Binary file. No diff available.


More information about the svn-src-head mailing list