Tuesday, October 27, 2009

Test Post - Ignore

I have been meaning to post an entry for quite some time, which I did last week. However, it had some unexpected errors that made the entry unreadable, which you would know by now if you were following my blog.

I have deleted the post, but that didn't remove the post from my RSS feed. My apologies to everyone...

That said, this is a test post for me to find out what went wrong, and how to rectify it. I will be making a lot more changes to this post as I am in the process of finding out what went wrong. So you can coolly ignore this post. Move on, there's nothing here.

First:
for (int i = 0; i < 10; i++) {
    System.out.println("hi");
}


Second: Yes yet another...
Pattern pattern = Pattern.compile("[^LMR]", Pattern.CASE_INSENSITIVE);