From 13af06406f4a7294a2fcbb587fe92e538649ecf6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 7 Nov 2024 22:53:36 -0600 Subject: [PATCH] Update: Add FSS Embedded List read depth tests and fix test script files. Add tests for the FSS-0008 standard using depths. I generated these test expectations. I will have to slowly review these over time or fix them when I identify one is wrong. I did do a test by building the same tests on both the 0.6 and 0.7 and found that they both pass. I either have correct logic or I have consistently bad logic. This adds a lot of FSS-0008 depth tests, however, the amount of tests needed is a lot more than what I have done here. I think this large number is a good start. Add special cases functions for the script tests. I noticed that the failure code is incorrectly being set (the logic appears reversed). The conditional argument used to determine which test being run in the test script is wrong. Create a new variable called `test_set` and use that. The `standard` variable can then be extracted from the `test_set`. The test script incorrectly is missing the `-o` for the Object in some cases. --- level_3/fss_read/data/build/testfile | 5 + .../test-0004-nested_simple-content-at-0.expect | 17 + .../test-0004-nested_simple-content-at-1.expect | 11 + .../test-0004-nested_simple-content-at-100.expect | 0 .../test-0004-nested_simple-content-at-5.expect | 0 .../test-0004-nested_simple-content-at-6.expect | 0 ...0004-nested_simple-content-columns-empty.expect | 1 + .../test-0004-nested_simple-content-columns.expect | 1 + ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...ent-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...ple-content-depth_0-at_0-depth_1-depth_2.expect | 2 + ...sted_simple-content-depth_0-at_0-depth_1.expect | 9 + ...-0004-nested_simple-content-depth_0-at_0.expect | 17 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...-content-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...d_simple-content-depth_0-depth_1-depth_2.expect | 9 + ...04-nested_simple-content-depth_0-depth_1.expect | 35 + .../test-0004-nested_simple-content-depth_0.expect | 61 ++ ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...ent-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...ent-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ...nt-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ...nt-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...content-depth_2-depth_2_same_across_sets.expect | 0 ...04-nested_simple-content-line-0-original.expect | 1 + .../test-0004-nested_simple-content-line-0.expect | 1 + ...04-nested_simple-content-line-1-original.expect | 1 + .../test-0004-nested_simple-content-line-1.expect | 1 + ...-nested_simple-content-line-100-original.expect | 0 ...test-0004-nested_simple-content-line-100.expect | 0 ...04-nested_simple-content-line-5-original.expect | 1 + .../test-0004-nested_simple-content-line-5.expect | 1 + ...04-nested_simple-content-line-6-original.expect | 1 + .../test-0004-nested_simple-content-line-6.expect | 1 + ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e_0-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...tent-line_0-depth_0-at_0-depth_1-depth_2.expect | 1 + ...mple-content-line_0-depth_0-at_0-depth_1.expect | 1 + ...ested_simple-content-line_0-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...t-line_0-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...e-content-line_0-depth_0-depth_1-depth_2.expect | 1 + ...ed_simple-content-line_0-depth_0-depth_1.expect | 1 + ...004-nested_simple-content-line_0-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...e_0-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...e_0-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ..._0-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ..._0-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-line_0-depth_2-depth_2_same_across_sets.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e_1-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...tent-line_1-depth_0-at_0-depth_1-depth_2.expect | 1 + ...mple-content-line_1-depth_0-at_0-depth_1.expect | 1 + ...ested_simple-content-line_1-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...t-line_1-depth_0-depth_1-depth_2-depth_3.expect | 0 ...e-content-line_1-depth_0-depth_1-depth_2.expect | 1 + ...ed_simple-content-line_1-depth_0-depth_1.expect | 1 + ...004-nested_simple-content-line_1-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...e_1-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...e_1-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ..._1-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ..._1-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-line_1-depth_2-depth_2_same_across_sets.expect | 0 ...sted_simple-content-name--select-0-total.expect | 1 + ...004-nested_simple-content-name--select-0.expect | 0 ...sted_simple-content-name--select-1-total.expect | 1 + ...004-nested_simple-content-name--select-1.expect | 0 ...t-0004-nested_simple-content-name--total.expect | 1 + .../test-0004-nested_simple-content-name-.expect | 0 ...sted_simple-content-name-a-columns-empty.expect | 1 + ...004-nested_simple-content-name-a-columns.expect | 1 + ...ted_simple-content-name-a-original-empty.expect | 0 ...04-nested_simple-content-name-a-original.expect | 0 ...ted_simple-content-name-a-select-0-total.expect | 1 + ...04-nested_simple-content-name-a-select-0.expect | 0 ...ted_simple-content-name-a-select-1-total.expect | 1 + ...04-nested_simple-content-name-a-select-1.expect | 0 ...d_simple-content-name-a-select-100-total.expect | 1 + ...-nested_simple-content-name-a-select-100.expect | 0 ...ted_simple-content-name-a-select-2-total.expect | 1 + ...04-nested_simple-content-name-a-select-2.expect | 0 ...ted_simple-content-name-a-select-5-total.expect | 1 + ...04-nested_simple-content-name-a-select-5.expect | 0 ...ted_simple-content-name-a-select-6-total.expect | 1 + ...04-nested_simple-content-name-a-select-6.expect | 0 ...-0004-nested_simple-content-name-a-total.expect | 1 + .../test-0004-nested_simple-content-name-a.expect | 0 ...ple-content-name-hi-select-0-empty-total.expect | 1 + ...ed_simple-content-name-hi-select-0-empty.expect | 0 ...ed_simple-content-name-hi-select-0-total.expect | 1 + ...4-nested_simple-content-name-hi-select-0.expect | 0 ...ple-content-name-hi-select-1-empty-total.expect | 1 + ...ed_simple-content-name-hi-select-1-empty.expect | 0 ...ed_simple-content-name-hi-select-1-total.expect | 1 + ...4-nested_simple-content-name-hi-select-1.expect | 0 ...0004-nested_simple-content-name-hi-total.expect | 1 + .../test-0004-nested_simple-content-name-hi.expect | 0 ...mple-content-name-payload-select-0-total.expect | 1 + ...ted_simple-content-name-payload-select-0.expect | 0 ...mple-content-name-payload-select-1-total.expect | 1 + ...ted_simple-content-name-payload-select-1.expect | 0 ...nested_simple-content-name-payload-total.expect | 1 + ...-0004-nested_simple-content-name-payload.expect | 0 ...\320\274\320\270\321\200-select-0-total.expect" | 1 + ...-name-\320\274\320\270\321\200-select-0.expect" | 0 ...\320\274\320\270\321\200-select-1-total.expect" | 1 + ...-name-\320\274\320\270\321\200-select-1.expect" | 0 ...ent-name-\320\274\320\270\321\200-total.expect" | 1 + ...e-content-name-\320\274\320\270\321\200.expect" | 0 ...20\265\321\202_has_space-select-0-total.expect" | 1 + ...\262\320\265\321\202_has_space-select-0.expect" | 0 ...20\265\321\202_has_space-select-1-total.expect" | 1 + ...\262\320\265\321\202_has_space-select-1.expect" | 0 ...320\262\320\265\321\202_has_space-total.expect" | 1 + ...0\270\320\262\320\265\321\202_has_space.expect" | 0 ...test-0004-nested_simple-content-original.expect | 61 ++ ...-nested_simple-content-select-0-original.expect | 61 ++ ...test-0004-nested_simple-content-select-0.expect | 61 ++ ...-nested_simple-content-select-1-original.expect | 0 ...test-0004-nested_simple-content-select-1.expect | 0 ...ested_simple-content-select-100-original.expect | 0 ...st-0004-nested_simple-content-select-100.expect | 0 ...-nested_simple-content-select-5-original.expect | 0 ...test-0004-nested_simple-content-select-5.expect | 0 ...-nested_simple-content-select-6-original.expect | 0 ...test-0004-nested_simple-content-select-6.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 1 + ...tal-depth_0-at_0-depth_1-depth_2-depth_3.expect | 1 + ...ntent-total-depth_0-at_0-depth_1-depth_2.expect | 1 + ...imple-content-total-depth_0-at_0-depth_1.expect | 1 + ...nested_simple-content-total-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 1 + ...nt-total-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...le-content-total-depth_0-depth_1-depth_2.expect | 1 + ...ted_simple-content-total-depth_0-depth_1.expect | 1 + ...0004-nested_simple-content-total-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 1 + ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 1 + ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 1 + ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 1 + ...tal-depth_1-name_depth_1_set_1_same_name.expect | 1 + ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 1 + ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 1 + ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 1 + ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 1 + ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 1 + ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 1 + ...tal-depth_1-name_depth_1_set_3_same_name.expect | 1 + ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 1 + ...al-depth_2-depth_2_same_across_sets-at_1.expect | 1 + ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 1 + ...al-depth_2-depth_2_same_across_sets-at_2.expect | 1 + ...t-total-depth_2-depth_2_same_across_sets.expect | 1 + .../test-0004-nested_simple-content-total.expect | 1 + .../test-0004-nested_simple-content-trim.expect | 61 ++ .../expect/test-0004-nested_simple-content.expect | 61 ++ .../test-0004-nested_simple-object-at-0.expect | 1 + .../test-0004-nested_simple-object-at-1.expect | 1 + .../test-0004-nested_simple-object-at-100.expect | 0 .../test-0004-nested_simple-object-at-5.expect | 0 .../test-0004-nested_simple-object-at-6.expect | 0 .../test-0004-nested_simple-object-columns.expect | 1 + ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...ect-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...mple-object-depth_0-at_0-depth_1-depth_2.expect | 2 + ...ested_simple-object-depth_0-at_0-depth_1.expect | 3 + ...t-0004-nested_simple-object-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e-object-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...ed_simple-object-depth_0-depth_1-depth_2.expect | 7 + ...004-nested_simple-object-depth_0-depth_1.expect | 9 + .../test-0004-nested_simple-object-depth_0.expect | 4 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...ect-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...ect-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ...ct-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ...ct-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-object-depth_2-depth_2_same_across_sets.expect | 0 ...004-nested_simple-object-line-0-original.expect | 1 + .../test-0004-nested_simple-object-line-0.expect | 1 + ...004-nested_simple-object-line-1-original.expect | 1 + .../test-0004-nested_simple-object-line-1.expect | 1 + ...4-nested_simple-object-line-100-original.expect | 0 .../test-0004-nested_simple-object-line-100.expect | 0 ...004-nested_simple-object-line-5-original.expect | 0 .../test-0004-nested_simple-object-line-5.expect | 0 ...004-nested_simple-object-line-6-original.expect | 0 .../test-0004-nested_simple-object-line-6.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e_0-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...ject-line_0-depth_0-at_0-depth_1-depth_2.expect | 1 + ...imple-object-line_0-depth_0-at_0-depth_1.expect | 1 + ...nested_simple-object-line_0-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...t-line_0-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...le-object-line_0-depth_0-depth_1-depth_2.expect | 1 + ...ted_simple-object-line_0-depth_0-depth_1.expect | 1 + ...0004-nested_simple-object-line_0-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...e_0-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...e_0-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ..._0-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ..._0-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-line_0-depth_2-depth_2_same_across_sets.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e_1-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...ject-line_1-depth_0-at_0-depth_1-depth_2.expect | 1 + ...imple-object-line_1-depth_0-at_0-depth_1.expect | 1 + ...nested_simple-object-line_1-depth_0-at_0.expect | 0 ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...t-line_1-depth_0-depth_1-depth_2-depth_3.expect | 0 ...le-object-line_1-depth_0-depth_1-depth_2.expect | 1 + ...ted_simple-object-line_1-depth_0-depth_1.expect | 1 + ...0004-nested_simple-object-line_1-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...e_1-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...e_1-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ..._1-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ..._1-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-line_1-depth_2-depth_2_same_across_sets.expect | 0 ...ested_simple-object-name--select-0-total.expect | 1 + ...0004-nested_simple-object-name--select-0.expect | 0 ...ested_simple-object-name--select-1-total.expect | 1 + ...0004-nested_simple-object-name--select-1.expect | 0 ...st-0004-nested_simple-object-name--total.expect | 1 + .../test-0004-nested_simple-object-name-.expect | 0 ...ested_simple-object-name-a-columns-empty.expect | 1 + ...0004-nested_simple-object-name-a-columns.expect | 1 + ...sted_simple-object-name-a-original-empty.expect | 0 ...004-nested_simple-object-name-a-original.expect | 0 ...sted_simple-object-name-a-select-0-total.expect | 1 + ...004-nested_simple-object-name-a-select-0.expect | 0 ...sted_simple-object-name-a-select-1-total.expect | 1 + ...004-nested_simple-object-name-a-select-1.expect | 0 ...ed_simple-object-name-a-select-100-total.expect | 1 + ...4-nested_simple-object-name-a-select-100.expect | 0 ...sted_simple-object-name-a-select-2-total.expect | 1 + ...004-nested_simple-object-name-a-select-2.expect | 0 ...sted_simple-object-name-a-select-5-total.expect | 1 + ...004-nested_simple-object-name-a-select-5.expect | 0 ...sted_simple-object-name-a-select-6-total.expect | 1 + ...004-nested_simple-object-name-a-select-6.expect | 0 ...t-0004-nested_simple-object-name-a-total.expect | 1 + .../test-0004-nested_simple-object-name-a.expect | 0 ...mple-object-name-hi-select-0-empty-total.expect | 1 + ...ted_simple-object-name-hi-select-0-empty.expect | 0 ...ted_simple-object-name-hi-select-0-total.expect | 1 + ...04-nested_simple-object-name-hi-select-0.expect | 0 ...mple-object-name-hi-select-1-empty-total.expect | 1 + ...ted_simple-object-name-hi-select-1-empty.expect | 0 ...ted_simple-object-name-hi-select-1-total.expect | 1 + ...04-nested_simple-object-name-hi-select-1.expect | 0 ...-0004-nested_simple-object-name-hi-total.expect | 1 + .../test-0004-nested_simple-object-name-hi.expect | 0 ...imple-object-name-payload-select-0-total.expect | 1 + ...sted_simple-object-name-payload-select-0.expect | 0 ...imple-object-name-payload-select-1-total.expect | 1 + ...sted_simple-object-name-payload-select-1.expect | 0 ...-nested_simple-object-name-payload-total.expect | 1 + ...t-0004-nested_simple-object-name-payload.expect | 0 ...\320\274\320\270\321\200-select-0-total.expect" | 1 + ...-name-\320\274\320\270\321\200-select-0.expect" | 0 ...\320\274\320\270\321\200-select-1-total.expect" | 1 + ...-name-\320\274\320\270\321\200-select-1.expect" | 0 ...ect-name-\320\274\320\270\321\200-total.expect" | 1 + ...le-object-name-\320\274\320\270\321\200.expect" | 0 ...20\265\321\202_has_space-select-0-total.expect" | 1 + ...\262\320\265\321\202_has_space-select-0.expect" | 0 ...20\265\321\202_has_space-select-1-total.expect" | 1 + ...\262\320\265\321\202_has_space-select-1.expect" | 0 ...320\262\320\265\321\202_has_space-total.expect" | 1 + ...0\270\320\262\320\265\321\202_has_space.expect" | 0 .../test-0004-nested_simple-object-original.expect | 4 + ...4-nested_simple-object-select-0-original.expect | 4 + .../test-0004-nested_simple-object-select-0.expect | 4 + ...4-nested_simple-object-select-1-original.expect | 0 .../test-0004-nested_simple-object-select-1.expect | 0 ...nested_simple-object-select-100-original.expect | 0 ...est-0004-nested_simple-object-select-100.expect | 0 ...4-nested_simple-object-select-5-original.expect | 0 .../test-0004-nested_simple-object-select-5.expect | 0 ...4-nested_simple-object-select-6-original.expect | 0 .../test-0004-nested_simple-object-select-6.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 1 + ...tal-depth_0-at_0-depth_1-depth_2-depth_3.expect | 1 + ...bject-total-depth_0-at_0-depth_1-depth_2.expect | 1 + ...simple-object-total-depth_0-at_0-depth_1.expect | 1 + ...-nested_simple-object-total-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 1 + ...ct-total-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...ple-object-total-depth_0-depth_1-depth_2.expect | 1 + ...sted_simple-object-total-depth_0-depth_1.expect | 1 + ...-0004-nested_simple-object-total-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 1 + ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 1 + ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 1 + ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 1 + ...tal-depth_1-name_depth_1_set_1_same_name.expect | 1 + ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 1 + ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 1 + ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 1 + ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 1 + ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 1 + ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 1 + ...tal-depth_1-name_depth_1_set_3_same_name.expect | 1 + ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 1 + ...al-depth_2-depth_2_same_across_sets-at_1.expect | 1 + ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 1 + ...al-depth_2-depth_2_same_across_sets-at_2.expect | 1 + ...t-total-depth_2-depth_2_same_across_sets.expect | 1 + .../test-0004-nested_simple-object-total.expect | 1 + .../test-0004-nested_simple-object-trim.expect | 4 + .../expect/test-0004-nested_simple-object.expect | 4 + ...04-nested_simple-object_and_content-at-0.expect | 19 + ...04-nested_simple-object_and_content-at-1.expect | 13 + ...-nested_simple-object_and_content-at-100.expect | 0 ...04-nested_simple-object_and_content-at-5.expect | 0 ...04-nested_simple-object_and_content-at-6.expect | 0 ..._simple-object_and_content-columns-empty.expect | 1 + ...nested_simple-object_and_content-columns.expect | 1 + ...imple-object_and_content-line-0-original.expect | 1 + ...-nested_simple-object_and_content-line-0.expect | 1 + ...imple-object_and_content-line-1-original.expect | 1 + ...-nested_simple-object_and_content-line-1.expect | 1 + ...ple-object_and_content-line-100-original.expect | 0 ...ested_simple-object_and_content-line-100.expect | 0 ...imple-object_and_content-line-5-original.expect | 1 + ...-nested_simple-object_and_content-line-5.expect | 1 + ...imple-object_and_content-line-6-original.expect | 1 + ...-nested_simple-object_and_content-line-6.expect | 1 + ...-object_and_content-name--select-0-total.expect | 1 + ...simple-object_and_content-name--select-0.expect | 0 ...-object_and_content-name--select-1-total.expect | 1 + ...simple-object_and_content-name--select-1.expect | 0 ...ed_simple-object_and_content-name--total.expect | 1 + ...4-nested_simple-object_and_content-name-.expect | 0 ...-object_and_content-name-a-columns-empty.expect | 1 + ...simple-object_and_content-name-a-columns.expect | 1 + ...object_and_content-name-a-original-empty.expect | 0 ...imple-object_and_content-name-a-original.expect | 0 ...object_and_content-name-a-select-0-total.expect | 1 + ...imple-object_and_content-name-a-select-0.expect | 0 ...object_and_content-name-a-select-1-total.expect | 1 + ...imple-object_and_content-name-a-select-1.expect | 0 ...ject_and_content-name-a-select-100-total.expect | 1 + ...ple-object_and_content-name-a-select-100.expect | 0 ...object_and_content-name-a-select-2-total.expect | 1 + ...imple-object_and_content-name-a-select-2.expect | 0 ...object_and_content-name-a-select-5-total.expect | 1 + ...imple-object_and_content-name-a-select-5.expect | 0 ...object_and_content-name-a-select-6-total.expect | 1 + ...imple-object_and_content-name-a-select-6.expect | 0 ...d_simple-object_and_content-name-a-total.expect | 1 + ...-nested_simple-object_and_content-name-a.expect | 0 ...and_content-name-hi-select-0-empty-total.expect | 1 + ...bject_and_content-name-hi-select-0-empty.expect | 0 ...bject_and_content-name-hi-select-0-total.expect | 1 + ...mple-object_and_content-name-hi-select-0.expect | 0 ...and_content-name-hi-select-1-empty-total.expect | 1 + ...bject_and_content-name-hi-select-1-empty.expect | 0 ...bject_and_content-name-hi-select-1-total.expect | 1 + ...mple-object_and_content-name-hi-select-1.expect | 0 ..._simple-object_and_content-name-hi-total.expect | 1 + ...nested_simple-object_and_content-name-hi.expect | 0 ..._and_content-name-payload-select-0-total.expect | 1 + ...object_and_content-name-payload-select-0.expect | 0 ..._and_content-name-payload-select-1-total.expect | 1 + ...object_and_content-name-payload-select-1.expect | 0 ...le-object_and_content-name-payload-total.expect | 1 + ...d_simple-object_and_content-name-payload.expect | 0 ...\320\274\320\270\321\200-select-0-total.expect" | 1 + ...-name-\320\274\320\270\321\200-select-0.expect" | 0 ...\320\274\320\270\321\200-select-1-total.expect" | 1 + ...-name-\320\274\320\270\321\200-select-1.expect" | 0 ...ent-name-\320\274\320\270\321\200-total.expect" | 1 + ...d_content-name-\320\274\320\270\321\200.expect" | 0 ...321\200\320\270\320\262\320\265\321\202.expect" | 0 ...20\265\321\202_has_space-select-0-total.expect" | 1 + ...\262\320\265\321\202_has_space-select-0.expect" | 0 ...20\265\321\202_has_space-select-1-total.expect" | 1 + ...\262\320\265\321\202_has_space-select-1.expect" | 0 ...320\262\320\265\321\202_has_space-total.expect" | 1 + ...ested_simple-object_and_content-original.expect | 69 ++ ...ple-object_and_content-select-0-original.expect | 69 ++ ...ested_simple-object_and_content-select-0.expect | 69 ++ ...ple-object_and_content-select-1-original.expect | 0 ...ested_simple-object_and_content-select-1.expect | 0 ...e-object_and_content-select-100-original.expect | 0 ...ted_simple-object_and_content-select-100.expect | 0 ...ple-object_and_content-select-5-original.expect | 0 ...ested_simple-object_and_content-select-5.expect | 0 ...ple-object_and_content-select-6-original.expect | 0 ...ested_simple-object_and_content-select-6.expect | 0 ...4-nested_simple-object_and_content-total.expect | 1 + ...04-nested_simple-object_and_content-trim.expect | 69 ++ ...st-0004-nested_simple-object_and_content.expect | 69 ++ ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...ent-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...ect_content-depth_0-at_0-depth_1-depth_2.expect | 6 + ...mple-object_content-depth_0-at_0-depth_1.expect | 15 + ...ested_simple-object_content-depth_0-at_0.expect | 19 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ..._content-depth_0-depth_1-depth_2-depth_3.expect | 3 + ...e-object_content-depth_0-depth_1-depth_2.expect | 23 + ...ed_simple-object_content-depth_0-depth_1.expect | 53 ++ ...004-nested_simple-object_content-depth_0.expect | 69 ++ ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...ent-depth_1-name_depth_1_set_1_same_name.expect | 0 ...epth_1_set_3_same_name-at_1-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...ent-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ...nt-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ...nt-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...content-depth_2-depth_2_same_across_sets.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e_0-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...tent-line_0-depth_0-at_0-depth_1-depth_2.expect | 1 + ...ject_content-line_0-depth_0-at_0-depth_1.expect | 1 + ...imple-object_content-line_0-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...t-line_0-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...t_content-line_0-depth_0-depth_1-depth_2.expect | 1 + ...le-object_content-line_0-depth_0-depth_1.expect | 1 + ...ted_simple-object_content-line_0-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...e_0-depth_1-name_depth_1_set_1_same_name.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...e_0-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ..._0-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ..._0-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-line_0-depth_2-depth_2_same_across_sets.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...e_1-depth_0-at_0-depth_1-depth_2-depth_3.expect | 0 ...tent-line_1-depth_0-at_0-depth_1-depth_2.expect | 1 + ...ject_content-line_1-depth_0-at_0-depth_1.expect | 1 + ...imple-object_content-line_1-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 0 ...t-line_1-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...t_content-line_1-depth_0-depth_1-depth_2.expect | 1 + ...le-object_content-line_1-depth_0-depth_1.expect | 1 + ...ted_simple-object_content-line_1-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 0 ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 0 ...e_1-depth_1-name_depth_1_set_1_same_name.expect | 0 ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 0 ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 0 ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 0 ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 0 ...e_1-depth_1-name_depth_1_set_3_same_name.expect | 0 ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 0 ..._1-depth_2-depth_2_same_across_sets-at_1.expect | 0 ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 0 ..._1-depth_2-depth_2_same_across_sets-at_2.expect | 0 ...-line_1-depth_2-depth_2_same_across_sets.expect | 0 ...h_0-at_0-depth_1-depth_2-depth_3-depth_4.expect | 1 + ...tal-depth_0-at_0-depth_1-depth_2-depth_3.expect | 1 + ...ntent-total-depth_0-at_0-depth_1-depth_2.expect | 1 + ...bject_content-total-depth_0-at_0-depth_1.expect | 1 + ...simple-object_content-total-depth_0-at_0.expect | 1 + ...-depth_0-depth_1-depth_2-depth_3-depth_4.expect | 1 + ...nt-total-depth_0-depth_1-depth_2-depth_3.expect | 1 + ...ct_content-total-depth_0-depth_1-depth_2.expect | 1 + ...ple-object_content-total-depth_0-depth_1.expect | 1 + ...sted_simple-object_content-total-depth_0.expect | 1 + ...ame_depth_1_set_1_same_name-at_1-depth_3.expect | 1 + ...epth_1-name_depth_1_set_1_same_name-at_1.expect | 1 + ...ame_depth_1_set_1_same_name-at_2-depth_3.expect | 1 + ...epth_1-name_depth_1_set_1_same_name-at_2.expect | 1 + ...tal-depth_1-name_depth_1_set_1_same_name.expect | 1 + ...ame_depth_1_set_3_same_name-at_1-depth_3.expect | 1 + ...epth_1-name_depth_1_set_3_same_name-at_1.expect | 1 + ...epth_1_set_3_same_name-at_2-depth_3-at_0.expect | 1 + ...ame_depth_1_set_3_same_name-at_2-depth_3.expect | 1 + ...epth_1-name_depth_1_set_3_same_name-at_2.expect | 1 + ...tal-depth_1-name_depth_1_set_3_same_name.expect | 1 + ..._2-depth_2_same_across_sets-at_1-depth_3.expect | 1 + ...al-depth_2-depth_2_same_across_sets-at_1.expect | 1 + ..._2-depth_2_same_across_sets-at_2-depth_3.expect | 1 + ...al-depth_2-depth_2_same_across_sets-at_2.expect | 1 + ...t-total-depth_2-depth_2_same_across_sets.expect | 1 + .../fss_0008/source/test-0004-nested_simple.fss | 75 ++ level_3/fss_read/tests/runtime/script/generate.sh | 828 ++++++++++++++++++++- 572 files changed, 2183 insertions(+), 31 deletions(-) create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-100-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-original-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload.expect create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space.expect" create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-1-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-100-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-5-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-6-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-trim.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-columns.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-100-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-5-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-6-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-original-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload.expect create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space.expect" create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-1-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-100-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-5-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-6-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-trim.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-100-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-original-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload.expect create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" create mode 100644 "level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-1-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-100-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-100.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-5-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-5.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-6-original.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-6.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-total.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-trim.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets.expect create mode 100644 level_3/fss_read/tests/runtime/fss_0008/source/test-0004-nested_simple.fss diff --git a/level_3/fss_read/data/build/testfile b/level_3/fss_read/data/build/testfile index 85c6c13..172a0a7 100644 --- a/level_3/fss_read/data/build/testfile +++ b/level_3/fss_read/data/build/testfile @@ -129,6 +129,11 @@ generate_process: run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0008 tests/runtime/fss_0008/source/test-0003-object_space.fss parameter:"build_path"test/fss_0008 print + print Generating Test 0004 for Embedded List (FSS-0008). + print + run parameter:"script" ./tests/runtime/script/generate.sh parameter:"test_prefix"0008 tests/runtime/fss_0008/source/test-0004-nested_simple.fss parameter:"build_path"test/fss_0008 + + print print Generating Test 0000 for Payload (FSS-000E). print diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-0.expect new file mode 100644 index 0000000..6c7c4c8 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-0.expect @@ -0,0 +1,17 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-1.expect new file mode 100644 index 0000000..bfac4e0 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-1.expect @@ -0,0 +1,11 @@ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-at-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns-empty.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns-empty.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-columns.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..1c115ac --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1,2 @@ + This is it for at 0, depth 2, set 0. + This is the same across multiple sets, but for set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..5afc398 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0-depth_1.expect @@ -0,0 +1,9 @@ + This is it for at 0, depth 1, set 0. + This is it for at 1, depth 1, set 0. + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0.expect new file mode 100644 index 0000000..6c7c4c8 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-at_0.expect @@ -0,0 +1,17 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..bc12c70 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ + This is it for at 0, depth 3, set 3. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..56fcd2b --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1-depth_2.expect @@ -0,0 +1,9 @@ + This is it for at 0, depth 2, set 0. + This is the same across multiple sets, but for set 0. + This is the same across multiple sets, but for set 1. + This is it for at 0, depth 2, set 2. + This is the same across multiple sets, but for set 2. + This is it for at 0, depth 2, set 3. + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1.expect new file mode 100644 index 0000000..b1ae2d6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0-depth_1.expect @@ -0,0 +1,35 @@ + This is it for at 0, depth 1, set 0. + This is it for at 1, depth 1, set 0. + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + at 1, set 1. + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + This is it for at 0, depth 1, set 3. + at 1, set 3. + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0.expect new file mode 100644 index 0000000..603019e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_0.expect @@ -0,0 +1,61 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0-original.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0-original.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-0.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1-original.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1-original.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-1.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-100-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-100-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5-original.expect new file mode 100644 index 0000000..9fe5513 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5-original.expect @@ -0,0 +1 @@ + This is it for at 1, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5.expect new file mode 100644 index 0000000..9fe5513 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-5.expect @@ -0,0 +1 @@ + This is it for at 1, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6-original.expect new file mode 100644 index 0000000..a8317d6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6-original.expect @@ -0,0 +1 @@ + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6.expect new file mode 100644 index 0000000..a8317d6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line-6.expect @@ -0,0 +1 @@ + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..2935185 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + This is it for at 0, depth 2, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-at_0.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..bc12c70 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ + This is it for at 0, depth 3, set 3. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..2935185 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + This is it for at 0, depth 2, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0-depth_1.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_0.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_0-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..9f26136 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + This is the same across multiple sets, but for set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..9fe5513 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ + This is it for at 1, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-at_0.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..9f26136 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + This is the same across multiple sets, but for set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1.expect new file mode 100644 index 0000000..9fe5513 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0-depth_1.expect @@ -0,0 +1 @@ + This is it for at 1, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_0.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-line_1-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name--total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns-empty.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns-empty.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-columns.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-original-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-original-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-select-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-a.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-hi.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-payload.expect new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-0.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-select-1.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\274\320\270\321\200.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space.expect" new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-original.expect new file mode 100644 index 0000000..603019e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-original.expect @@ -0,0 +1,61 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0-original.expect new file mode 100644 index 0000000..603019e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0-original.expect @@ -0,0 +1,61 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0.expect new file mode 100644 index 0000000..603019e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-0.expect @@ -0,0 +1,61 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-1-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-1-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-100-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-100-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-5-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-5-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-6-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-6-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-select-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ +2 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ +9 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0.expect new file mode 100644 index 0000000..98d9bcb --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-at_0.expect @@ -0,0 +1 @@ +17 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ +9 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1.expect new file mode 100644 index 0000000..8f92bfd --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0-depth_1.expect @@ -0,0 +1 @@ +35 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0.expect new file mode 100644 index 0000000..b1e7d26 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_0.expect @@ -0,0 +1 @@ +61 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_1_same_name.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_1-name_depth_1_set_3_same_name.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total-depth_2-depth_2_same_across_sets.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total.expect new file mode 100644 index 0000000..b1e7d26 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-total.expect @@ -0,0 +1 @@ +61 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-trim.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-trim.expect new file mode 100644 index 0000000..603019e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content-trim.expect @@ -0,0 +1,61 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content.expect new file mode 100644 index 0000000..603019e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-content.expect @@ -0,0 +1,61 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-0.expect new file mode 100644 index 0000000..86f06c1 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-0.expect @@ -0,0 +1 @@ +depth_0_set_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-1.expect new file mode 100644 index 0000000..85d4d6e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-1.expect @@ -0,0 +1 @@ +depth_0_set_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-at-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-columns.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-columns.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-columns.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..dfc737e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1,2 @@ + depth_2_set_0_at_0 + depth_2_same_across_sets diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..ee8edeb --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0-depth_1.expect @@ -0,0 +1,3 @@ + depth_1_set_0_at_0 + depth_1_set_0_at_1 + depth_1_set_0_at_2 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0.expect new file mode 100644 index 0000000..86f06c1 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-at_0.expect @@ -0,0 +1 @@ +depth_0_set_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..8f09aa4 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ + depth_3_set_3_at_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..8333bf5 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1-depth_2.expect @@ -0,0 +1,7 @@ + depth_2_set_0_at_0 + depth_2_same_across_sets + depth_2_same_across_sets + depth_2_set_0_at_0 + depth_2_same_across_sets + depth_2_set_3_at_0 + depth_2_set_3_at_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1.expect new file mode 100644 index 0000000..71fe5dd --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0-depth_1.expect @@ -0,0 +1,9 @@ + depth_1_set_0_at_0 + depth_1_set_0_at_1 + depth_1_set_0_at_2 + depth_1_set_1_same_name + depth_1_set_1_same_name + depth_1_set_2_at_0 + depth_1_set_3_at_0 + depth_1_set_3_same_name + depth_1_set_3_same_name diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0.expect new file mode 100644 index 0000000..9d05f33 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_0.expect @@ -0,0 +1,4 @@ +depth_0_set_0 +depth_0_set_1 +depth_0_set_2 +" depth_0_set_3 " diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0-original.expect new file mode 100644 index 0000000..e4dca94 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0-original.expect @@ -0,0 +1 @@ +depth_0_set_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0.expect new file mode 100644 index 0000000..86f06c1 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-0.expect @@ -0,0 +1 @@ +depth_0_set_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1-original.expect new file mode 100644 index 0000000..85d4d6e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1-original.expect @@ -0,0 +1 @@ +depth_0_set_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1.expect new file mode 100644 index 0000000..85d4d6e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-1.expect @@ -0,0 +1 @@ +depth_0_set_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-100-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-100-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-5-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-5-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-6-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-6-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..b46573c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + depth_2_set_0_at_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..4e7cfc6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0.expect new file mode 100644 index 0000000..86f06c1 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-at_0.expect @@ -0,0 +1 @@ +depth_0_set_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..8f09aa4 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ + depth_3_set_3_at_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..b46573c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + depth_2_set_0_at_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1.expect new file mode 100644 index 0000000..4e7cfc6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0-depth_1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0.expect new file mode 100644 index 0000000..86f06c1 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_0.expect @@ -0,0 +1 @@ +depth_0_set_0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_0-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..68bb7b2 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + depth_2_same_across_sets diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..d4bd2b6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..68bb7b2 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + depth_2_same_across_sets diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1.expect new file mode 100644 index 0000000..d4bd2b6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0-depth_1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0.expect new file mode 100644 index 0000000..85d4d6e --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_0.expect @@ -0,0 +1 @@ +depth_0_set_1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-line_1-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name--total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns-empty.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns-empty.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-columns.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-original-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-original-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-select-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-a.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-hi.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-payload.expect new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-0.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-select-1.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\274\320\270\321\200.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space.expect" new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-original.expect new file mode 100644 index 0000000..f420d66 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-original.expect @@ -0,0 +1,4 @@ +depth_0_set_0 +depth_0_set_1 + depth_0_set_2 + " depth_0_set_3 " diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0-original.expect new file mode 100644 index 0000000..f420d66 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0-original.expect @@ -0,0 +1,4 @@ +depth_0_set_0 +depth_0_set_1 + depth_0_set_2 + " depth_0_set_3 " diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0.expect new file mode 100644 index 0000000..9d05f33 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-0.expect @@ -0,0 +1,4 @@ +depth_0_set_0 +depth_0_set_1 +depth_0_set_2 +" depth_0_set_3 " diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-1-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-1-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-100-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-100-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-5-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-5-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-6-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-6-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-select-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ +2 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ +3 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-at_0.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ +7 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1.expect new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0-depth_1.expect @@ -0,0 +1 @@ +9 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0.expect new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_0.expect @@ -0,0 +1 @@ +4 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_1_same_name.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_1-name_depth_1_set_3_same_name.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total-depth_2-depth_2_same_across_sets.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total.expect new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-total.expect @@ -0,0 +1 @@ +4 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-trim.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-trim.expect new file mode 100644 index 0000000..9d05f33 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object-trim.expect @@ -0,0 +1,4 @@ +depth_0_set_0 +depth_0_set_1 +depth_0_set_2 +" depth_0_set_3 " diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object.expect new file mode 100644 index 0000000..9d05f33 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object.expect @@ -0,0 +1,4 @@ +depth_0_set_0 +depth_0_set_1 +depth_0_set_2 +" depth_0_set_3 " diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-0.expect new file mode 100644 index 0000000..dbd7abb --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-0.expect @@ -0,0 +1,19 @@ +depth_0_set_0{ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-1.expect new file mode 100644 index 0000000..fbb556f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-1.expect @@ -0,0 +1,13 @@ +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-at-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns-empty.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns-empty.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns.expect new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-columns.expect @@ -0,0 +1 @@ +1 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0-original.expect new file mode 100644 index 0000000..4e046fd --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0-original.expect @@ -0,0 +1 @@ +depth_0_set_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0.expect new file mode 100644 index 0000000..2b64255 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-0.expect @@ -0,0 +1 @@ +depth_0_set_0{ diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1-original.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1-original.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-100-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-100-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5-original.expect new file mode 100644 index 0000000..4232fcf --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5-original.expect @@ -0,0 +1 @@ + depth_1_set_0_at_1 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5.expect new file mode 100644 index 0000000..4232fcf --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-5.expect @@ -0,0 +1 @@ + depth_1_set_0_at_1 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6-original.expect new file mode 100644 index 0000000..9fe5513 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6-original.expect @@ -0,0 +1 @@ + This is it for at 1, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6.expect new file mode 100644 index 0000000..9fe5513 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-line-6.expect @@ -0,0 +1 @@ + This is it for at 1, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name--total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns-empty.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns-empty.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-columns.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-original-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-original-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-select-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-a.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-empty.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-hi.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-total.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload-total.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-payload.expect new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-0.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-select-1.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\274\320\270\321\200.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-0.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1-total.expect" @@ -0,0 +1 @@ +0 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-select-1.expect" new file mode 100644 index 0000000..e69de29 diff --git "a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" new file mode 100644 index 0000000..573541a --- /dev/null +++ "b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-name-\320\277\321\200\320\270\320\262\320\265\321\202_has_space-total.expect" @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-original.expect new file mode 100644 index 0000000..8298947 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-original.expect @@ -0,0 +1,69 @@ +depth_0_set_0 { + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + depth_0_set_2 { + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + " depth_0_set_3 " { + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0-original.expect new file mode 100644 index 0000000..8298947 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0-original.expect @@ -0,0 +1,69 @@ +depth_0_set_0 { + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + depth_0_set_2 { + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + " depth_0_set_3 " { + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0.expect new file mode 100644 index 0000000..a5573db --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-0.expect @@ -0,0 +1,69 @@ +depth_0_set_0{ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + depth_0_set_2{ + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + " depth_0_set_3 "{ + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-1-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-1-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-100-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-100-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-100.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-100.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-5-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-5-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-5.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-5.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-6-original.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-6-original.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-6.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-select-6.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-total.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-total.expect new file mode 100644 index 0000000..b5489e5 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-total.expect @@ -0,0 +1 @@ +69 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-trim.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-trim.expect new file mode 100644 index 0000000..a5573db --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content-trim.expect @@ -0,0 +1,69 @@ +depth_0_set_0{ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + depth_0_set_2{ + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + " depth_0_set_3 "{ + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content.expect new file mode 100644 index 0000000..a5573db --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_and_content.expect @@ -0,0 +1,69 @@ +depth_0_set_0{ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + depth_0_set_2{ + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + " depth_0_set_3 "{ + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..ac3be7c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1,6 @@ + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..9c98017 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0-depth_1.expect @@ -0,0 +1,15 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0.expect new file mode 100644 index 0000000..dbd7abb --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-at_0.expect @@ -0,0 +1,19 @@ +depth_0_set_0{ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..58dd0f7 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1,3 @@ + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..9542657 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1-depth_2.expect @@ -0,0 +1,23 @@ + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1.expect new file mode 100644 index 0000000..d5e4802 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0-depth_1.expect @@ -0,0 +1,53 @@ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + depth_1_set_1_same_name { + at 1, set 1. + } + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + depth_1_set_3_same_name { + at 1, set 3. + } + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0.expect new file mode 100644 index 0000000..a5573db --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_0.expect @@ -0,0 +1,69 @@ +depth_0_set_0{ + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + depth_0_set_2{ + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + " depth_0_set_3 "{ + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..59eae36 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + depth_2_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..a1f59b6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0.expect new file mode 100644 index 0000000..2b64255 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-at_0.expect @@ -0,0 +1 @@ +depth_0_set_0{ diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..1d41098 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ + depth_3_set_3_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..59eae36 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + depth_2_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1.expect new file mode 100644 index 0000000..a1f59b6 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0-depth_1.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0.expect new file mode 100644 index 0000000..2b64255 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_0.expect @@ -0,0 +1 @@ +depth_0_set_0{ diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_0-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..2935185 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + This is it for at 0, depth 2, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-at_0.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..bc12c70 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ + This is it for at 0, depth 3, set 3. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..2935185 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ + This is it for at 0, depth 2, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1.expect new file mode 100644 index 0000000..9f0976c --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0-depth_1.expect @@ -0,0 +1 @@ + This is it for at 0, depth 1, set 0. diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0.expect new file mode 100644 index 0000000..e2d2f8d --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_0.expect @@ -0,0 +1 @@ + depth_1_set_0_at_0 { diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-line_1-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..e69de29 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2.expect new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1-depth_2.expect @@ -0,0 +1 @@ +6 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1.expect new file mode 100644 index 0000000..60d3b2f --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0-depth_1.expect @@ -0,0 +1 @@ +15 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0.expect new file mode 100644 index 0000000..d6b2404 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-at_0.expect @@ -0,0 +1 @@ +19 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3.expect new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2-depth_3.expect @@ -0,0 +1 @@ +3 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2.expect new file mode 100644 index 0000000..4099407 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1-depth_2.expect @@ -0,0 +1 @@ +23 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1.expect new file mode 100644 index 0000000..59343b0 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0-depth_1.expect @@ -0,0 +1 @@ +53 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0.expect new file mode 100644 index 0000000..b5489e5 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_0.expect @@ -0,0 +1 @@ +69 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_1_same_name.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_1-name_depth_1_set_3_same_name.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_1.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets-at_2.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets.expect b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets.expect new file mode 100644 index 0000000..573541a --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/expect/test-0004-nested_simple-object_content-total-depth_2-depth_2_same_across_sets.expect @@ -0,0 +1 @@ +0 diff --git a/level_3/fss_read/tests/runtime/fss_0008/source/test-0004-nested_simple.fss b/level_3/fss_read/tests/runtime/fss_0008/source/test-0004-nested_simple.fss new file mode 100644 index 0000000..16735d4 --- /dev/null +++ b/level_3/fss_read/tests/runtime/fss_0008/source/test-0004-nested_simple.fss @@ -0,0 +1,75 @@ +# fss-0008 +# This is a simple nested file intended for just testing the nesting functionality. + +depth_0_set_0 { + depth_1_set_0_at_0 { + This is it for at 0, depth 1, set 0. + } + + depth_1_set_0_at_1 { + This is it for at 1, depth 1, set 0. + } + + depth_1_set_0_at_2 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 0. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 0. + } + } +} + +depth_0_set_1{ + depth_1_set_1_same_name { + at 0, set 1. + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 1. + } + } + + depth_1_set_1_same_name { + at 1, set 1. + } +} + + depth_0_set_2 { + depth_1_set_2_at_0 { + depth_2_set_0_at_0 { + This is it for at 0, depth 2, set 2. + } + + depth_2_same_across_sets { + This is the same across multiple sets, but for set 2. + } + } + } + + " depth_0_set_3 " { + This one is silly as it has quotes (or maybe not silly). + The quotes allows for locking in spaces and then a second, independent, parser can just remove the quotes. + + depth_1_set_3_at_0 { + This is it for at 0, depth 1, set 3. + } + + depth_1_set_3_same_name { + at 1, set 3. + } + + depth_1_set_3_same_name { + at 2, set 3. + + depth_2_set_3_at_0 { + This is it for at 0, depth 2, set 3. + } + + depth_2_set_3_at_1 { + depth_3_set_3_at_0 { + This is it for at 0, depth 3, set 3. + } + } + } + } diff --git a/level_3/fss_read/tests/runtime/script/generate.sh b/level_3/fss_read/tests/runtime/script/generate.sh index 91efb2f..3d0444e 100644 --- a/level_3/fss_read/tests/runtime/script/generate.sh +++ b/level_3/fss_read/tests/runtime/script/generate.sh @@ -13,12 +13,15 @@ # generate_main() { - local standard="${1}" local file_source="${2}" local path_destination="${3}" local failure=0 local test_base= + local standard= local test_current= + local test_set="${1}" + + standard=$(echo -n ${test_set} | sed -e 's|^.*-||g') if [[ $standard == "" ]] ; then echo "ERROR: No standard specified." @@ -53,32 +56,32 @@ generate_main() { return 1 fi - test_base=$(echo $file_source | sed -e 's|.*/||g' -e 's|\..*$||') + test_base=$(echo ${file_source} | sed -e 's|.*/||g' -e 's|\..*$||') test_current="${path_destination}${test_base}-" - if [[ ${1} == "0000" ]] ; then + if [[ ${test_set} == "0000" ]] ; then generate_operate_0000 - elif [[ ${1} == "0001" ]] ; then + elif [[ ${test_set} == "0001" ]] ; then generate_operate_0001 - elif [[ ${1} == "0002" ]] ; then + elif [[ ${test_set} == "0002" ]] ; then generate_operate_0002 - elif [[ ${1} == "0003" ]] ; then + elif [[ ${test_set} == "0003" ]] ; then generate_operate_0003 - elif [[ ${1} == "0008" ]] ; then + elif [[ ${test_set} == "0008" ]] ; then generate_operate_0008 - elif [[ ${1} == "000e" ]] ; then + elif [[ ${test_set} == "000e" ]] ; then generate_operate_000e - elif [[ ${1} == "test-0000" ]] ; then + elif [[ ${test_set} == "test-0000" ]] ; then generate_operate_test_standard - elif [[ ${1} == "test-0001" ]] ; then + elif [[ ${test_set} == "test-0001" ]] ; then generate_operate_test_standard - elif [[ ${1} == "test-0002" ]] ; then + elif [[ ${test_set} == "test-0002" ]] ; then generate_operate_test_standard - elif [[ ${1} == "test-0003" ]] ; then + elif [[ ${test_set} == "test-0003" ]] ; then generate_operate_test_standard - elif [[ ${1} == "test-0008" ]] ; then + elif [[ ${test_set} == "test-0008" ]] ; then generate_operate_test_standard - elif [[ ${1} == "test-000e" ]] ; then + elif [[ ${test_set} == "test-000e" ]] ; then generate_operate_test_standard fi @@ -277,11 +280,11 @@ generate_operate_0000() { fss_basic_read +n -ocs 5 ${file_source} > ${test_current}object_and_content-select-5.expect && fss_basic_read +n -ocs 6 ${file_source} > ${test_current}object_and_content-select-6.expect && fss_basic_read +n -ocs 100 ${file_source} > ${test_current}object_and_content-select-100.expect && - fss_basic_read +n -csO 0 ${file_source} > ${test_current}object_and_content-select-0-original.expect && - fss_basic_read +n -csO 1 ${file_source} > ${test_current}object_and_content-select-1-original.expect && - fss_basic_read +n -csO 5 ${file_source} > ${test_current}object_and_content-select-5-original.expect && - fss_basic_read +n -csO 6 ${file_source} > ${test_current}object_and_content-select-6-original.expect && - fss_basic_read +n -csO 100 ${file_source} > ${test_current}object_and_content-select-100-original.expect && + fss_basic_read +n -ocsO 0 ${file_source} > ${test_current}object_and_content-select-0-original.expect && + fss_basic_read +n -ocsO 1 ${file_source} > ${test_current}object_and_content-select-1-original.expect && + fss_basic_read +n -ocsO 5 ${file_source} > ${test_current}object_and_content-select-5-original.expect && + fss_basic_read +n -ocsO 6 ${file_source} > ${test_current}object_and_content-select-6-original.expect && + fss_basic_read +n -ocsO 100 ${file_source} > ${test_current}object_and_content-select-100-original.expect && fss_basic_read +n -ocC ${file_source} > ${test_current}object_and_content-columns.expect && fss_basic_read +n -ocCe ${file_source} > ${test_current}object_and_content-columns-empty.expect && fss_basic_read +n -oca 0 ${file_source} > ${test_current}object_and_content-at-0.expect && @@ -345,7 +348,7 @@ generate_operate_0000() { echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure @@ -607,7 +610,7 @@ generate_operate_0001() { echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure @@ -869,7 +872,7 @@ generate_operate_0002() { echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure @@ -1063,10 +1066,10 @@ generate_operate_0003() { fss_extended_list_read +n -ocs 5 ${file_source} > ${test_current}object_and_content-select-5.expect && fss_extended_list_read +n -ocs 6 ${file_source} > ${test_current}object_and_content-select-6.expect && fss_extended_list_read +n -ocs 100 ${file_source} > ${test_current}object_and_content-select-100.expect && - fss_extended_list_read +n -ocsO 0 ${file_source} > ${test_current}content-select-0-original.expect && - fss_extended_list_read +n -ocsO 1 ${file_source} > ${test_current}content-select-1-original.expect && - fss_extended_list_read +n -ocsO 5 ${file_source} > ${test_current}content-select-5-original.expect && - fss_extended_list_read +n -ocsO 6 ${file_source} > ${test_current}content-select-6-original.expect && + fss_extended_list_read +n -ocsO 0 ${file_source} > ${test_current}object_and_content-select-0-original.expect && + fss_extended_list_read +n -ocsO 1 ${file_source} > ${test_current}object_and_content-select-1-original.expect && + fss_extended_list_read +n -ocsO 5 ${file_source} > ${test_current}object_and_content-select-5-original.expect && + fss_extended_list_read +n -ocsO 6 ${file_source} > ${test_current}object_and_content-select-6-original.expect && fss_extended_list_read +n -ocsO 100 ${file_source} > ${test_current}content-select-100-original.expect && fss_extended_list_read +n -ocC ${file_source} > ${test_current}object_and_content-columns.expect && fss_extended_list_read +n -ocCe ${file_source} > ${test_current}object_and_content-columns-empty.expect && @@ -1131,7 +1134,7 @@ generate_operate_0003() { echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure @@ -1390,15 +1393,386 @@ generate_operate_0008() { fss_embedded_list_read +n -ocnst "привет has space" 0 ${file_source} > ${test_current}object_and_content-name-привет_has_space-select-0-total.expect && fss_embedded_list_read +n -ocnst "привет has space" 1 ${file_source} > ${test_current}object_and_content-name-привет_has_space-select-1-total.expect && + generate_operate_0008_special_cases && + echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure } +generate_operate_0008_special_cases() { + + if [[ ${test_base} == "test-0004-nested_simple" ]] ; then + fss_embedded_list_read +n -c -d 0 ${file_source} > ${test_current}content-depth_0.expect && + fss_embedded_list_read +n -c -d 0 -d 1 ${file_source} > ${test_current}content-depth_0-depth_1.expect && + fss_embedded_list_read +n -c -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ct -d 0 ${file_source} > ${test_current}content-total-depth_0.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 ${file_source} > ${test_current}content-total-depth_0-depth_1.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-total-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-total-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 0 -d 0 ${file_source} > ${test_current}content-line_0-depth_0.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 ${file_source} > ${test_current}content-line_0-depth_0-depth_1.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_0-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 1 -d 0 ${file_source} > ${test_current}content-line_1-depth_0.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 ${file_source} > ${test_current}content-line_1-depth_0-depth_1.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_1-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -d 0 -a 0 ${file_source} > ${test_current}content-depth_0-at_0.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ct -d 0 -a 0 ${file_source} > ${test_current}content-total-depth_0-at_0.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 ${file_source} > ${test_current}content-line_0-depth_0-at_0.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 ${file_source} > ${test_current}content-line_1-depth_0-at_0.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -d 0 ${file_source} > ${test_current}object-depth_0.expect && + fss_embedded_list_read +n -o -d 0 -d 1 ${file_source} > ${test_current}object-depth_0-depth_1.expect && + fss_embedded_list_read +n -o -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ot -d 0 ${file_source} > ${test_current}object-total-depth_0.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 ${file_source} > ${test_current}object-total-depth_0-depth_1.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-total-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-total-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 0 -d 0 ${file_source} > ${test_current}object-line_0-depth_0.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 ${file_source} > ${test_current}object-line_0-depth_0-depth_1.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_0-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 1 -d 0 ${file_source} > ${test_current}object-line_1-depth_0.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 ${file_source} > ${test_current}object-line_1-depth_0-depth_1.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_1-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -d 0 -a 0 ${file_source} > ${test_current}object-depth_0-at_0.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ot -d 0 -a 0 ${file_source} > ${test_current}object-total-depth_0-at_0.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 ${file_source} > ${test_current}object-line_0-depth_0-at_0.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 ${file_source} > ${test_current}object-line_1-depth_0-at_0.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -d 0 ${file_source} > ${test_current}object_content-depth_0.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 ${file_source} > ${test_current}object_content-depth_0-depth_1.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oct -d 0 ${file_source} > ${test_current}object_content-total-depth_0.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 ${file_source} > ${test_current}object_content-total-depth_0-depth_1.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-total-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 0 -d 0 ${file_source} > ${test_current}object_content-line_0-depth_0.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 1 -d 0 ${file_source} > ${test_current}object_content-line_1-depth_0.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -d 0 -a 0 ${file_source} > ${test_current}object_content-depth_0-at_0.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oct -d 0 -a 0 ${file_source} > ${test_current}object_content-total-depth_0-at_0.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect + + if [[ $? -ne 0 ]] ; then return 1; fi + fi + + return 0 +} + generate_operate_000e() { fss_payload_read +n -c ${file_source} > ${test_current}content.expect && @@ -1655,14 +2029,13 @@ generate_operate_000e() { echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure } generate_operate_test_standard() { - standard=$(echo "${standard}" | sed -e 's|^test-||') fss_read +n -A ${standard} -c ${file_source} > ${test_current}content.expect && fss_read +n -A ${standard} -cO ${file_source} > ${test_current}content-original.expect && @@ -1917,15 +2290,405 @@ generate_operate_test_standard() { fss_read +n -A ${standard} -ocnst "привет has space" 0 ${file_source} > ${test_current}object_and_content-name-привет_has_space-select-0-total.expect && fss_read +n -A ${standard} -ocnst "привет has space" 1 ${file_source} > ${test_current}object_and_content-name-привет_has_space-select-1-total.expect && + generate_operate_test_standard_special_cases && + echo "Generation Complete" if [[ $? -ne 0 ]] ; then - let failure=0 + let failure=1 fi return $failure } +generate_operate_test_standard_special_cases() { + + if [[ ${standard} == "0008" ]] ; then + generate_operate_test_standard_special_cases_0008 + + if [[ $? -ne 0 ]] ; then + let failure=1 + fi + + return $failure + fi + + return 0 +} + +generate_operate_test_standard_special_cases_0008() { + + if [[ ${test_base} == "test-0004-nested_simple" ]] ; then + fss_embedded_list_read +n -c -d 0 ${file_source} > ${test_current}content-depth_0.expect && + fss_embedded_list_read +n -c -d 0 -d 1 ${file_source} > ${test_current}content-depth_0-depth_1.expect && + fss_embedded_list_read +n -c -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ct -d 0 ${file_source} > ${test_current}content-total-depth_0.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 ${file_source} > ${test_current}content-total-depth_0-depth_1.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-total-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-total-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 0 -d 0 ${file_source} > ${test_current}content-line_0-depth_0.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 ${file_source} > ${test_current}content-line_0-depth_0-depth_1.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_0-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 1 -d 0 ${file_source} > ${test_current}content-line_1-depth_0.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 ${file_source} > ${test_current}content-line_1-depth_0-depth_1.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_1-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -d 0 -a 0 ${file_source} > ${test_current}content-depth_0-at_0.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ct -d 0 -a 0 ${file_source} > ${test_current}content-total-depth_0-at_0.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 ${file_source} > ${test_current}content-line_0-depth_0-at_0.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 ${file_source} > ${test_current}content-line_1-depth_0-at_0.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -d 0 ${file_source} > ${test_current}object-depth_0.expect && + fss_embedded_list_read +n -o -d 0 -d 1 ${file_source} > ${test_current}object-depth_0-depth_1.expect && + fss_embedded_list_read +n -o -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ot -d 0 ${file_source} > ${test_current}object-total-depth_0.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 ${file_source} > ${test_current}object-total-depth_0-depth_1.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-total-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-total-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 0 -d 0 ${file_source} > ${test_current}object-line_0-depth_0.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 ${file_source} > ${test_current}object-line_0-depth_0-depth_1.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_0-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 1 -d 0 ${file_source} > ${test_current}object-line_1-depth_0.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 ${file_source} > ${test_current}object-line_1-depth_0-depth_1.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_1-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -d 0 -a 0 ${file_source} > ${test_current}object-depth_0-at_0.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -ot -d 0 -a 0 ${file_source} > ${test_current}object-total-depth_0-at_0.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 ${file_source} > ${test_current}object-line_0-depth_0-at_0.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 ${file_source} > ${test_current}object-line_1-depth_0-at_0.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -d 0 ${file_source} > ${test_current}object_content-depth_0.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 ${file_source} > ${test_current}object_content-depth_0-depth_1.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oct -d 0 ${file_source} > ${test_current}object_content-total-depth_0.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 ${file_source} > ${test_current}object_content-total-depth_0-depth_1.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-total-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-total-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 0 -d 0 ${file_source} > ${test_current}object_content-line_0-depth_0.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_0-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 1 -d 0 ${file_source} > ${test_current}object_content-line_1-depth_0.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_1-depth_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -d 0 -a 0 ${file_source} > ${test_current}object_content-depth_0-at_0.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oct -d 0 -a 0 ${file_source} > ${test_current}object_content-total-depth_0-at_0.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-total-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_0-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 -d 2 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1-depth_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 0 -a 0 -d 1 -d 2 -d 3 -d 4 ${file_source} > ${test_current}object_content-line_1-depth_0-at_0-depth_1-depth_2-depth_3-depth_4.expect && + + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -o -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ot -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -ot -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 0 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -o -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -o -l 1 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -c -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -ct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -ct -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 0 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -c -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -c -l 1 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_1-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oct -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-total-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oct -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-total-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 0 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_0-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -l 0 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-line_0-depth_2-depth_2_same_across_sets-at_2-depth_3.expect && + + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 1 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 1 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 1 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_1.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 2 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 2 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 2 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_2.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 1 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 1 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_1-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_1_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_1_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3.expect && + fss_embedded_list_read +n -oc -l 1 -d 1 -n depth_1_set_3_same_name -a 2 -d 3 -a 0 ${file_source} > ${test_current}object_content-line_1-depth_1-name_depth_1_set_3_same_name-at_2-depth_3-at_0.expect && + fss_embedded_list_read +n -oc -l 1 -d 2 -n depth_2_same_across_sets -a 2 -d 3 ${file_source} > ${test_current}object_content-line_1-depth_2-depth_2_same_across_sets-at_2-depth_3.expect + + if [[ $? -ne 0 ]] ; then + let failure=1 + fi + + return $failure + fi + + return 0 +} + generate_cleanup() { unset generate_main @@ -1934,8 +2697,11 @@ generate_cleanup() { unset generate_operate_0002 unset generate_operate_0003 unset generate_operate_0008 + unset generate_operate_0008_special_cases unset generate_operate_000e unset generate_operate_test_standard + unset generate_operate_test_standard_special_cases + unset generate_operate_test_standard_special_cases_0008 unset generate_cleanup } -- 1.8.3.1