Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 --- | |
| 2 foo: > | |
| 3 Foo bar | |
| 4 baz | |
| 5 bar: | | |
| 6 Foo bar | |
| 7 baz | |
| 8 | |
| 9 ---------------------------------------------------- | |
| 10 | |
| 11 [ | |
| 12 ["punctuation", "---"], | |
| 13 ["key", "foo"], ["punctuation", ":"], | |
| 14 ["punctuation", ">"], | |
| 15 ["scalar", "\r\n\tFoo bar\r\n\tbaz"], | |
| 16 ["key", "bar"], ["punctuation", ":"], | |
| 17 ["punctuation", "|"], | |
| 18 ["scalar", "\r\n\tFoo bar\r\n\tbaz"] | |
| 19 ] | |
| 20 | |
| 21 ---------------------------------------------------- | |
| 22 | |
| 23 Checks for scalars. | |
| OLD | NEW |