From 59850db17addb5880fdd9cc90f487e73b2e476ab Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 21 Apr 2010 00:27:43 +0000 Subject: [PATCH] note about simple prefix matching git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1816 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- doc/dsm/dsm_syntax.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dsm/dsm_syntax.txt b/doc/dsm/dsm_syntax.txt index 4bad3e1e..62a12e69 100644 --- a/doc/dsm/dsm_syntax.txt +++ b/doc/dsm/dsm_syntax.txt @@ -168,11 +168,13 @@ core actions: conditions: test(#key == 1) + test(#key == prefix*) test(#key != 1) test(#key < 1) test(#key > 1) test($var == 1) + test($var == prefix*) test($var != 1) test($var < 1) test($var < 1)