Skip to content

Commit

Permalink
clipboard: add some basic tests (OS X & Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Feb 19, 2016
1 parent 103db50 commit f11b2ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,10 @@ for (X,Y,Z) in ((V16,V16,V16), (I16,V16,I16), (V16,I16,V16), (V16,V16,I16), (I16
end
end
end

# clipboard functionality

for str in ("Hello, world.","∀ x ∃ y","")
clipboard(str)
@test clipboard() == str
end

0 comments on commit f11b2ab

Please sign in to comment.