Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
--HG--
branch : rewrite
  • Loading branch information
Oscar Hellström committed Oct 16, 2007
1 parent bdaacc6 commit 0749d5e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test/test.erl
Expand Up @@ -20,13 +20,39 @@ start() -> foo(), bar().
foo(#foo{bar = Bar, test = Test}) ->
foo([1,2,3]).

foo(Nay) ->
1,
2,
3;
bar(Yay) ->
hey_this_works.

% aoeunth\aoeunth
foo([H | List]) when not is_list(List) ->
List-List andalso (not X or Y) orelse Bar,
23.23,
1 bsl 2,
foo:bar(),
foo_bar(23), % and me?
case foo(23) of
bar -> Yay;
foo -> case lol(bar) of
oe -> OK;
noy -> Fjo
end
end,
receive
Foo -> ok
after
2000 -> error
end,
case catch bar(foo) of
aonue -> aoe;
aoeu -> if
Foo -> Yay;
aoue -> ok
end
end,
1 = 2,
([1,2] ++ [3,4]) -- [5],
1 * 2/23+23-23,
Expand Down

0 comments on commit 0749d5e

Please sign in to comment.