Merge branch 'rewrite' of github.com:jeena/GGS into rewrite

This commit is contained in:
Jonatan Pålsson 2011-02-16 17:19:36 +01:00
commit 63170fd0de

View file

@ -1,6 +0,0 @@
-module(ggs_protocol_test).
-export([test_parse/0]).
test_parse() ->
Ret = ggs_protocol:parse("<> __define JavaScript"),
io:format("~p~n", [Ret]).