• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

graphql / graphql-js / 2620 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2017 05:02AM UTC
Files 165
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Nov 2017 05:00AM UTC coverage: 97.92% (+0.02%) from 97.901%
2620.1

push

travis-ci

web-flow
RFC: Block String (#926)

* RFC: Multi-line String

This RFC adds a new form of `StringValue`, the multi-line string, similar to that found in Python and Scala.

A multi-line string starts and ends with a triple-quote:

```
"""This is a triple-quoted string
and it can contain multiple lines"""
```

Multi-line strings are useful for typing literal bodies of text where new lines should be interpretted literally. In fact, the only escape sequence used is `\"""` and `\` is otherwise allowed unescaped. This is beneficial when writing documentation within strings which may reference the back-slash often:

```
"""
In a multi-line string \n and C:\\ are unescaped.
"""
```

The primary value of multi-line strings are to write long-form input directly in query text, in tools like GraphiQL, and as a prerequisite to another pending RFC to allow docstring style documentation in the Schema Definition Language.

* Add RemoveIndentation() to the lexer for multi-line strings.

* blockStringValue

3819 of 4303 branches covered (88.75%)

9274 of 9471 relevant lines covered (97.92%)

1235.68 hits per line

Source Files on job 2620.1
  • Tree
  • List 0
  • Changed 12
  • Source Changed 7
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2620
  • Travis Job 2620.1
  • aea5964f on github
  • Prev Job for on master (#2610.1)
  • Next Job for on master (#2621.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc