Changeset 10 for trunk/tests/test_high_parser.py
- Timestamp:
- 07/21/05 17:33:32 (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/test_high_parser.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_high_parser.py
r9 r10 111 111 } 112 112 113 SET = """ 113 try: 114 import sets 115 SET = """ 114 116 # Syck does not understand it 115 117 ## Explicitly typed set. … … 124 126 'baseball teams': sets.Set(['Boston Red Sox', 'Detroit Tigers', 'New York Yankees']), 125 127 } 128 except ImportError: 129 pass 126 130 127 131 class TestDocuments(test_low_parser.TestDocuments):
Note: See TracChangeset
for help on using the changeset viewer.
