summaryrefslogtreecommitdiff
path: root/tests/examplefiles
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-09 17:16:49 +0100
committerGeorg Brandl <georg@python.org>2014-01-09 17:16:49 +0100
commit0c290aaf27cc19d15e98fef06bc1a9e0131d9d58 (patch)
tree6594e237a855e5e015c9a49b5e9f3445760e5e5c /tests/examplefiles
parentde0bc4af31e6c54b8eba589a9b1c0abb73952b27 (diff)
parent4a1025bde9060f1691dece31cd0b06ef0da6e980 (diff)
downloadpygments-0c290aaf27cc19d15e98fef06bc1a9e0131d9d58.tar.gz
Merged in splattael/pygments-main/elixir-non-greed-single-quote (pull request #216)
Elixir's lexer shouldn't be greedy on single quoted strings.
Diffstat (limited to 'tests/examplefiles')
-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}]