コード例 #1
0
ファイル: RegExpTests.java プロジェクト: jacovino/JFlex
 public void testrevString() {
   assertTrue(RegExp.revString("blah").equals("halb"));
 }