Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
add testcase for issue 439. #439
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Apr 15, 2016
1 parent 5cb5378 commit 820eb87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/java/com/alibaba/json/bvt/bug/Bug_for_issue_439.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.alibaba.json.bvt.bug;

import com.alibaba.fastjson.JSON;

import junit.framework.TestCase;

public class Bug_for_issue_439 extends TestCase {
public void test_for_issue() throws Exception {
JSON.parseObject("{/*aa*/}");
}

}

0 comments on commit 820eb87

Please sign in to comment.