Fixing tests after modbus merge.

This commit is contained in:
Robin Sommer 2012-11-05 15:58:38 -08:00
parent 86ce564107
commit 4e12813445
7 changed files with 22 additions and 2 deletions

View file

@ -1,5 +1,7 @@
##! Functions for creating and working with patterns.
module GLOBAL;
## Given a pattern as a string with two tildes (~~) contained in it, it will
## return a pattern with string set's elements OR'd together where the
## double-tilde was given (this function only works at or before init time).