permit multiline comments and strings in macros
[bpt/coccinelle.git] / demos / regexp2.cocci
index 3a2325c..b99194b 100644 (file)
@@ -1,5 +1,5 @@
 @@
-identifier SPAM ~= "\(WINE_\)?\(ERR\|FIXME\|WARN\)";
+identifier SPAM =~ "\(WINE_\)?\(ERR\|FIXME\|WARN\)";
 @@
 
 -SPAM