fixed a typo in a regexp
Justin Guenther [Thu, 6 Jul 2006 23:41:36 +0000 (23:41 +0000)]
t/76joins.t

index a630169..70db683 100644 (file)
@@ -328,7 +328,7 @@ eval {
   })->search_related('tracks')->first;
 };
 
-like( $sql, qr/^SELECT tracks.trackid/, "collapsed join didn't add _2 to alias" );
+like( $sql, qr/^SELECT tracks\.trackid/, "collapsed join didn't add _2 to alias" );
 
 $schema->storage->debug($orig_debug);
 $schema->storage->debugobj->callback(undef);