aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/btree1.py.exp
diff options
context:
space:
mode:
authorAlex March2016-09-29 16:12:31 +0100
committerDamien George2016-10-05 00:17:22 +1100
commitaddd1d3db1e8835f9e2d73fd4fbd5ee818bbcb4a (patch)
tree3ed61bd55092201064765d8aecc8dacaa4b1db03 /tests/extmod/btree1.py.exp
parent99d62c4def5f62af66cf66b3e620de21f017db29 (diff)
tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op.
Diffstat (limited to 'tests/extmod/btree1.py.exp')
-rw-r--r--tests/extmod/btree1.py.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extmod/btree1.py.exp b/tests/extmod/btree1.py.exp
index 2983a0987..a46725230 100644
--- a/tests/extmod/btree1.py.exp
+++ b/tests/extmod/btree1.py.exp
@@ -1,3 +1,4 @@
+<btree >
b'bar2'
KeyError
None
@@ -25,6 +26,9 @@ KeyError
(b'foo3', b'bar3')
(b'foo1', b'bar1')
(b'bar1', b'foo1')
+(b'foo1', b'bar1')
+None
+True
[b'bar1', b'foo1', b'foo3']
[b'foo1', b'bar1', b'bar3']
b'bar1'
@@ -32,3 +36,5 @@ b'foo1'
b'foo3'
foo1 True
foo2 False
+baz1 True
+TypeError