Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(742)

Side by Side Diff: test/YAMLParser/spec-08-09.data

Issue 5604054: YAML Parser
Patch Set: Update Created 12 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # RUN: yaml-bench -canonical %s
2
3 ---
4 scalars:
5 plain: !!str some text
6 quoted:
7 single: 'some text'
8 double: "some text"
9 collections:
10 sequence: !!seq [ !!str entry,
11 # Mapping entry:
12 key: value ]
13 mapping: { key: value }
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b