about summary refs log tree commit diff stats
path: root/test/core/interval.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/interval.py')
-rw-r--r--test/core/interval.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/interval.py b/test/core/interval.py
index 34537d25..4572ac50 100644
--- a/test/core/interval.py
+++ b/test/core/interval.py
@@ -49,6 +49,7 @@ assert((i2 in i3) is False)
 
 assert((i3 in i2))
 assert((i2 in i3) is False)
+assert((i3 in i14))
 
 assert(interval.cannon_list(i1.intervals) == i1.intervals)