Changeset 3b50d2e in github
- Timestamp:
- Nov 22, 2011 3:54:53 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 2498155
- Parents:
- ae7ac91
- File:
-
- 1 edited
-
tests/mailfunc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/mailfunc.php
rd617566 r3b50d2e 56 56 $this->assertNoPattern('/<form [^>]+>/', $html, "No form tags allowed"); 57 57 $this->assertPattern('/Subscription form/', $html, "Include <form> contents"); 58 $this->assertPattern('/<!-- input ignored -->/', $html, "No input elements allowed");59 58 $this->assertPattern('/<!-- link ignored -->/', $html, "No external links allowed"); 60 59 $this->assertPattern('/<a[^>]+ target="_blank">/', $html, "Set target to _blank");
Note: See TracChangeset
for help on using the changeset viewer.
