Changeset 9544 for lang/perl/Filter-SQL/trunk/t/01-simple.t
- Timestamp:
- 04/16/08 07:12:55 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Filter-SQL/trunk/t/01-simple.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Filter-SQL/trunk/t/01-simple.t
r9542 r9544 11 11 plan skip_all => 'Set FILTER_SQL_DBI to run these tests'; 12 12 } else { 13 plan tests => 1 6;13 plan tests => 18; 14 14 } 15 15 }; … … 30 30 $a = "foo'a"; 31 31 is(SELECT ROW $a;, $a); 32 is(SELECT ROW "hoge$a";, "hoge$a"); 33 is(SELECT ROW 'hoge$a';, 'hoge$a'); 32 34 33 35 ok(SQL DROP TABLE IF EXISTS filter_sql_t;);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)