diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-01 10:08:31 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-01 10:08:31 -0800 |
commit | 56d618ac9b4c82a9a350f21bbc6ec2ec6a95c8b0 (patch) | |
tree | d4a0bb25063827693cc3baf752b147447133c68d /testing/resources/javascript/field_expected.txt | |
parent | 487935f662ba4711caf1c2c06873b676fd3fba3e (diff) | |
download | pdfium-56d618ac9b4c82a9a350f21bbc6ec2ec6a95c8b0.tar.xz |
Add Test for field.getArray() sort-order.
One more test before replacing the old sort() mechanism.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1650623004 .
Diffstat (limited to 'testing/resources/javascript/field_expected.txt')
-rw-r--r-- | testing/resources/javascript/field_expected.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/resources/javascript/field_expected.txt b/testing/resources/javascript/field_expected.txt new file mode 100644 index 0000000000..04aafd737e --- /dev/null +++ b/testing/resources/javascript/field_expected.txt @@ -0,0 +1,8 @@ +Alert: field is MyField +Alert: sub_a is MyField.Sub_A +Alert: nonesuch is undefined +Alert: found 4 sub-fields: +Alert: MyField.Sub_A +Alert: MyField.Sub_B +Alert: MyField.Sub_X +Alert: MyField.Sub_Z |