diff options
Diffstat (limited to 'test/json/basic2/output.yaml')
-rw-r--r-- | test/json/basic2/output.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/json/basic2/output.yaml b/test/json/basic2/output.yaml new file mode 100644 index 0000000..19ead19 --- /dev/null +++ b/test/json/basic2/output.yaml @@ -0,0 +1,15 @@ +--- +- I am string +- me too +- +- \ +- / +- \b +- \f +- \n +- \r +- \t +- "quoted" +- http://www.google.com +- one \n two \n three +- front segment 'single quote' and "double quote" end segment |