3.0-test-suite | ab-json-merge-001 | pass | Simple test, joining together three maps with different keys. |
3.0-test-suite | ab-json-merge-002 | pass | Simple test, joining together three maps with conflicting keys, default duplicates. |
3.0-test-suite | ab-json-merge-003 | pass | Simple test, joining together three maps with conflicting keys and 'use-first'. |
3.0-test-suite | ab-json-merge-004 | pass | Simple test, joining together three maps with conflicting keys and 'use-last'. |
3.0-test-suite | ab-json-merge-005 | pass | Simple test, joining together three maps with conflicting keys and 'use-any'. |
3.0-test-suite | ab-json-merge-006 | pass | Simple test, joining together three maps with conflicting keys and 'combine'. |
3.0-test-suite | ab-json-merge-007 | catch failure | Simple test, joining together three maps with conflicting keys and 'reject'. |
3.0-test-suite | ab-json-merge-008 | pass | Joining together three json string, using default key generator. |
3.0-test-suite | ab-json-merge-009 | pass | Joining together three json string, using explicit key generator. |
3.0-test-suite | ab-json-merge-010 | pass | Joining map and JSON string with conflict in keys, default strategy. |
3.0-test-suite | ab-json-merge-011 | pass | Joining map and JSON string with conflict in keys, explicit strategy use-first. |
3.0-test-suite | ab-json-merge-012 | pass | Joining map and JSON string with conflict in keys, explicit strategy use-last. |
3.0-test-suite | ab-json-merge-013 | pass | Joining map and JSON string with conflict in keys, explicit strategy use-any. |
3.0-test-suite | ab-json-merge-014 | pass | Joining map and JSON string with conflict in keys, explicit strategy combine. |
3.0-test-suite | ab-json-merge-015 | catch failure | Joining map and JSON string with conflict in keys, explicit strategy reject. |
3.0-test-suite | ab-json-merge-016 | pass | Tests that p:index is correctly counted. |
3.0-test-suite | ab-json-merge-017 | pass | Tests that entries is correctly ordered. |
3.0-test-suite | ab-json-merge-018 | pass | Tests mixing all possible documents |
3.0-test-suite | ab-json-merge-019 | pass | Tests mixing all possible documents |
3.0-test-suite | ab-json-merge-020 | catch failure | Tests that it is an error, if @key returns a sequence. |
3.0-test-suite | ab-json-merge-021 | catch failure | Tests that it is an error, if @key returns an array. |
3.0-test-suite | ab-json-merge-022 | catch failure | Tests that it is an error, if @key returns a map. |
3.0-test-suite | ab-json-merge-023 | pass | Tests that the string value of a node result is taken as key. |