Skip to content
Snippets Groups Projects
Commit d0b0e8cf authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Fix posix005 test

Needed import of sort and updated expected output
parent 97ced789
No related branches found
No related tags found
No related merge requests found
import Data.List (sort)
import System.IO
import System.Posix.Env
......
vt100
[("one","1"),("two","2")]
[("one","1"),("two","2"),("foo","bar")]
[("one","1"),("two","2"),("foo","baz")]
[("one","1"),("two","2"),("foo","baz"),("fu","bar")]
[("one","1"),("two","2"),("fu","bar")]
[("foo","bar"),("one","1"),("two","2")]
[("foo","baz"),("one","1"),("two","2")]
[("foo","baz"),("fu","bar"),("one","1"),("two","2")]
[("fu","bar"),("one","1"),("two","2")]
[]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment