Advertisement
DeaD_EyE

test_sequence output

Apr 9th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. deadeye@nexus ~ $ python test_seq.py
  2.  
  3.  
  4. Testing function: safe_adv_range
  5.  
  6. -----------
  7. Testing: 1-5,7,9,10-13
  8. [1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 13]
  9. -----------
  10. Testing: 5, 10-6, 4-8,3
  11. [3, 4, 5, 6, 7, 8, 9, 10]
  12. -----------
  13. Testing: 1023,675,43, 23400-23395, 5-12
  14. [5, 6, 7, 8, 9, 10, 11, 12, 43, 675, 1023, 23395, 23396, 23397, 23398, 23399, 23400]
  15. -----------
  16. Testing: 1, 3 -5, 6-, -, 7, -9 , 16 - 20,23
  17. [1, 3, 4, 5, 7, 16, 17, 18, 19, 20, 23]
  18. -----------
  19. Testing: 2, 4, num, ;5, a-b
  20. [2, 4]
  21. -----------
  22. deadeye@nexus ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement