]> Kevux Git Server - fll/commit
Progress: Add simple runtime testing scripts and testfile for fss_read.
authorKevin Day <kevin@kevux.org>
Tue, 30 May 2023 01:15:55 +0000 (20:15 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 30 May 2023 01:15:55 +0000 (20:15 -0500)
commitb0553b15828d77fe2b42e2d50700219a28c7d902
tree8703f0cbdde8ddacf3764fe6a8cd8ea7ce51737e
parente1135b485511fd3a8e8e12f2433990c125da9487
Progress: Add simple runtime testing scripts and testfile for fss_read.

This is an incredibly basic implementation.
I didn't bother to make is as flexible and portable as it could otherwise be.

Provide a way to test the runtime results of the fss_read programs.
I only got so far as to add tests for FSS Basic (FSS-0000) and FSS Extended (FSS-0001).

The tests for the FSS Extended (FSS-0001) currently has some failures.
I've noticed that I have not even implemented the --select functionality.
This is the likely cause for several of the test failures.

For now, I just cheated and used the 0.6.x version of the project to generate the expected output.
Any bugs in that output will be matched (ideally there are no bugs).
I did do a quick glance at some of these and they do look fine.

The source test files are copies of files I have used in the past but never made publicly available until now.
198 files changed:
level_3/fss_read/c/main/fss_read.c
level_3/fss_read/c/main/process_normal.c
level_3/fss_read/data/build/dependencies-tests [new file with mode: 0644]
level_3/fss_read/data/build/testfile [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0000-quotes_and_escapes-object_and_content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/expect/test-0001-unicode-object_and_content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/source/test-0000-quotes_and_escapes.fss [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0000/source/test-0001-unicode.fss [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0000-quotes_and_escapes-object_and_content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-at-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-at-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-at-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-at-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-columns.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-line-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-line-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-line-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-line-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-original.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-select-0.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-select-1.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-select-100.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-select-5.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-total.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content-trim.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/expect/test-0001-unicode-object_and_content.expect [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/source/test-0000-quotes_and_escapes.fss [new file with mode: 0644]
level_3/fss_read/tests/runtime/fss_0001/source/test-0001-unicode.fss [new file with mode: 0644]
level_3/fss_read/tests/runtime/script/generate.sh [new file with mode: 0644]
level_3/fss_read/tests/runtime/script/verify.sh [new file with mode: 0644]