Skip to content

Multline strings formatted incorrectly? #139

@hadley

Description

@hadley
con |> 
  dbGetQuery("
    SELECT carat, cut, clarity, color, price 
    FROM diamonds 
    WHERE price > 15000
  ") |> 
  as_tibble()

looks like

Screen Shot 2022-05-26 at 10 28 00

Because, I think, the multi-line string is put in a single span.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions