Files
meteor/examples/unfinished/python-ddp-client/test_input
Avital Oliver d6bc56d255 New oauth login flow
Also, some code reorganization and bugfix for IE7
2012-07-23 17:57:10 -07:00

23 lines
329 B
Plaintext

sub
sub undefinedSub
sub undefinedSub someArg
sub undefinedSub {}
sub allApps
sub myApp "foo.bar"
sub myApp ["foo.meteor.com"]
call
call undefinedMethod
call undefinedMethod yzyz
call undefinedMethod {}
call vote
call vote []
call vote ["foo.meteor.com"]
call vote ["madewith.meteor.com"]
call vote {}
help
help sub
help call