tests/test-run-tests.t
changeset 28317 8de70574be2c
parent 28316 c0cecc153d25
child 28596 9949950664cd
--- a/tests/test-run-tests.t	Sun Feb 28 23:16:30 2016 -0500
+++ b/tests/test-run-tests.t	Sun Feb 28 23:21:28 2016 -0500
@@ -52,6 +52,12 @@
   >   never happens (?)
   >   xyzzy
   >   nor this (?)
+  >   $ printf 'abc\ndef\nxyz\n'
+  >   123 (?)
+  >   abc
+  >   def (?)
+  >   456 (?)
+  >   xyz
   > EOF
 
   $ rt
@@ -286,6 +292,12 @@
   xyzzy
   + echo *SALT* 6 0 (glob)
   *SALT* 6 0 (glob)
+  + printf *abc\ndef\nxyz\n* (glob)
+  abc
+  def
+  xyz
+  + echo *SALT* 12 0 (glob)
+  *SALT* 12 0 (glob)
   .
   # Ran 2 tests, 0 skipped, 0 warned, 0 failed.