Skip to content

Commit 4c6b18f

Browse files
author
Maciej Barć
authored
rename duplicate "gnuplot-comment-with-single-quotes" (#83)
to "gnuplot-comment-with-double-quotes" in order to prevent loading errors Signed-off-by: Maciej Barć <[email protected]>
1 parent f99effa commit 4c6b18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplot-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ mutliple # lines #")
241241
(gnuplot-test-comment gnuplot-comment-with-single-quotes
242242
"# a comment 'containing a single-quoted string'")
243243

244-
(gnuplot-test-comment gnuplot-comment-with-single-quotes
244+
(gnuplot-test-comment gnuplot-comment-with-double-quotes
245245
"# a comment \"containing a double-quoted string\"")
246246

247247
(gnuplot-test-comment gnuplot-comment-multiline-with-quotes

0 commit comments

Comments
 (0)