Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefe7386

Browse files
committed
add:test stringRange parse function
1 parentc06b541 commitefe7386

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/test/java/im/nll/data/extractor/parser/ExtractorParserTest.java‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ public void testParseError() throws Exception {
6363
Stringstring ="json2:$..books";
6464
ExtractorParser.parse(string);
6565
}
66+
67+
@Test
68+
publicvoidtestStringRangeParse()throwsException {
69+
Stringstring ="stringRange:<li style=\"background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;\">,</li>";
70+
ExtractorParser.parse(string);
71+
}
6672
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp