repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*"
[llvm-complete.git]
/
test
/
YAMLParser
/
spec-08-10.test
blob
74054eb08832cc5267594fc657c9513266ca0f4d
1
# RUN: yaml-bench -canonical %s
2
3
block styles:
4
scalars:
5
literal: !!str |
6
#!/usr/bin/perl
7
print "Hello, world!\n";
8
folded: >
9
This sentence
10
is false.
11
collections: !!map
12
sequence: !!seq # Entry:
13
- entry # Plain
14
# Mapping entry:
15
- key: value
16
mapping:
17
key: value