Author: bernhard
Date: Sat Jan 26 02:25:37 2008
New Revision: 25232

Added:
   trunk/languages/unlambda/examples/
   trunk/languages/unlambda/examples/hello.unl
      - copied unchanged from r25231, /trunk/languages/unlambda/hello.unl
Removed:
   trunk/languages/unlambda/hello.unl
Modified:
   trunk/MANIFEST
   trunk/languages/unlambda/t/hello.t

Log:
[unlambda]
Move hello.unl into new directory 'examples'.


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sat Jan 26 02:25:37 2008
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Fri Jan 25 20:55:17 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 26 10:24:22 2008 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2400,7 +2400,7 @@
 languages/unlambda/MAINTAINER                               [unlambda]
 languages/unlambda/README                                   [unlambda]
 languages/unlambda/config/makefiles/root.in                 [unlambda]
-languages/unlambda/hello.unl                                [unlambda]
+languages/unlambda/examples/hello.unl                       [unlambda]
 languages/unlambda/t/harness                                [unlambda]
 languages/unlambda/t/hello.t                                [unlambda]
 languages/unlambda/unl.pir                                  [unlambda]

Modified: trunk/languages/unlambda/t/hello.t
==============================================================================
--- trunk/languages/unlambda/t/hello.t  (original)
+++ trunk/languages/unlambda/t/hello.t  Sat Jan 26 02:25:37 2008
@@ -40,5 +40,6 @@
 
 my $hello_unl = File::Spec->catfile( $FindBin::Bin,
                                      File::Spec->updir(),
+                                     'examples',
                                      'hello.unl' ); 
 is( `$unlamba $hello_unl`, "Hello world\n", 'hello.unl' );

Reply via email to