From 044c473de203b4dbe93874813b430fb6336db2b2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 11 Apr 2015 13:03:37 +0100 Subject: py: Add %q format support to mp_[v]printf, and use it. --- tests/micropython/meminfo.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/micropython') diff --git a/tests/micropython/meminfo.py.exp b/tests/micropython/meminfo.py.exp index 31a97c3e4..c1a662ae6 100644 --- a/tests/micropython/meminfo.py.exp +++ b/tests/micropython/meminfo.py.exp @@ -6,7 +6,7 @@ mem: total=\\d\+, current=\\d\+, peak=\\d\+ stack: \\d\+ out of \\d\+ GC: total: \\d\+, used: \\d\+, free: \\d\+ No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+ -GC memory layout; from 0x\[0-9a-f\]\+: +GC memory layout; from \[0-9a-f\]\+: ######## qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+ qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+ -- cgit v1.2.3