Lines Matching full:n
2 "- Mark McGwire\n- Sammy Sosa\n- Ken Griffey";
8 …"american:\n- Boston Red Sox\n- Detroit Tigers\n- New York Yankees\nnational:\n- New York Mets\n- …
11 …"-\n name: Mark McGwire\n hr: 65\n avg: 0.278\n-\n name: Sammy Sosa\n hr: 63\n avg: 0.…
14 "- [name , hr, avg ]\n- [Mark McGwire, 65, 0.278]\n- [Sammy Sosa , 63, 0.288]";
17 "Mark McGwire: {hr: 65, avg: 0.278}\nSammy Sosa: {\n hr: 63,\n avg: 0.288\n }";
20 …"# Ranking of 1998 home runs\n---\n- Mark McGwire\n- Sammy Sosa\n- Ken Griffey\n\n# Team ranking\n…
23 …nplayer: Sammy Sosa\naction: strike (miss)\n...\n---\ntime: 20:03:47\nplayer: Sammy Sosa\naction: …
26 …"---\nhr: # 1998 hr ranking\n - Mark McGwire\n - Sammy Sosa\nrbi:\n # 1998 rbi ranking\n - Sam…
29 …"---\nhr:\n - Mark McGwire\n # Following node labeled SS\n - &SS Sammy Sosa\nrbi:\n - *SS # Su…
32 …? - Detroit Tigers\n - Chicago cubs\n:\n - 2001-07-23\n\n? [ New York Yankees,\n Atlanta Brav…
35 …"---\n# Products purchased\n- item : Super Hoop\n quantity: 1\n- item : Basketball\n quant…
38 "# ASCII Art\n--- |\n \\//||\\/||\n // || ||__";
41 "--- >\n Mark McGwire's\n year was crippled\n by a knee injury.";
44 …">\n Sammy Sosa completed another\n fine season with great stats.\n \n 63 Home Runs\n 0.288 Ba…
47 …ire\naccomplishment: >\n Mark set a major league\n home run record in 1998.\nstats: |\n 65 Home…
50 …a did fine.\\u263A\"\ncontrol: \"\\b1998\\t1999\\t2000\\n\"\nhex esc: \"\\x0d\\x0a is \\r\\n\"\n\n…
53 …"plain:\n This unquoted scalar\n spans many lines.\n\nquoted: \"So does this\n quoted scalar.\\…
58 …n\npicture: !!binary |\n R0lGODlhDAAMAIQAAP//9/X\n 17unp5WZmZgAAAOfn515eXv\n Pz7Y6OjuDg4J+fn5OTk6e…
61 …n--- !shape\n # Use the ! handle for presenting\n # tag:clarkevans.com,2002:circle\n- !circle\n …
64 …ets are represented as a\n# Mapping where each key is\n# associated with a null value\n--- !!set\n…
67 …are represented as\n# A sequence of mappings, with\n# each mapping having one key\n--- !!omap\n- M…
70 …n given : Chris\n family : Dumars\n address:\n lines: |\n 458 Walkman …
73 …n This is an error message\n for the log file\n---\nTime: 2001-11-23 15:02:31 -5\nUser: ed\nWarn…
78 "sequence:\n- one\n- two\nmapping:\n ? sky\n : blue\n sea : green";
89 "literal: |\n some\n text\nfolded: >\n some\n text\n";
98 "|\n Line break (no glyph)\n Line break (glyphed)\n";
101 …# Tabs and spaces\nquoted: \"Quoted\t\"\nblock: |\n void main() {\n \tprintf(\"Hello, world!\\n\…
104 …"\"Fun with \\\\\n\\\" \\a \\b \\e \\f \\\n\\n \\r \\t \\v \\0 \\\n\\ \\_ \\N \\L \\P \\\n\\x41 \…
107 "Bad escapes:\n \"\\c\n \\xq-\"";
110 …n # neither content nor indentation.\n \nNot indented:\n By one space: |\n By four\n …
113 "? a\n: -\tb\n - -\tc\n - d";
116 "- foo:\t bar\n- - baz\n -\tbaz";
119 "plain: text\n lines\nquoted: \"text\n \tlines\"\nblock: |\n text\n \tlines\n";
122 "Folding:\n \"Empty line\n \t\n as a line feed\"\nChomping: |\n Clipped empty lines\n ";
125 ">-\n trimmed\n \n \n\n as\n space";
128 ">\n foo \n \n \t bar\n\n baz\n";
131 "\"\n foo \n \n \t bar\n\n baz\n\"";
134 "key: # Comment\n value";
137 " # Comment\n \n\n";
140 "key: # Comment\n # lines\n value\n\n";
143 …"{ first: Sammy, last: Sosa }:\n# Statistics:\n hr: # Home runs\n 65\n avg: # Average\n 0…
146 "%FOO bar baz # Should be ignored\n # with a warning.\n--- \"foo\"";
149 "%YAML 1.3 # Attempt parsing\n # with a warning\n---\n\"foo\"";
152 "%YAML 1.2\n%YAML 1.1\nfoo";
155 "%TAG !yaml! tag:yaml.org,2002:\n---\n!yaml!str \"foo\"";
158 "%TAG ! !foo\n%TAG ! !foo\nbar";
161 "# Private\n!foo \"bar\"\n...\n# Global\n%TAG ! tag:example.com,2000:app/\n---\n!foo \"bar\"";
164 "%TAG !! tag:example.com,2000:app/\n---\n!!int 1 - 3 # Interval, not integer";
167 "%TAG !e! tag:example.com,2000:app/\n---\n!e!foo \"bar\"";
170 …"%TAG !m! !my-\n--- # Bulb here\n!m!light fluorescent\n...\n%TAG !m! !my-\n--- # Color here\n!m!li…
173 "%TAG !e! tag:example.com,2000:app/\n---\n- !e!foo \"bar\"";
176 "!!str &a1 \"foo\":\n !!str bar\n&a2 baz : *a1";
179 "!<tag:yaml.org,2002:str> foo :\n !<!bar> baz";
182 "- !<!> foo\n- !<$:?> bar\n";
185 "%TAG !e! tag:example.com,2000:app/\n---\n- !local foo\n- !!str bar\n- !e!tag%21 baz\n";
188 "%TAG !e! tag:example,2000:app/\n---\n- !e! foo";
191 "%TAG !e! tag:example,2000:app/\n---\n- !h!bar baz";
194 "# Assuming conventional resolution:\n- \"12\"\n- 12\n- ! 12";
203 "{\n foo : !!str,\n !!str : bar,\n}";
206 "{\n ? foo :,\n : bar,\n}\n";
209 "\"implicit block key\" : [\n \"implicit flow key\" : value,\n ]";
212 "\"folded \nto a space,\t\n \nto a line feed, or \t\\\n \\ \tnon-content\"";
215 "\" 1st non-empty\n\n 2nd non-empty \n\t3rd non-empty \"";
220 "'implicit block key' : [\n 'implicit flow key' : value,\n ]";
223 "' 1st non-empty\n\n 2nd non-empty \n\t3rd non-empty '";
226 …n- ::vector\n- \": - ()\"\n- Up, up, and away!\n- -123\n- http://example.com/foo#bar\n# Inside flo…
229 "implicit block key : [\n implicit flow key : value,\n ]";
232 "1st non-empty\n\n 2nd non-empty \n\t3rd non-empty";
235 "- [ one, two, ]\n- [three ,four]";
238 …"[\n\"double\n quoted\", 'single\n quoted',\nplain\n text, [ nested ],\nsingle: pair,\n]…
241 "- { one : two , three: four , }\n- {five: six,seven : eight}";
244 "{\n? explicit: entry,\nimplicit: entry,\n?\n}";
247 "{\nunquoted : \"separate\",\nhttp://foo.com,\nomitted value:,\n: omitted key,\n}";
250 "{\n\"adjacent\":value,\n\"readable\":value,\n\"empty\":\n}";
253 "[\nfoo: bar\n]";
256 "[\n? foo\n bar : baz\n]";
259 "- [ YAML : separate ]\n- [ : empty key entry ]\n- [ {JSON: like}:adjacent ]";
262 "[ foo\n bar: invalid,"; // Note: we don't check (on purpose) the >1K chars for an
266 "- [ a, b ]\n- { a: b }\n- \"a\"\n- 'b'\n- c";
269 "- !!str \"a\"\n- 'b'\n- &anchor \"c\"\n- *anchor\n- !!str";
272 … # Empty header\n literal\n- >1 # Indentation indicator\n folded\n- |+ # Chomping indicator\n kee…
275 "- |\n detected\n- >\n \n \n # detected\n- |1\n explicit\n- >\n \t\n detected\n";
278 "- |\n \n text";
281 "- >\n text\n text";
284 "- |2\n text";
287 "strip: |-\n text\nclip: |\n text\nkeep: |+\n text\n";
290 …n # Comments:\nstrip: |-\n # text\n \n # Clip\n # comments:\n\nclip: |\n # text\n \n # Keep\n…
293 "strip: >-\n\nclip: >\n\nkeep: |+\n\n";
296 "|\n literal\n \ttext\n\n";
299 "|\n \n \n literal\n \n \n text\n\n # Comment\n";
302 ">\n folded\n text\n\n";
305 …">\n\n folded\n line\n\n next\n line\n * bullet\n\n * list\n * lines\n\n last\n line\n\n# Co…
312 "block sequence:\n - one\n - two : three\n";
315 …"- # Empty\n- |\n block node\n- - one # Compact\n - two # sequence\n- one: two # Compact mapping\…
318 "block mapping:\n key: value\n";
321 …"? explicit key # Empty value\n? |\n block key\n: - one # Explicit compact\n - two # block value…
325 "plain key: in-line value\n: # Both empty\n\"quoted key\":\n- entry\n";
328 "- sun: yellow\n- ? earth: blue\n : moon: white\n";
331 "-\n \"flow in block\"\n- >\n Block scalar\n- !!map # Block collection\n foo : bar\n";
334 "literal: |2\n value\nfolded:\n !foo\n >1\n value\n";
337 "sequence: !!seq\n- entry\n- !!seq\n - nested\nmapping: !!map\n foo: bar\n";