Skip to content

Failing test: doc sigil with paren syntax #477

Description

@jbodah
$ 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions