From 90d664bc9e77530113c9a65bd02bae4667a2c25c Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 6 Jan 2014 23:13:21 +0100 Subject: streq -> eq --- examples/working-loaded/httpServer.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/working-loaded/httpServer.test') diff --git a/examples/working-loaded/httpServer.test b/examples/working-loaded/httpServer.test index fdfce61..47ff274 100644 --- a/examples/working-loaded/httpServer.test +++ b/examples/working-loaded/httpServer.test @@ -3,10 +3,10 @@ net .alg .httpServer "+" via { ":" via :url dump [ - { :url "/" streq } { + { :url "/" eq } { "Hallo Welt!Test" "text/html" :ok - } { :url "/test" streq } { + } { :url "/test" eq } { "Test!" "text/html" :ok } -- cgit v1.2.3