summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-14 19:17:40 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-14 19:17:40 +0200
commitcd96604f4fbbb88347e043919714a0428e159bc8 (patch)
tree892fb94500b707f05e2df4ed56d45f15997d5d2f /testsuite.py
parentfbf31fac751c0d76d2f55a0fe649ade5bafed292 (diff)
Test property ordering on nested multi.def. choices
This case wasn't covered.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py
index 6d27040..b02c51a 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1974,6 +1974,9 @@ g
verify_props("range", c.syms["MULTIDEF_RANGE"].ranges,
"A B C D E F")
+ verify_props("default", c.choices[1].defaults,
+ "A B C D E")
+
print("\nAll selftests passed\n" if all_passed else
"\nSome selftests failed\n")