Files
python-uncompyle6/test/simple_source/bug22/01_kv.py
rocky a5e3d01dd3 Work around grammar remove rule bug...
And reinstate source to a current 3.3 bug (which we don't detect).
But at least it is noted for future work.
2017-11-26 08:07:00 -05:00

4 lines
134 B
Python

# Test of building map via kv rules
aa = 'aa'
dict0 = {'a': 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa','b': 1234,'d': aa,aa: aa}