diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-04-11 13:03:37 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-04-16 14:30:16 +0000 |
| commit | 044c473de203b4dbe93874813b430fb6336db2b2 (patch) | |
| tree | f632b62412031458b7a9438fa144ef5a6ebd1f66 /tests/micropython | |
| parent | e72cda99fd5fc9e7c6476eb8574c4401d3ef9560 (diff) | |
py: Add %q format support to mp_[v]printf, and use it.
Diffstat (limited to 'tests/micropython')
| -rw-r--r-- | tests/micropython/meminfo.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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\+ |
