diff options
| author | Georg Brandl <georg@python.org> | 2014-01-09 17:16:49 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-09 17:16:49 +0100 |
| commit | 0c290aaf27cc19d15e98fef06bc1a9e0131d9d58 (patch) | |
| tree | 6594e237a855e5e015c9a49b5e9f3445760e5e5c /tests/examplefiles | |
| parent | de0bc4af31e6c54b8eba589a9b1c0abb73952b27 (diff) | |
| parent | 4a1025bde9060f1691dece31cd0b06ef0da6e980 (diff) | |
| download | pygments-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.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}] |
