コード例 #1
0
 @Test
 public void test_08() {
   SSE.parseExpr("(+ 1 2)");
 }
コード例 #2
0
 @Test
 public void test_07() {
   SSE.parseExpr("1");
 }