Change @eq to @streq. See #54.

This commit is contained in:
brectanus
2007-05-03 03:41:29 +00:00
parent 2aa6e61605
commit c559f3ee21
3 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@
content type (e.g. HTML, plain text, etc).
* Added string comparison operators with support for macro expansion:
@contains, @is, @beginsWith and @endsWith.
@contains, @streq, @beginsWith and @endsWith.
* Enhanced debug log output to log macro expansion, quote values and
correctly display values that contained NULs.