summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example_elixir.ex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-09 17:28:59 +0100
committerGeorg Brandl <georg@python.org>2014-01-09 17:28:59 +0100
commit5e18204f68d92d3926ea43b85bccc49dc3ab57d1 (patch)
treee8c9b843259df6eaab51647012a32f3d9a3140dc /tests/examplefiles/example_elixir.ex
parentf18a03187c7ddaec0330ece20bbfef1b116f31ac (diff)
parente6aa1888047f589f1f57e417702ed01683869214 (diff)
downloadpygments-5e18204f68d92d3926ea43b85bccc49dc3ab57d1.tar.gz
Merged in thomasvandoren/pygments-main (pull request #256)
Diffstat (limited to 'tests/examplefiles/example_elixir.ex')
-rw-r--r--tests/examplefiles/example_elixir.ex4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/examplefiles/example_elixir.ex b/tests/examplefiles/example_elixir.ex
index 2e92163d..e3ce7816 100644
--- a/tests/examplefiles/example_elixir.ex
+++ b/tests/examplefiles/example_elixir.ex
@@ -360,4 +360,6 @@ defmodule Module do
raise ArgumentError, message:
"could not call #{fun} on module #{module} because it was already compiled"
end
-end \ No newline at end of file
+end
+
+HashDict.new [{'A', 0}, {'T', 0}, {'C', 0}, {'G', 0}]