shadowm

Untitled

Jul 2nd, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {FOO (
  2. [tag]
  3. [/tag])}
  4.  
  5. {BAR (
  6. [tag]
  7. [/tag]
  8. )}
  9.  
  10. {BAZ (
  11. {FOO (
  12. [tag]
  13. [/tag])} )}
  14.  
  15. {BAZ (
  16. {FOO (
  17. [tag]
  18. [/tag]
  19. )}
  20. )}
  21.  
  22. ------------------------------------------------------------------------------------
  23.  
  24. shadowm@nanacore:~/src/wesnoth% wmlindent < indent-test
  25. {FOO (
  26. [tag]
  27. [/tag])}
  28.  
  29. {BAR (
  30. [tag]
  31. [/tag]
  32. )}
  33.  
  34. {BAZ (
  35. {FOO (
  36. [tag]
  37. [/tag])} )}
  38.  
  39. {BAZ (
  40. {FOO (
  41. [tag]
  42. [/tag]
  43. )}
  44. )}
  45. wmlindent: "standard input". line 21: end of file with indent nonzero.
Advertisement
Add Comment
Please, Sign In to add comment