summaryrefslogtreecommitdiff
path: root/t/dump-nested.t
diff options
context:
space:
mode:
Diffstat (limited to 't/dump-nested.t')
-rw-r--r--t/dump-nested.t110
1 files changed, 110 insertions, 0 deletions
diff --git a/t/dump-nested.t b/t/dump-nested.t
new file mode 100644
index 0000000..34afd69
--- /dev/null
+++ b/t/dump-nested.t
@@ -0,0 +1,110 @@
+use strict;
+use lib -e 't' ? 't' : 'test';
+use TestYAML tests => 20;
+
+no_diff();
+run_roundtrip_nyn();
+
+__DATA__
+===
++++ perl
+['foo ' x 20]
++++ yaml
+---
+- 'foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo '
+===
++++ perl
+[q{YAML(tm) (rhymes with "camel") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages such as Perl and Python. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering. YAML(tm) is a balance of the following design goals:}]
++++ yaml
+---
+- 'YAML(tm) (rhymes with "camel") is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages such as Perl and Python. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering. YAML(tm) is a balance of the following design goals:'
+===
++++ perl
+[q{It reads one character at a time, with the ability to push back any number of characters up to a maximum, and with nested mark() / reset() / unmark() functions. The input of the stream reader is any java.io.Reader. The output are characters.
+The parser (and event generator)
+
+The input of the parser are characters. These characters are directly fed into the functions that implement the different productions. The output of the parser are events, a well defined and small set of events.}]
++++ yaml
+---
+- |-
+ It reads one character at a time, with the ability to push back any number of characters up to a maximum, and with nested mark() / reset() / unmark() functions. The input of the stream reader is any java.io.Reader. The output are characters.
+ The parser (and event generator)
+
+ The input of the parser are characters. These characters are directly fed into the functions that implement the different productions. The output of the parser are events, a well defined and small set of events.
+===
++++ perl
+<<END;
+xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
+xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
+ 1) xxx xxx xxx xxx
+ 2) xxx xxx xxx xxx
+xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
+END
++++ yaml
+--- |
+xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
+xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
+ 1) xxx xxx xxx xxx
+ 2) xxx xxx xxx xxx
+xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx xxx
+===
++++ perl
+<<END;
+xxx xxx xxx xxx
+xxx xxx xxx xxx
+
+ 1) xxx xxx xxx xxx
+ 2) xxx xxx xxx xxx
+
+xxx xxx xxx xxx
+END
++++ yaml
+--- |
+xxx xxx xxx xxx
+xxx xxx xxx xxx
+
+ 1) xxx xxx xxx xxx
+ 2) xxx xxx xxx xxx
+
+xxx xxx xxx xxx
+===
++++ perl
+<<END;
+xxx xxx xxx xxx
+ 1) xxx xxx xxx xxx
+
+ 2) xxx xxx xxx xxx
+xxx xxx xxx xxx
+END
++++ yaml
+--- |
+xxx xxx xxx xxx
+ 1) xxx xxx xxx xxx
+
+ 2) xxx xxx xxx xxx
+xxx xxx xxx xxx
+===
++++ perl
+"xxx xxx xxx xxx xxx xxx xxx xxx xxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx xxx xxx xxx xxx xxx xxx xxx\n"
++++ yaml
+--- "xxx xxx xxx xxx xxx xxx xxx xxx xxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx xxx xxx xxx xxx xxx xxx xxx\n"
+===
++++ perl
+"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx xxx xxx xxx xxx xxx xxx xxx\n"
++++ yaml
+--- "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxx xxx xxx xxx xxx xxx xxx xxx\n"
+===
++++ perl
+"xxx xxx xxx xxx\n\n"
++++ yaml
+--- "xxx xxx xxx xxx\n\n"
+
+=== blah
++++ config
+local $YAML::UseBlock = 1
++++ perl
+"xxx xxx xxx xxx\n\n"
++++ yaml -trim
+--- |+
+xxx xxx xxx xxx
+