Created
December 22, 2010 08:52
-
-
Save happyrobots/751286 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From the protocol reference: | |
% Names, in this protocol, are ASCII strings. They may contain letters (A-Z and | |
% a-z), numerals (0-9), hyphen ("-"), plus ("+"), slash ("/"), semicolon (";"), | |
% dot ("."), dollar-sign ("$"), and parentheses ("(" and ")"), but they may not | |
% begin with a hyphen. They are terminated by white space (either a | |
space char or | |
% end of line). Each name must be at least one character long. | |
I tried tube name "a-b+1/;.c.$()/()", and it worked for me : | |
http://groups.google.com/group/beanstalk-talk/browse_thread/thread/8b3db1ab9adcf5a4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment