File: raw-multiline-string.toml

package info (click to toggle)
ruby-toml-rb 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: ruby: 1,350; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (68)
1
2
3
4
5
6
7
8
9
oneline = '''This string has a ' quote character.'''
firstnl = '''
This string has a ' quote character.'''
multiline = '''
This string
has ' a quote character
and more than
one newline
in it.'''