From 07615d9f7ea69d47a27566d43a31fb40e8745470 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 26 Apr 2016 10:19:04 +0100 Subject: tests/extmod: Move split-on-empty-match tests to a separate test file. And provide an expected-output file because these tests have a different behaviour under CPython. --- tests/extmod/ure_split_empty.py.exp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/extmod/ure_split_empty.py.exp (limited to 'tests/extmod/ure_split_empty.py.exp') diff --git a/tests/extmod/ure_split_empty.py.exp b/tests/extmod/ure_split_empty.py.exp new file mode 100644 index 000000000..42cfea0d5 --- /dev/null +++ b/tests/extmod/ure_split_empty.py.exp @@ -0,0 +1,3 @@ +['a b c foobar'] +['foo'] +['axbc'] -- cgit v1.2.3