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

graphql / graphql-js / 2620
98%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2017 05:01AM UTC
Jobs 1
Files 165
Run time 17s
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

pending completion
2620

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

Jobs
ID Job ID Ran Files Coverage
1 2620.1 30 Nov 2017 05:01AM UTC 0
97.92
Travis Job 2620.1
Source Files on build 2620
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2620
  • aea5964f on github
  • Prev Build on master (#2610)
  • Next Build on master (#2621)
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