Changeset 120 for pyyaml/trunk/tests
- Timestamp:
- 03/19/06 10:42:44 (6 years ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/tests/test_mark.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/test_mark.py
r116 r120 19 19 column += 1 20 20 index += 1 21 mark = Mark(test_name, line, column, unicode(input), index)21 mark = Mark(test_name, index, line, column, unicode(input), index) 22 22 snippet = mark.get_snippet(indent=2, max_length=79) 23 23 #print "INPUT:"
