Changeset 120 for pyyaml/trunk/tests

Show
Ignore:
Timestamp:
03/19/06 10:42:44 (6 years ago)
Author:
xi
Message:

Fix a test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/tests/test_mark.py

    r116 r120  
    1919                    column += 1 
    2020                index += 1 
    21             mark = Mark(test_name, line, column, unicode(input), index) 
     21            mark = Mark(test_name, index, line, column, unicode(input), index) 
    2222            snippet = mark.get_snippet(indent=2, max_length=79) 
    2323            #print "INPUT:"