Skip to content

Commit

Permalink
added a failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Oct 23, 2011
1 parent 1896bc5 commit 4199d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experimental/tests/preprocess/testPreprocess01.jstalk
Expand Up @@ -7,3 +7,5 @@ print([a, b]);
print([NSString stringWithString:@"a"+"b"])

[fo doSomething:" a " + [b fun] + " c " in:nil];

[varName messageSel:foo[12 + [arg getNumb:12]]];
2 changes: 2 additions & 0 deletions experimental/tests/preprocess/testPreprocess01.jstpc
Expand Up @@ -7,3 +7,5 @@ jst_msgSend(NSFullUserName(), "lowercaseString");
print(jst_msgSend(NSString, "stringWithString:", JSTNSString("a")+"b"))

jst_msgSend(fo, "doSomething:in:", " a " + jst_msgSend(b, "fun") + " c " , null);

jst_msgSend(varName, "messageSel:", foo[12 + jst_msgSend(arg, "getNumb:", 12)]);

0 comments on commit 4199d45

Please sign in to comment.