summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/btree1.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/btree1.py.exp')
-rw-r--r--tests/extmod/btree1.py.exp32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/extmod/btree1.py.exp b/tests/extmod/btree1.py.exp
new file mode 100644
index 0000000000..a266d7acfc
--- /dev/null
+++ b/tests/extmod/btree1.py.exp
@@ -0,0 +1,32 @@
+b'bar2'
+KeyError
+None
+b'dflt'
+KeyError
+(b'bar1', b'foo1')
+(b'foo1', b'bar1')
+(b'foo3', b'bar3')
+---
+(b'bar1', b'foo1')
+(b'foo1', b'bar1')
+(b'foo3', b'bar3')
+---
+(b'foo1', b'bar1')
+(b'foo3', b'bar3')
+---
+(b'foo1', b'bar1')
+---
+(b'bar1', b'foo1')
+(b'foo1', b'bar1')
+---
+(b'foo1', b'bar1')
+(b'foo3', b'bar3')
+---
+(b'foo3', b'bar3')
+(b'foo1', b'bar1')
+(b'bar1', b'foo1')
+[b'bar1', b'foo1', b'foo3']
+[b'foo1', b'bar1', b'bar3']
+b'bar1'
+b'foo1'
+b'foo3'