$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-09-17 16:00:19
Author: grafik
Date: 2007-09-17 16:00:18 EDT (Mon, 17 Sep 2007)
New Revision: 39355
URL: http://svn.boost.org/trac/boost/changeset/39355
Log:
Add test for no-op @() expansion.
Text files modified: 
   trunk/tools/jam/test/var_expand.jam |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/tools/jam/test/var_expand.jam
==============================================================================
--- trunk/tools/jam/test/var_expand.jam	(original)
+++ trunk/tools/jam/test/var_expand.jam	2007-09-17 16:00:18 EDT (Mon, 17 Sep 2007)
@@ -15,3 +15,4 @@
 assert dir : (==) : $(p1:D) ;
 assert dir/sub : (==) : $(p2:D) ;
 assert "" : (==) : $(p0:S) ;
+assert "@(.*)" : (==) : @(.*) ;