Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2012 23:16:01 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236977 - head/tools/regression/usr.bin/make/variables/modifier_t
Message-ID:  <201206122316.q5CNG1ba081405@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206122316.q5CNG1ba081405>