Changeset 100
- Timestamp:
- 07/27/04 10:10:47 (9 years ago)
- File:
-
- 1 edited
-
trunk/yaml/load.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/yaml/load.py
r99 r100 280 280 281 281 def key_value(self, str): 282 if str[-1] == ' ':283 self.error("Trailing spaces not allowed without quotes.")282 #if str[-1] == ' ': 283 # self.error("Trailing spaces not allowed without quotes.") 284 284 # XXX This allows mis-balanced " vs. ' stuff 285 285 match = re.match("[\"'](.+)[\"']\s*:\s*(.*)", str)
Note: See TracChangeset
for help on using the changeset viewer.
