Skip to content

Commit

Permalink
Comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Aug 29, 2023
1 parent c6ab17b commit 5b05e38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_common_opts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@
filter(D, nome="a", nome2="b");
filter(D, nome=("a","b"));
findall(D, nome="a");
info(D);
D = mat2ds([0 0; 1 1],["a", "b"]); D.header = "-Wred";
@test GMT.edit_segment_headers!(D, 'W', :get) == "red"
@test GMT.edit_segment_headers!(D, 'W', :set, "blue") == "-Wblue"
Expand Down

0 comments on commit 5b05e38

Please sign in to comment.