Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/elixir/uppercase-string-sigil.txt
2021-04-07 19:25:18 -04:00

18 lines
267 B
Plaintext
Vendored

defmodule Long.Module.Name do
@doc ~S'''
No #{interpolation} of any kind.
\000 \x{ff}
\n #{\x{ff}}
'''
def func(a, b \\ []), do: :ok
@doc ~S"""
No #{interpolation} of any kind.
\000 \x{ff}
\n #{\x{ff}}
"""
def func(a, b \\ []), do: :ok
end