Home | History | Annotate | Download | only in test

Lines Matching refs:eggs

1571         Sig('--eggs', type=complex),
1574 failures = ['a', '42j', '--eggs a', '--eggs 2i']
1576 ('--eggs=42 42', NS(eggs=42, spam=42.0)),
1577 ('--eggs 2j -- -1.5', NS(eggs=2j, spam=-1.5)),
1578 ('1024.675', NS(eggs=None, spam=1024.675)),