Skip to content

Commit

Permalink
clipboard: add some basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Feb 18, 2016
1 parent d2bc233 commit f032a66
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 f032a66

Please sign in to comment.