Closed
Description
$ rspec ./spec/syntax/doc_spec.rb:65
Run options: include {:focus=>true, :locations=>{"./spec/syntax/doc_spec.rb"=>[65]}}
Randomized with seed 1
F
Failures:
1) documentation syntax heredoc doc with sigil_S triple single-quoted multiline content with parentheses
Failure/Error: expect(ex).to include_elixir_syntax('elixirDocSigilDelimiter', "S'''")
expected ["elixirSigil", "elixirSigilDelimiter"]
to include syntax 'elixirDocSigilDelimiter'
for pattern: /S'''/
in:
@doc(~S'''
foo
''')
# ./spec/syntax/doc_spec.rb:72:in `block (3 levels) in <top (required)>'
Finished in 1.33 seconds (files took 0.15514 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/syntax/doc_spec.rb:65 # documentation syntax heredoc doc with sigil_S triple single-quoted multiline content with parentheses
Randomized with seed 1