tsortoutput.nim 137 B

123456789101112
  1. discard """
  2. sortoutput: true
  3. output: '''
  4. 2
  5. 1
  6. '''
  7. """
  8. # this test should ensure that the output is actually sorted
  9. echo "2"
  10. echo "1"