Skip to content

Commit 6571537

Browse files
Merge pull request #1182 from LAJW/test-gen-regression-string-equals
Add regression test for issue test-gen/856
2 parents 84215da + 6e2ee6f commit 6571537

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
KNOWNBUG
2+
test_equal_2.class
3+
--refine-strings --string-max-length 100 --string-max-length 100
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
https://github.com/diffblue/test-gen/issues/856
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class test_equal_2
2+
{
3+
public static void main(String s)
4+
{
5+
assert(!(s.equals("pi") && s.equals("po")));
6+
}
7+
}

0 commit comments

Comments
 (0)