Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. diff --git a/src/testdir/test55.ok b/src/testdir/test55.ok
  2. --- a/src/testdir/test55.ok
  3. +++ b/src/testdir/test55.ok
  4. @@ -16,8 +16,8 @@ 1:'asd'
  5. b:[1, 2, function('strlen')]
  6. -1:{'a': 1}
  7. Vim(call):E737: 3
  8. -{'c': 'ccc', '1': 99, 'b': [1, 2, function('strlen')], '3': 33, '-1': {'a': 1}}
  9. -{'c': 'ccc', '1': 99, '3': 33, '-1': {'a': 1}}
  10. +{'1': 99, 'b': [1, 2, function('strlen')], '-1': {'a': 1}, '3': 33, 'c': 'ccc'}
  11. +{'1': 99, '-1': {'a': 1}, '3': 33, 'c': 'ccc'}
  12. 101101
  13. Vim(let):E706: d
  14. Vim(let):E706: l
  15. @@ -98,7 +98,7 @@ caught a:000
  16. caught a:000[0]
  17. caught a:000[2]
  18. caught a:000[3]
  19. -[1, 2, [3, 9, 5, 6], {'a': 12, '5': 8}]
  20. +[1, 2, [3, 9, 5, 6], {'5': 8, 'a': 12}]
  21. ['-0', 'A11', 2, 'xaaa', 4, 'foo', 'foo6', 'foo', [0, 1, 2], 'x8', [0, 1, 2], 1.5]
  22. [1.5, [0, 1, 2], 'x8', [0, 1, 2], 'foo', 'foo6', 'foo', 4, 'xaaa', 2, 2, 'A11', '-0']
  23. [1.5, [0, 1, 2], 'x8', [0, 1, 2], 'foo', 'foo6', 'foo', 4, 'xaaa', 2, 2, 'A11', '-0']
  24. diff --git a/src/testdir/test63.ok b/src/testdir/test63.ok
  25. --- a/src/testdir/test63.ok
  26. +++ b/src/testdir/test63.ok
  27. @@ -10,7 +10,7 @@ Results of test63:
  28. *** Test 9: OK
  29. *** Test 10: OK
  30. *** Test 11:
  31. -[{'group': 'MyGroup1', 'id': 3, 'priority': 10, 'pos1': [1, 5, 1], 'pos2': [1, 8, 3]}]
  32. +[{'pos1': [1, 5, 1], 'pos2': [1, 8, 3], 'group': 'MyGroup1', 'priority': 10, 'id': 3}]
  33. OK
  34. -[{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1, 9, 2]}]
  35. +[{'pos1': [1, 4, 2], 'pos2': [1, 9, 2], 'group': 'MyGroup1', 'priority': 10, 'id': 11}]
  36. OK
  37. diff --git a/src/testdir/test74.ok b/src/testdir/test74.ok
  38. --- a/src/testdir/test74.ok
  39. +++ b/src/testdir/test74.ok
  40. @@ -1,5 +1,5 @@
  41.  
  42. -{'foo': 1, 'longvarible': 1000, 'bar': 0}
  43. +{'foo': 1, 'bar': 0, 'longvarible': 1000}
  44. [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100]
  45.  
  46. foobar
  47. diff --git a/src/testdir/test75.ok b/src/testdir/test75.ok
  48. --- a/src/testdir/test75.ok
  49. +++ b/src/testdir/test75.ok
  50. @@ -1,7 +1,7 @@
  51. is<F4>foo
  52. -{'silent': 0, 'noremap': 0, 'lhs': 'foo<C-V>', 'mode': ' ', 'nowait': 0, 'expr': 0, 'sid': 0, 'rhs': 'is<F4>foo', 'buffer': 0}
  53. -{'silent': 1, 'noremap': 1, 'lhs': 'bar', 'mode': 'v', 'nowait': 0, 'expr': 1, 'sid': 0, 'rhs': 'isbar', 'buffer': 1}
  54. -{'silent': 0, 'noremap': 0, 'lhs': 'foo', 'mode': ' ', 'nowait': 1, 'expr': 0, 'sid': 0, 'rhs': 'bar', 'buffer': 1}
  55. +{'lhs': 'foo<C-V>', 'rhs': 'is<F4>foo', 'noremap': 0, 'expr': 0, 'silent': 0, 'sid': 0, 'buffer': 0, 'nowait': 0, 'mode': ' '}
  56. +{'lhs': 'bar', 'rhs': 'isbar', 'noremap': 1, 'expr': 1, 'silent': 1, 'sid': 0, 'buffer': 1, 'nowait': 0, 'mode': 'v'}
  57. +{'lhs': 'foo', 'rhs': 'bar', 'noremap': 0, 'expr': 0, 'silent': 0, 'sid': 0, 'buffer': 1, 'nowait': 1, 'mode': ' '}
  58. xrx
  59. yRy
  60. abcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement