diff options
author | Georg Brandl <georg@python.org> | 2014-01-09 17:35:34 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-09 17:35:34 +0100 |
commit | bd5ae968ec3442d12e7a6d453c7973145d364ba0 (patch) | |
tree | cfbe4b22b8d8591d5f0e2a43dcf67d36aff6d39f /tests/examplefiles/example_elixir.ex | |
parent | ad252410a347ad13c8206c8c9fa0a9e33632e10f (diff) | |
parent | dbcb3df465137d3645a1cea00184fbb55af1d141 (diff) | |
download | pygments-bd5ae968ec3442d12e7a6d453c7973145d364ba0.tar.gz |
Merged in j3lamp/pygments-main (pull request #206)
Fix for Issue #875
Diffstat (limited to 'tests/examplefiles/example_elixir.ex')
-rw-r--r-- | tests/examplefiles/example_elixir.ex | 4 |
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}] |